Interface AmqpClient.SendSpec.ConvertAndSendSpec
- Enclosing interface:
AmqpClient.SendSpec
public static interface AmqpClient.SendSpec.ConvertAndSendSpec
The fluent API for the send operation based on the message building blocks starting with
to address.- Since:
- 4.1
- Author:
- Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptioncontentEncoding(String contentEncoding) contentType(String contentType) correlationId(String correlationId) creationTime(Date creationTime) durable(boolean durable) priority(int priority) send()Perform the send operation of the message built from the properties provided above.timeToLive(Duration expiration)
-
Method Details
-
priority
-
timeToLive
-
durable
-
contentType
-
contentEncoding
-
replyTo
-
correlationId
-
userId
-
messageId
-
creationTime
-
header
-
send
CompletableFuture<Boolean> send()Perform the send operation of the message built from the properties provided above.- Returns:
- the message settlement result.
-