ResponseValidationPolicyBuilder.ResponseValidationPolicy Class
- java.
lang. Object - com.
azure. storage. common. policy. ResponseValidationPolicyBuilder. ResponseValidationPolicy
- com.
Implements
public static class ResponseValidationPolicyBuilder.ResponseValidationPolicy
implements HttpPipelinePolicy
Immutable policy for asserting validations on general responses.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Mono<Http |
process(HttpPipelineCallContext context, HttpPipelineNextPolicy next) |
|
Http |
processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next) |
Methods inherited from java.lang.Object
Method Details
process
public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
Parameters:
processSync
public HttpResponse processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)
Parameters: