Module: vertx-amqp-client-js/amqp_client

Classes

AmqpClient

Methods

(static) AmqpClient.create(vertx, options) → {AmqpClient}

Creates a new instance of AmqpClient with the given Vert.x instance and the given options.
Parameters:
Name Type Description
vertx Vertx the vert.x instance, must not be null
options Object the AMQP options, may be @{code null} falling back to the default configuration
Source:
Returns:
the AMQP client instance
Type
AmqpClient