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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(org.eclipse.microprofile.context.spi.ContextManager manager)
-
Constructor Details
-
RxJava1ContextPropagator
public RxJava1ContextPropagator()
-
-
Method Details
-
setup
public void setup(org.eclipse.microprofile.context.spi.ContextManager manager) - Specified by:
setupin interfaceorg.eclipse.microprofile.context.spi.ContextManagerExtension
-