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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<com.azure.core.http.HttpResponse>
    process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
     
    void
    setRemoteStoreMonitor(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, wait

    Methods 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:
      process in interface com.azure.core.http.policy.HttpPipelinePolicy