Class ContextOperator
- java.lang.Object
-
- io.smallrye.reactive.messaging.providers.locals.ContextOperator
-
public class ContextOperator extends Object
Decorator to dispatch messages on the Vert.x context attached to the message viaLocalContextMetadata. Low priority to be called before other decorators.
-
-
Constructor Summary
Constructors Constructor Description ContextOperator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Message<?>>
io.smallrye.mutiny.Multi<T>apply(io.smallrye.mutiny.Multi<T> publisher)
-
-
-
Method Detail
-
apply
public static <T extends Message<?>> io.smallrye.mutiny.Multi<T> apply(io.smallrye.mutiny.Multi<T> publisher)
-
-