Class ResourceManagerThrottlingPolicy
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluentcore.policy.ResourceManagerThrottlingPolicy
-
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
public class ResourceManagerThrottlingPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
A Http Pipeline Policy for automatic send throttling rate limit info to a call back function
-
-
Constructor Summary
Constructors Constructor Description ResourceManagerThrottlingPolicy(BiConsumer<? super com.azure.core.http.HttpResponse,? super ResourceManagerThrottlingInfo> callback)Creates the resource manager throttling policy
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mono<com.azure.core.http.HttpResponse>process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
-
-
-
Constructor Detail
-
ResourceManagerThrottlingPolicy
public ResourceManagerThrottlingPolicy(BiConsumer<? super com.azure.core.http.HttpResponse,? super ResourceManagerThrottlingInfo> callback)
Creates the resource manager throttling policy- Parameters:
callback- consume the ResourceManagerThrottlingInfo for every request, it is not a thread-safe method
-
-
Method Detail
-
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
-
-