Class RxJava1ContextPropagator

java.lang.Object
io.smallrye.context.propagators.rxjava1.RxJava1ContextPropagator
All Implemented Interfaces:
org.eclipse.microprofile.context.spi.ContextManagerExtension

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

    • RxJava1ContextPropagator

      public RxJava1ContextPropagator()
  • Method Details

    • setup

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