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.-
Field Summary
Fields inherited from interface io.smallrye.reactive.messaging.SubscriberDecorator
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OutgoingInterceptorDecorator
public OutgoingInterceptorDecorator()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacejakarta.enterprise.inject.spi.Prioritized- Specified by:
getPriorityin interfaceSubscriberDecorator
-
decorate
public io.smallrye.mutiny.Multi<? extends Message<?>> decorate(io.smallrye.mutiny.Multi<? extends Message<?>> toBeSubscribed, List<String> channelName, boolean isConnector) - Specified by:
decoratein interfaceSubscriberDecorator
-