Interface AmqpClient.SendSpec.MessageSendSpec
- Enclosing interface:
AmqpClient.SendSpec
public static interface AmqpClient.SendSpec.MessageSendSpec
The last step in the fluent API for the send operation.
- Since:
- 4.1
- Author:
- Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptionsend()Perform the send operation of the message provided in the previous step fromAmqpClient.SendSpec.
-
Method Details
-
send
CompletableFuture<Boolean> send()Perform the send operation of the message provided in the previous step fromAmqpClient.SendSpec.- Returns:
- the message settlement result.
-