public class BackingAppManagementService extends Object
Constructor and Description |
---|
BackingAppManagementService(ManagementClient managementClient,
AppDeployer appDeployer,
BrokeredServices brokeredServices,
TargetService targetService) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
restage(String serviceInstanceId) |
reactor.core.publisher.Mono<Void> |
restart(String serviceInstanceId) |
reactor.core.publisher.Mono<Void> |
start(String serviceInstanceId) |
reactor.core.publisher.Mono<Void> |
stop(String serviceInstanceId) |
public BackingAppManagementService(ManagementClient managementClient, AppDeployer appDeployer, BrokeredServices brokeredServices, TargetService targetService)