次の方法で共有


ResponseValidationPolicyBuilder.ResponseValidationPolicy Class

  • java.lang.Object
    • com.azure.storage.common.policy.ResponseValidationPolicyBuilder.ResponseValidationPolicy

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<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
HttpResponse processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)

Methods inherited from java.lang.Object

Method Details

process

public Mono process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)

Parameters:

context
next

processSync

public HttpResponse processSync(HttpPipelineCallContext context, HttpPipelineNextSyncPolicy next)

Parameters:

context
next

Applies to