@SpringBootApplication public class AppBrokerApplication extends Object
Constructor and Description |
---|
AppBrokerApplication() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.appbroker.service.CreateServiceInstanceWorkflow |
createServiceInstanceWorkflow()
A no-op CreateServiceInstanceWorkflow bean
|
org.springframework.cloud.appbroker.service.DeleteServiceInstanceWorkflow |
deleteServiceInstanceWorkflow()
A no-op DeleteServiceInstanceWorkflow bean
|
static void |
main(String[] args)
main application entry point
|
org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService |
serviceInstanceBindingService()
A no-op ServiceInstanceBindingService bean
|
org.springframework.cloud.appbroker.service.UpdateServiceInstanceWorkflow |
updateServiceInstanceWorkflow()
A no-op UpdateServiceInstanceWorkflow bean
|
public static void main(String[] args)
args
- the args@Bean public org.springframework.cloud.appbroker.service.CreateServiceInstanceWorkflow createServiceInstanceWorkflow()
@Bean public org.springframework.cloud.appbroker.service.UpdateServiceInstanceWorkflow updateServiceInstanceWorkflow()
@Bean public org.springframework.cloud.appbroker.service.DeleteServiceInstanceWorkflow deleteServiceInstanceWorkflow()
@Bean public org.springframework.cloud.servicebroker.service.ServiceInstanceBindingService serviceInstanceBindingService()