public interface MessageSenderEndpoint extends MessageEndpoint
| Modifier and Type | Method and Description |
|---|---|
<T> void |
send(Message<T> message)
Send a single
Message to the channel. |
<T> void |
sendBatch(java.util.stream.Stream<Message<T>> batch)
Send a batch of
messages to the channel. |
getChannelName, getEndpointType, getInterceptorChain, intercept, registerInterceptorsFrom