Class RxJava2ContextPropagator

  • All Implemented Interfaces:
    org.eclipse.microprofile.context.spi.ContextManagerExtension

    public class RxJava2ContextPropagator
    extends Object
    implements org.eclipse.microprofile.context.spi.ContextManagerExtension
    Reactive Context propagator for RxJava 1. Supports propagating context to all Single, Observable, Completable, Flowable and Maybe types.
    Author:
    Stéphane Épardaud
    • Constructor Detail

      • RxJava2ContextPropagator

        public RxJava2ContextPropagator()
    • Method Detail

      • setup

        public void setup​(org.eclipse.microprofile.context.spi.ContextManager manager)
        Specified by:
        setup in interface org.eclipse.microprofile.context.spi.ContextManagerExtension