Class TracingAwarePropertiesDelegate

java.lang.Object
org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
All Implemented Interfaces:
PropertiesDelegate

public final class TracingAwarePropertiesDelegate extends Object implements PropertiesDelegate
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to tracing support related classes (e.g. TracingLogger) to improve performance of lookup tracing context instance.
Since:
2.3
Author:
Libor Kramolis
  • Constructor Details

    • TracingAwarePropertiesDelegate

      public TracingAwarePropertiesDelegate(PropertiesDelegate propertiesDelegate)
      Create new tracing aware properties delegate wrapper.
      Parameters:
      propertiesDelegate - wrapped delegate.
  • Method Details