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 via LocalContextMetadata. Low priority to be called before other decorators.
  • 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)