@Configuration @AutoConfigureAfter(value={org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.class,ServiceBrokerAutoConfiguration.class,EventFlowsAutoConfiguration.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)
Construct a new
ServiceBrokerWebFluxAutoConfiguration |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.servicebroker.controller.CatalogController |
catalogController()
Provide a
CatalogController bean |
RequestIdentityWebFilter |
requestIdentityWebFilter()
Provide a
RequestIdentityWebFilter bean |
org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler |
serviceBrokerExceptionHandler()
Provide a
ServiceBrokerWebFluxExceptionHandler bean |
org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController |
serviceInstanceBindingController()
Provide a
ServiceInstanceBindingController bean |
org.springframework.cloud.servicebroker.controller.ServiceInstanceController |
serviceInstanceController()
Provide a
ServiceInstanceController bean |
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)
ServiceBrokerWebFluxAutoConfiguration
catalogService
- the CatalogService beanserviceInstanceService
- the ServiceInstanceService beanserviceInstanceBindingService
- the ServiceInstanceBindingService beaneventFlowRegistries
- the EventFlowRegistries bean@Bean public org.springframework.cloud.servicebroker.controller.CatalogController catalogController()
CatalogController
bean@Bean public org.springframework.cloud.servicebroker.controller.ServiceInstanceController serviceInstanceController()
ServiceInstanceController
bean@Bean public org.springframework.cloud.servicebroker.controller.ServiceInstanceBindingController serviceInstanceBindingController()
ServiceInstanceBindingController
bean@Bean public org.springframework.cloud.servicebroker.controller.ServiceBrokerWebFluxExceptionHandler serviceBrokerExceptionHandler()
ServiceBrokerWebFluxExceptionHandler
bean@Bean public RequestIdentityWebFilter requestIdentityWebFilter()
RequestIdentityWebFilter
bean