@Configuration
@ComponentScan(basePackages="org.springframework.cloud.servicebroker")
@ConditionalOnWebApplication
public class ServiceBrokerAutoConfiguration
extends java.lang.Object
Constructor and Description |
---|
ServiceBrokerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
CatalogService |
beanCatalogService(Catalog catalog) |
BrokerApiVersion |
brokerApiVersion() |
ServiceInstanceBindingService |
nonBindableServiceInstanceBindingService() |
@Bean @ConditionalOnMissingBean(value=BrokerApiVersion.class) public BrokerApiVersion brokerApiVersion()
@Bean @ConditionalOnMissingBean(value=CatalogService.class) public CatalogService beanCatalogService(Catalog catalog)
@Bean @ConditionalOnMissingBean(value=ServiceInstanceBindingService.class) public ServiceInstanceBindingService nonBindableServiceInstanceBindingService()