M
- message typepublic interface MessageVerifierSender<M>
Modifier and Type | Method and Description |
---|---|
void |
send(M message,
String destination)
Sends the message to the given destination.
|
<T> void |
send(T payload,
Map<String,Object> headers,
String destination)
Sends the given payload with headers, to the given destination.
|
Copyright © 2016–2019 Spring. All rights reserved.