Package org.springframework.amqp.client
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.
-
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.
-