Class ContextPropagationOperator.Lifter<T>

java.lang.Object
io.opentelemetry.instrumentation.reactor.ContextPropagationOperator.Lifter<T>
All Implemented Interfaces:
BiFunction<reactor.core.Scannable,reactor.core.CoreSubscriber<? super T>,reactor.core.CoreSubscriber<? super T>>
Enclosing class:
ContextPropagationOperator

public static class ContextPropagationOperator.Lifter<T> extends Object implements BiFunction<reactor.core.Scannable,reactor.core.CoreSubscriber<? super T>,reactor.core.CoreSubscriber<? super T>>
  • Constructor Details

  • Method Details

    • apply

      public reactor.core.CoreSubscriber<? super T> apply(reactor.core.Scannable publisher, reactor.core.CoreSubscriber<? super T> sub)
      Specified by:
      apply in interface BiFunction<reactor.core.Scannable,reactor.core.CoreSubscriber<? super T>,reactor.core.CoreSubscriber<? super T>>