Class ContextPropagatorOnFlowableCreateAction

  • All Implemented Interfaces:
    io.reactivex.functions.BiFunction<io.reactivex.Flowable,​org.reactivestreams.Subscriber,​org.reactivestreams.Subscriber>

    public class ContextPropagatorOnFlowableCreateAction
    extends Object
    implements io.reactivex.functions.BiFunction<io.reactivex.Flowable,​org.reactivestreams.Subscriber,​org.reactivestreams.Subscriber>
    • Constructor Detail

      • ContextPropagatorOnFlowableCreateAction

        public ContextPropagatorOnFlowableCreateAction​(org.eclipse.microprofile.context.ThreadContext threadContext)
    • Method Detail

      • apply

        public org.reactivestreams.Subscriber apply​(io.reactivex.Flowable flowable,
                                                    org.reactivestreams.Subscriber observer)
                                             throws Exception
        Specified by:
        apply in interface io.reactivex.functions.BiFunction<io.reactivex.Flowable,​org.reactivestreams.Subscriber,​org.reactivestreams.Subscriber>
        Throws:
        Exception