@Configuration @ConditionalOnMissingBean(value={org.springframework.cloud.servicebroker.model.catalog.Catalog.class,org.springframework.cloud.servicebroker.service.CatalogService.class}) @EnableConfigurationProperties(value=ServiceBrokerProperties.class) @ConditionalOnProperty(prefix="spring.cloud.openservicebroker.catalog.services[0]", name="id") protected static class ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration extends Object
Catalog
bean when catalog properties are available in external configurationConstructor and Description |
---|
CatalogPropertiesMinimalConfiguration(ServiceBrokerProperties serviceBrokerProperties)
|
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog.Catalog |
catalog()
Privide a
Catalog bean |
public CatalogPropertiesMinimalConfiguration(ServiceBrokerProperties serviceBrokerProperties)
serviceBrokerProperties
- the service broker properties