Class MetricDecorator

    • Constructor Detail

      • MetricDecorator

        public MetricDecorator()
    • Method Detail

      • decorate

        public io.smallrye.mutiny.Multi<? extends Message<?>> decorate​(io.smallrye.mutiny.Multi<? extends Message<?>> publisher,
                                                                       String channelName)
        Description copied from interface: PublisherDecorator
        Decorate a Multi
        Specified by:
        decorate in interface PublisherDecorator
        Parameters:
        publisher - the multi to decorate
        channelName - the name of the channel to which this publisher publishes
        Returns:
        the extended multi