Class AzureHttpRequestLoggingPolicy
java.lang.Object
org.apache.jackrabbit.oak.segment.azure.AzureHttpRequestLoggingPolicy
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
public class AzureHttpRequestLoggingPolicy
extends Object
implements com.azure.core.http.policy.HttpPipelinePolicy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<com.azure.core.http.HttpResponse>
process
(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) void
setRemoteStoreMonitor
(RemoteStoreMonitor remoteStoreMonitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition, processSync
-
Constructor Details
-
AzureHttpRequestLoggingPolicy
public AzureHttpRequestLoggingPolicy()
-
-
Method Details
-
setRemoteStoreMonitor
-
process
public reactor.core.publisher.Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) - Specified by:
process
in interfacecom.azure.core.http.policy.HttpPipelinePolicy
-