Package com.azure.storage.common.policy
Class ResponseValidationPolicyBuilder.ResponseValidationPolicy
java.lang.Object
com.azure.storage.common.policy.ResponseValidationPolicyBuilder.ResponseValidationPolicy
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
- Enclosing class:
ResponseValidationPolicyBuilder
public static class ResponseValidationPolicyBuilder.ResponseValidationPolicy
extends Object
implements com.azure.core.http.policy.HttpPipelinePolicy
Immutable policy for asserting validations on general responses.
-
Method Summary
Modifier and TypeMethodDescriptionMono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) com.azure.core.http.HttpResponseprocessSync(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextSyncPolicy next) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition
-
Method Details
-
process
public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) - Specified by:
processin interfacecom.azure.core.http.policy.HttpPipelinePolicy
-
processSync
public com.azure.core.http.HttpResponse processSync(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextSyncPolicy next) - Specified by:
processSyncin interfacecom.azure.core.http.policy.HttpPipelinePolicy
-