Class IncomingInterceptorDecorator

java.lang.Object
io.smallrye.reactive.messaging.providers.IncomingInterceptorDecorator
All Implemented Interfaces:
PublisherDecorator, jakarta.enterprise.inject.spi.Prioritized

@ApplicationScoped public class IncomingInterceptorDecorator extends Object implements PublisherDecorator
Decorator to support IncomingInterceptors. High priority value to be called after other decorators.
  • Constructor Details

    • IncomingInterceptorDecorator

      public IncomingInterceptorDecorator()
  • Method Details

    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface jakarta.enterprise.inject.spi.Prioritized
      Specified by:
      getPriority in interface PublisherDecorator
    • decorate

      public io.smallrye.mutiny.Multi<? extends Message<?>> decorate(io.smallrye.mutiny.Multi<? extends Message<?>> publisher, String channelName, boolean isConnector)
      Specified by:
      decorate in interface PublisherDecorator