Class OutgoingInterceptorDecorator

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

@ApplicationScoped public class OutgoingInterceptorDecorator extends Object implements SubscriberDecorator
Decorator to support OutgoingInterceptors. High priority value to be called after other decorators.
  • Constructor Details

    • OutgoingInterceptorDecorator

      public OutgoingInterceptorDecorator()
  • Method Details

    • getPriority

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

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