Class CloudFoundryAppManager
java.lang.Object
org.springframework.cloud.appbroker.deployer.cloudfoundry.CloudFoundryAppManager
- All Implemented Interfaces:
AppManager
-
Constructor Summary
-
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:
start
in interfaceAppManager
-
stop
- Specified by:
stop
in interfaceAppManager
-
restart
- Specified by:
restart
in interfaceAppManager
-
restage
- Specified by:
restage
in interfaceAppManager
-