Class ConnectorContextPropagationDecorator
java.lang.Object
io.quarkus.smallrye.reactivemessaging.runtime.ConnectorContextPropagationDecorator
- All Implemented Interfaces:
io.smallrye.reactive.messaging.PublisherDecorator,io.smallrye.reactive.messaging.SubscriberDecorator,jakarta.enterprise.inject.spi.Prioritized
@ApplicationScoped
public class ConnectorContextPropagationDecorator
extends Object
implements io.smallrye.reactive.messaging.PublisherDecorator, io.smallrye.reactive.messaging.SubscriberDecorator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from interface io.smallrye.reactive.messaging.PublisherDecorator
DEFAULT_PRIORITYFields inherited from interface io.smallrye.reactive.messaging.SubscriberDecorator
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
-
ConnectorContextPropagationDecorator
-
-
Method Details
-
decorate
public io.smallrye.mutiny.Multi<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> decorate(io.smallrye.mutiny.Multi<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> publisher, List<String> channelName, boolean isConnector) - Specified by:
decoratein interfaceio.smallrye.reactive.messaging.PublisherDecorator- Specified by:
decoratein interfaceio.smallrye.reactive.messaging.SubscriberDecorator
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacejakarta.enterprise.inject.spi.Prioritized- Specified by:
getPriorityin interfaceio.smallrye.reactive.messaging.PublisherDecorator- Specified by:
getPriorityin interfaceio.smallrye.reactive.messaging.SubscriberDecorator
-