Interface MessagePublisherProvider<T>

Type Parameters:
T - message payload type.

public interface MessagePublisherProvider<T>
Framework-facing interface for the Emitter implementations. Via this interface Emitter implementations provide emitted Messages as a Reactive Streams Flow.Publisher.