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) voidsetRemoteStoreMonitor(org.apache.jackrabbit.oak.segment.spi.monitor.RemoteStoreMonitor remoteStoreMonitor) 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, processSync
-
Constructor Details
-
AzureHttpRequestLoggingPolicy
public AzureHttpRequestLoggingPolicy()
-
-
Method Details
-
setRemoteStoreMonitor
public void setRemoteStoreMonitor(org.apache.jackrabbit.oak.segment.spi.monitor.RemoteStoreMonitor remoteStoreMonitor) -
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:
processin interfacecom.azure.core.http.policy.HttpPipelinePolicy
-