public class RabbitConnectionFactoryCreator extends AbstractServiceConnectorCreator<org.springframework.amqp.rabbit.connection.ConnectionFactory,AmqpServiceInfo>
| Constructor and Description |
|---|
RabbitConnectionFactoryCreator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.amqp.rabbit.connection.ConnectionFactory |
create(AmqpServiceInfo serviceInfo,
ServiceConnectorConfig serviceConnectorConfiguration)
Create service for the given service info and configured with the given
configuration
|
getServiceConnectorType, getServiceInfoTypepublic org.springframework.amqp.rabbit.connection.ConnectionFactory create(AmqpServiceInfo serviceInfo, ServiceConnectorConfig serviceConnectorConfiguration)
ServiceConnectorCreatorserviceInfo - the ServiceInfo object containing the information necessary to connect to the serviceserviceConnectorConfiguration - configuration information to be applied to the connectionCopyright © 2015 Pivotal Software, Inc.. All rights reserved.