Package | Description |
---|---|
net.jodah.lyra | |
net.jodah.lyra.config |
Modifier and Type | Method and Description |
---|---|
static ConfigurableConnection |
Connections.create(Config config)
Creates and returns a new Lyra managed ConfigurableConnection for the given
config . |
static ConfigurableConnection |
Connections.create(com.rabbitmq.client.ConnectionFactory connectionFactory,
Config config)
Creates and returns a new Lyra managed ConfigurableConnection for the given
connectionFactory and config . |
static ConfigurableConnection |
Connections.create(ConnectionOptions options,
Config config)
Creates and returns a new Lyra managed ConfigurableConnection for the given
options and
config . |
Modifier and Type | Method and Description |
---|---|
static ConfigurableConnection |
Config.of(com.rabbitmq.client.Connection connection)
Returns the
connection as a ConfigurableConnection . |
Copyright © 2016. All rights reserved.