Class OutgoingInterceptorDecorator
- java.lang.Object
-
- io.smallrye.reactive.messaging.providers.OutgoingInterceptorDecorator
-
- All Implemented Interfaces:
SubscriberDecorator,javax.enterprise.inject.spi.Prioritized
@ApplicationScoped public class OutgoingInterceptorDecorator extends Object implements SubscriberDecorator
Decorator to supportOutgoingInterceptors. High priority value to be called after other decorators.
-
-
Field Summary
-
Fields inherited from interface io.smallrye.reactive.messaging.SubscriberDecorator
DEFAULT_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description OutgoingInterceptorDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Multi<? extends Message<?>>decorate(io.smallrye.mutiny.Multi<? extends Message<?>> toBeSubscribed, List<String> channelName, boolean isConnector)intgetPriority()
-
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfacejavax.enterprise.inject.spi.Prioritized- Specified by:
getPriorityin interfaceSubscriberDecorator
-
-