public interface MultiStateAppDeployer extends AppDeployer
COUNT_PROPERTY_KEY, CPU_PROPERTY_KEY, DISK_PROPERTY_KEY, GROUP_PROPERTY_KEY, INDEXED_PROPERTY_KEY, INSTANCE_INDEX_PROPERTY_KEY, MEMORY_PROPERTY_KEY, PREFIX| Modifier and Type | Method and Description |
|---|---|
Map<String,DeploymentState> |
states(String... ids)
Return the
DeploymentState for all the apps represented by
a collection of deployment ids. |
default reactor.core.publisher.Mono<Map<String,DeploymentState>> |
statesReactive(String... ids)
Return the
DeploymentState for all the apps represented by
a collection of deployment ids. |
deploy, environmentInfo, getLog, scale, status, statusesReactive, statusReactive, undeployMap<String,DeploymentState> states(String... ids)
DeploymentState for all the apps represented by
a collection of deployment ids.ids - the collection of app deployment ids, as returned by AppDeployer.deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest)default reactor.core.publisher.Mono<Map<String,DeploymentState>> statesReactive(String... ids)
DeploymentState for all the apps represented by
a collection of deployment ids.ids - the collection of app deployment ids, as returned by AppDeployer.deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest)Copyright © 2023 Pivotal Software, Inc.. All rights reserved.