public interface BackingAppDeploymentService
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<String> |
deploy(List<BackingApplication> backingApps,
String serviceInstanceId)
Deploy the backing applications and associate with the service instance
|
reactor.core.publisher.Flux<String> |
undeploy(List<BackingApplication> backingApps)
Undeploy the backing applications
|
reactor.core.publisher.Flux<String> |
update(List<BackingApplication> backingApps,
String serviceInstanceId)
Update the backing applications and associate with the service instance
|
reactor.core.publisher.Flux<String> deploy(List<BackingApplication> backingApps, String serviceInstanceId)
backingApps
- a collection of backing applicationsserviceInstanceId
- the service instance IDreactor.core.publisher.Flux<String> update(List<BackingApplication> backingApps, String serviceInstanceId)
backingApps
- a collection of backing applicationsserviceInstanceId
- the service instance IDreactor.core.publisher.Flux<String> undeploy(List<BackingApplication> backingApps)
backingApps
- a collection of backing applications