Class RxJava2ContextPropagator
java.lang.Object
io.smallrye.context.propagators.rxjava2.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(org.eclipse.microprofile.context.spi.ContextManager manager)
-
Constructor Details
-
RxJava2ContextPropagator
public RxJava2ContextPropagator()
-
-
Method Details
-
setup
public void setup(org.eclipse.microprofile.context.spi.ContextManager manager) - Specified by:
setupin interfaceorg.eclipse.microprofile.context.spi.ContextManagerExtension
-