Class CloudFoundryAppManager
java.lang.Object
org.springframework.cloud.appbroker.deployer.cloudfoundry.CloudFoundryAppManager
- All Implemented Interfaces:
AppManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>restage(RestageApplicationRequest request) reactor.core.publisher.Mono<Void>restart(RestartApplicationRequest request) reactor.core.publisher.Mono<Void>start(StartApplicationRequest request) reactor.core.publisher.Mono<Void>stop(StopApplicationRequest request)
-
Constructor Details
-
CloudFoundryAppManager
-
-
Method Details
-
start
- Specified by:
startin interfaceAppManager
-
stop
- Specified by:
stopin interfaceAppManager
-
restart
- Specified by:
restartin interfaceAppManager
-
restage
- Specified by:
restagein interfaceAppManager
-