JavaScript is disabled on your browser.
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 Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
reactor.core.CoreSubscriber<? super T >
apply (reactor.core.Scannable publisher,
reactor.core.CoreSubscriber<? super T > sub)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
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 >>