Class ContextPropagator.EmptyContextPropagator<T>

java.lang.Object
io.github.resilience4j.core.ContextPropagator.EmptyContextPropagator<T>
Type Parameters:
T - type of class.
All Implemented Interfaces:
ContextPropagator<T>
Enclosing interface:
ContextPropagator<T>

public static class ContextPropagator.EmptyContextPropagator<T> extends Object implements ContextPropagator<T>
A convenient implementation of empty ContextPropagator
  • Constructor Details

    • EmptyContextPropagator

      public EmptyContextPropagator()
  • Method Details