Class MetricDecorator

    • Constructor Detail

      • MetricDecorator

        public MetricDecorator()
    • Method Detail

      • decorate

        public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> decorate​(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> publisher,
                                                                                                                   String channelName)
        Description copied from interface: PublisherDecorator
        Decorate a publisher
        Specified by:
        decorate in interface PublisherDecorator
        Parameters:
        publisher - the publisher to decorate
        channelName - the name of the channel to which this publisher publishes
        Returns:
        the extended publisher