public class RabbitConnectionFactoryCreator extends AbstractServiceConnectorCreator<ConnectionFactory,AmqpServiceInfo>
Constructor and Description |
---|
RabbitConnectionFactoryCreator() |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
create(AmqpServiceInfo serviceInfo,
ServiceConnectorConfig serviceConnectorConfiguration)
Create service for the given service info and configured with the given
configuration
|
getServiceConnectorType, getServiceInfoType
public ConnectionFactory create(AmqpServiceInfo serviceInfo, ServiceConnectorConfig serviceConnectorConfiguration)
ServiceConnectorCreator
serviceInfo
- the ServiceInfo
object containing the information necessary to connect to the serviceserviceConnectorConfiguration
- configuration information to be applied to the connection