- address
string address()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close(VoidAsyncHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
Future!Void close()
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(VoidAsyncHandler 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, VoidAsyncHandler 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
Future!Void write(AmqpMessage data)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(AmqpMessage data, VoidAsyncHandler 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.