Interface PublisherDecorator

    • Method Detail

      • decorate

        default io.smallrye.mutiny.Multi<? extends Message<?>> decorate​(io.smallrye.mutiny.Multi<? extends Message<?>> publisher,
                                                                        String channelName,
                                                                        boolean isConnector)
        Deprecated.
        Specified by:
        decorate in interface PublisherDecorator
      • decorate

        io.smallrye.mutiny.Multi<? extends Message<?>> decorate​(io.smallrye.mutiny.Multi<? extends Message<?>> publisher,
                                                                String channelName)
        Deprecated.
        Decorate a Multi
        Parameters:
        publisher - the multi to decorate
        channelName - the name of the channel to which this publisher publishes
        Returns:
        the extended multi