AmqpConnection.close

Closes the AMQP connection, i.e. allows the Close frame to be emitted.

@param done the close handler notified when the connection is closed. May be {@code null}. @return the connection

interface AmqpConnection
close
(
AsyncResultHandler!Void done
)

Meta