- address
string address()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close(Handler!Void handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- connection
AmqpConnection connection()
Undocumented in source. Be warned that the author may not have intended to support it.
- drainHandler
AmqpSender drainHandler(Handler!Void handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- end
void end(Handler!Void handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- exceptionHandler
AmqpSender exceptionHandler(Handler!Throwable handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
AmqpSender send(AmqpMessage message)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendWithAck
AmqpSender sendWithAck(AmqpMessage message, Handler!Void acknowledgementHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWriteQueueMaxSize
AmqpSender setWriteQueueMaxSize(int maxSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(AmqpMessage data, Handler!Void handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeQueueFull
bool writeQueueFull()
Undocumented in source. Be warned that the author may not have intended to support it.