Interface SendOperation
public interface SendOperation
Operations for sending
Message to a destination.-
Method Summary
Modifier and TypeMethodDescriptiondefault <T> voidSend aMessageto the given destination synchronously.Send aMessageto the given destination asynchronously.
-
Method Details
-
sendAsync
-
send
Send aMessageto the given destination synchronously.- Type Parameters:
T- payload class in message- Parameters:
destination- destinationmessage- message
-