AmqpSenderOptions

Configures the AMQP Receiver.

Constructors

this
this()
Undocumented in source.
this
this(AmqpSenderOptions other)
Undocumented in source.

Members

Functions

getLinkName
string getLinkName()
Undocumented in source. Be warned that the author may not have intended to support it.
isAutoDrained
bool isAutoDrained()

Get whether the link will automatically be marked drained after the send queue drain handler fires in drain mode.

isDynamic
bool isDynamic()

@return whether the receiver is using a dynamic address.

setAutoDrained
AmqpSenderOptions setAutoDrained(bool autoDrained)

Sets whether the link is automatically marked drained after the send queue drain handler callback returns if the receiving peer requested that credit be drained. <p> {@code true} by default.

setDynamic
AmqpSenderOptions setDynamic(bool dynamic)

Sets whether the link remote terminus to be used should indicate it is 'dynamic', requesting the peer names it with a dynamic address. <p> The address provided by the peer can then be inspected using the {@link AmqpSender#address()} method on the {@link AmqpSender} received once opened.

setLinkName
AmqpSenderOptions setLinkName(string linkName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta