Class ServiceBrokerWebFluxAutoConfiguration
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration
@Configuration
@AutoConfigureAfter({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.- Author:
- Roy Clarkson
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ServiceBrokerWebFluxAutoConfiguration
(CatalogService catalogService, ServiceInstanceService serviceInstanceService, ServiceInstanceBindingService serviceInstanceBindingService, EventFlowRegistries eventFlowRegistries) Construct a newServiceBrokerWebFluxAutoConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionProvide aCatalogController
beanProvide aRequestIdentityWebFilter
beanProvide aServiceBrokerWebFluxExceptionHandler
beanProvide aServiceInstanceBindingController
beanProvide aServiceInstanceController
bean
-
Constructor Details
-
ServiceBrokerWebFluxAutoConfiguration
protected ServiceBrokerWebFluxAutoConfiguration(CatalogService catalogService, @Autowired(required=false) ServiceInstanceService serviceInstanceService, ServiceInstanceBindingService serviceInstanceBindingService, EventFlowRegistries eventFlowRegistries) Construct a newServiceBrokerWebFluxAutoConfiguration
- Parameters:
catalogService
- the CatalogService beanserviceInstanceService
- the ServiceInstanceService beanserviceInstanceBindingService
- the ServiceInstanceBindingService beaneventFlowRegistries
- the EventFlowRegistries bean
-
-
Method Details
-
catalogController
Provide aCatalogController
bean- Returns:
- the bean
-
serviceInstanceController
Provide aServiceInstanceController
bean- Returns:
- the bean
-
serviceInstanceBindingController
Provide aServiceInstanceBindingController
bean- Returns:
- the bean
-
serviceBrokerExceptionHandler
Provide aServiceBrokerWebFluxExceptionHandler
bean- Returns:
- the bean
-
requestIdentityWebFilter
Provide aRequestIdentityWebFilter
bean- Returns:
- the bean
-