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.-
Field Summary
Fields inherited from interface io.smallrye.reactive.messaging.PublisherDecorator
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.reactive.messaging.PublisherDecorator
decorate
-
Constructor Details
-
IncomingInterceptorDecorator
public IncomingInterceptorDecorator()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacejakarta.enterprise.inject.spi.Prioritized- Specified by:
getPriorityin interfacePublisherDecorator
-
decorate
public io.smallrye.mutiny.Multi<? extends Message<?>> decorate(io.smallrye.mutiny.Multi<? extends Message<?>> publisher, String channelName, boolean isConnector) - Specified by:
decoratein interfacePublisherDecorator
-