Class EventFlowRegistries
java.lang.Object
org.springframework.cloud.servicebroker.service.events.EventFlowRegistries
A collection of registries for various event flows
- Author:
- Roy Clarkson
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.EventFlowRegistries(CreateServiceInstanceEventFlowRegistry createInstanceRegistry, UpdateServiceInstanceEventFlowRegistry updateInstanceRegistry, DeleteServiceInstanceEventFlowRegistry deleteInstanceRegistry, AsyncOperationServiceInstanceEventFlowRegistry asyncOperationRegistry, CreateServiceInstanceBindingEventFlowRegistry createInstanceBindingRegistry, DeleteServiceInstanceBindingEventFlowRegistry deleteInstanceBindingRegistry, AsyncOperationServiceInstanceBindingEventFlowRegistry asyncOperationBindingRegistry) Construct a newEventFlowRegistries -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
EventFlowRegistries
Deprecated.Construct a newEventFlowRegistries -
EventFlowRegistries
public EventFlowRegistries(CreateServiceInstanceEventFlowRegistry createInstanceRegistry, UpdateServiceInstanceEventFlowRegistry updateInstanceRegistry, DeleteServiceInstanceEventFlowRegistry deleteInstanceRegistry, AsyncOperationServiceInstanceEventFlowRegistry asyncOperationRegistry, CreateServiceInstanceBindingEventFlowRegistry createInstanceBindingRegistry, DeleteServiceInstanceBindingEventFlowRegistry deleteInstanceBindingRegistry, AsyncOperationServiceInstanceBindingEventFlowRegistry asyncOperationBindingRegistry) Construct a newEventFlowRegistries- Parameters:
createInstanceRegistry- the create instance flow registryupdateInstanceRegistry- the update instance flow registrydeleteInstanceRegistry- the delete instance flow registryasyncOperationRegistry- the instance last operation flow registrycreateInstanceBindingRegistry- the create instance binding flow registrydeleteInstanceBindingRegistry- the delete instance binding flow registryasyncOperationBindingRegistry- the instance binding last operation flow registry
-
-
Method Details
-
getCreateInstanceRegistry
-
getUpdateInstanceRegistry
-
getDeleteInstanceRegistry
-
getAsyncOperationRegistry
-
getCreateInstanceBindingRegistry
-
getDeleteInstanceBindingRegistry
-
getAsyncOperationBindingRegistry
-