Class ServiceBrokerAutoConfiguration

java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBrokerAutoConfiguration

@Configuration public class ServiceBrokerAutoConfiguration extends Object
Auto-configuration for the service broker implementation beans.

Provides a default CatalogService bean if a Catalog bean is provided. A catalog may be defined in external configuration, or via a Spring bean.

Provides a NonBindableServiceInstanceBindingService if a ServiceInstanceBindingService is not provided, indicating that the service broker provides no bindable services.

Author:
Scott Frederick, Roy Clarkson
See Also: