| Package | Description |
|---|---|
| org.springframework.cloud.deployer.spi.app |
| Modifier and Type | Method and Description |
|---|---|
AppStatus |
AppStatus.Builder.build()
Return a new instance of
AppStatus based on
the provided individual app instances via
AppStatus.Builder.with(AppInstanceStatus). |
AppStatus |
AppDeployer.status(String id)
Return the
AppStatus for an app represented by a deployment id. |
| Modifier and Type | Method and Description |
|---|---|
default reactor.core.publisher.Flux<AppStatus> |
AppDeployer.statusesReactive(String... ids)
Return the
AppStatuss for an app represented by a deployment ids. |
default reactor.core.publisher.Mono<AppStatus> |
AppDeployer.statusReactive(String id)
Return the
AppStatus for an app represented by a deployment id. |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.