AmqpClient.create

Creates a new instance of {@link AmqpClient} using an internal Vert.x instance (with default configuration) and the given AMQP client configuration. Note that the created Vert.x instance will be closed when the client is closed.

@param options the AMQP client options, may be {@code null} falling back to the default configuration @return the created instances.

interface AmqpClient
static
create

Meta