Class 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 Detail

      • ContextOperator

        public ContextOperator()
    • Method Detail

      • apply

        public static <T extends Message<?>> io.smallrye.mutiny.Multi<T> apply​(io.smallrye.mutiny.Multi<T> publisher)