Package io.smallrye.reactive.messaging
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 emittedMessages as a Reactive StreamsFlow.Publisher.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Flow.Publisher<Message<? extends T>>getPublisher()
-
-
-
Method Detail
-
getPublisher
Flow.Publisher<Message<? extends T>> getPublisher()
-
-