@Configuration @AutoConfigureAfter(value={org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.class,ServiceBrokerAutoConfiguration.class}) @ConditionalOnWebApplication(type=REACTIVE) public class ServiceBrokerWebFluxAutoConfiguration extends Object
Auto-configuration
for the service broker REST API
endpoints.Modifier | Constructor and Description |
---|---|
protected |
ServiceBrokerWebFluxAutoConfiguration(org.springframework.cloud.servicebroker.service.CatalogService catalogService,
org.springframework.cloud.servicebroker.service.ServiceInstanceService serviceInstanceService,
org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService serviceInstanceBindingService,
org.springframework.cloud.servicebroker.service.events.EventFlowRegistries eventFlowRegistries) |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.servicebroker.controller.CatalogController |
catalogController() |
org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler |
serviceBrokerExceptionHandler() |
org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController |
serviceInstanceBindingController() |
org.springframework.cloud.servicebroker.controller.ServiceInstanceController |
serviceInstanceController() |
protected ServiceBrokerWebFluxAutoConfiguration(org.springframework.cloud.servicebroker.service.CatalogService catalogService, @Autowired(required=false) org.springframework.cloud.servicebroker.service.ServiceInstanceService serviceInstanceService, org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService serviceInstanceBindingService, org.springframework.cloud.servicebroker.service.events.EventFlowRegistries eventFlowRegistries)
@Bean public org.springframework.cloud.servicebroker.controller.CatalogController catalogController()
@Bean public org.springframework.cloud.servicebroker.controller.ServiceInstanceController serviceInstanceController()
@Bean public org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController serviceInstanceBindingController()
@Bean public org.springframework.cloud.servicebroker.controller.ServiceBrokerExceptionHandler serviceBrokerExceptionHandler()