AmqpClient.connect

Connects to the AMQP broker or router. The location is specified in the {@link AmqpClientOptions} as well as the potential credential required.

@param connectionHandler handler that will process the result, giving either the connection or failure cause. Must not be {@code null}.

  1. AmqpClient connect(AsyncResultHandler!AmqpConnection connectionHandler)
    interface AmqpClient
    connect
    ()
  2. AmqpConnection connect()

Meta