@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(CatalogService catalogService,
ServiceInstanceService serviceInstanceService,
ServiceInstanceBindingService serviceInstanceBindingService,
EventFlowRegistries eventFlowRegistries)
Construct a new
ServiceBrokerWebFluxAutoConfiguration |
| Modifier and Type | Method and Description |
|---|---|
CatalogController |
catalogController()
Provide a
CatalogController bean |
RequestIdentityWebFilter |
requestIdentityWebFilter()
Provide a
RequestIdentityWebFilter bean |
ServiceBrokerWebFluxExceptionHandler |
serviceBrokerExceptionHandler()
Provide a
ServiceBrokerWebFluxExceptionHandler bean |
ServiceInstanceBindingController |
serviceInstanceBindingController()
Provide a
ServiceInstanceBindingController bean |
ServiceInstanceController |
serviceInstanceController()
Provide a
ServiceInstanceController bean |
protected ServiceBrokerWebFluxAutoConfiguration(CatalogService catalogService, @Autowired(required=false) ServiceInstanceService serviceInstanceService, ServiceInstanceBindingService serviceInstanceBindingService, EventFlowRegistries eventFlowRegistries)
ServiceBrokerWebFluxAutoConfigurationcatalogService - the CatalogService beanserviceInstanceService - the ServiceInstanceService beanserviceInstanceBindingService - the ServiceInstanceBindingService beaneventFlowRegistries - the EventFlowRegistries bean@Bean public CatalogController catalogController()
CatalogController bean@Bean public ServiceInstanceController serviceInstanceController()
ServiceInstanceController bean@Bean public ServiceInstanceBindingController serviceInstanceBindingController()
ServiceInstanceBindingController bean@Bean public ServiceBrokerWebFluxExceptionHandler serviceBrokerExceptionHandler()
ServiceBrokerWebFluxExceptionHandler bean@Bean public RequestIdentityWebFilter requestIdentityWebFilter()
RequestIdentityWebFilter bean