Class MetricDecorator
- java.lang.Object
-
- io.smallrye.reactive.messaging.providers.metrics.MetricDecorator
-
- All Implemented Interfaces:
PublisherDecorator,javax.enterprise.inject.spi.Prioritized
@ApplicationScoped public class MetricDecorator extends Object implements PublisherDecorator
-
-
Field Summary
-
Fields inherited from interface io.smallrye.reactive.messaging.PublisherDecorator
DEFAULT_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description MetricDecorator()
-
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<?>> publisher, String channelName, boolean isConnector)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.smallrye.reactive.messaging.PublisherDecorator
getPriority
-
-
-
-
Method Detail
-
decorate
public io.smallrye.mutiny.Multi<? extends Message<?>> decorate(io.smallrye.mutiny.Multi<? extends Message<?>> publisher, String channelName, boolean isConnector)
- Specified by:
decoratein interfacePublisherDecorator
-
-