Class MessagingCounter
java.lang.Object
io.helidon.microprofile.messaging.metrics.MessagingCounter
- All Implemented Interfaces:
- MessagingChannelProcessor
@ApplicationScoped
public class MessagingCounter
extends Object
implements MessagingChannelProcessor
Messaging counter for reactive messaging channels.
- 
Field SummaryFields inherited from interface io.helidon.microprofile.messaging.MessagingChannelProcessorDEFAULT_PRIORITY
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.microprofile.messaging.MessagingChannelProcessorchannelName, onCancel, onComplete, onError, onInit, onRequest, onSubscribe
- 
Method Details- 
mapDescription copied from interface:MessagingChannelProcessorMap messages going through the onNext signal in the messaging channel.- Specified by:
- mapin interface- MessagingChannelProcessor
- Parameters:
- channelName- name of the messaging channel
- message- message coming from the upstream
- Returns:
- mapped message to be delivered to the downstream
 
 
-