- Type Parameters:
SC - service connector type
SCC - service connector configurer type
- All Implemented Interfaces:
- org.springframework.cloud.service.ServiceConnectorConfigurer<SC,SCC>
- Direct Known Subclasses:
- RabbitConnectionFactoryConfigurer, SpringConnectionFactoryConfigurer
public class MapServiceConnectionConfigurer<SC,SCC extends MapServiceConnectorConfig>
extends java.lang.Object
implements org.springframework.cloud.service.ServiceConnectorConfigurer<SC,SCC>
Configurer for service connector that takes a map of properties to apply to the connection.
- Author:
- Scott Frederick