Class ContextOperator
java.lang.Object
io.smallrye.reactive.messaging.providers.locals.ContextOperator
Decorator to dispatch messages on the Vert.x context attached to the message via
LocalContextMetadata.
Low priority to be called before other decorators.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContextOperator
public ContextOperator()
-
-
Method Details
-
apply
public static <T extends Message<?>> io.smallrye.mutiny.Multi<T> apply(io.smallrye.mutiny.Multi<T> publisher)
-