AmqpClient.close

Closes the client. The client must always be closed once not needed anymore.

@param closeHandler the close handler notified when the operation completes. It can be {@code null}.

interface AmqpClient
void
close
(
AsyncResultHandler!Void closeHandler
)

Meta