| Package | Description |
|---|---|
| org.springframework.cloud.config.java |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.amqp.rabbit.connection.ConnectionFactory |
ServiceConnectionFactory.rabbitConnectionFactory(RabbitConnectionFactoryConfig rabbitConnectionFactoryConfig) |
org.springframework.amqp.rabbit.connection.ConnectionFactory |
CloudServiceConnectionFactory.rabbitConnectionFactory(RabbitConnectionFactoryConfig rabbitConnectionFactoryConfig)
Get the
ConnectionFactory object associated with the only RabbitMQ service bound to the app
configured as specified. |
org.springframework.amqp.rabbit.connection.ConnectionFactory |
ServiceConnectionFactory.rabbitConnectionFactory(String serviceId,
RabbitConnectionFactoryConfig rabbitConnectionFactoryConfig) |
org.springframework.amqp.rabbit.connection.ConnectionFactory |
CloudServiceConnectionFactory.rabbitConnectionFactory(String serviceId,
RabbitConnectionFactoryConfig rabbitConnectionFactoryConfig)
Get the
ConnectionFactory object for the specified RabbitMQ service configured as specified. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.