public class TraceAppDeployer extends Object implements org.springframework.cloud.deployer.spi.app.AppDeployer
AppDeployer.| Constructor and Description |
|---|
TraceAppDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer delegate,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
String |
deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request) |
org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo |
environmentInfo() |
String |
getLog(String id) |
void |
scale(org.springframework.cloud.deployer.spi.app.AppScaleRequest appScaleRequest) |
org.springframework.cloud.deployer.spi.app.AppStatus |
status(String id) |
reactor.core.publisher.Flux<org.springframework.cloud.deployer.spi.app.AppStatus> |
statusesReactive(String... ids) |
reactor.core.publisher.Mono<org.springframework.cloud.deployer.spi.app.AppStatus> |
statusReactive(String id) |
void |
undeploy(String id) |
public TraceAppDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer delegate,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.core.env.Environment environment)
public String deploy(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request)
deploy in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic void undeploy(String id)
undeploy in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic org.springframework.cloud.deployer.spi.app.AppStatus status(String id)
status in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic reactor.core.publisher.Mono<org.springframework.cloud.deployer.spi.app.AppStatus> statusReactive(String id)
statusReactive in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic reactor.core.publisher.Flux<org.springframework.cloud.deployer.spi.app.AppStatus> statusesReactive(String... ids)
statusesReactive in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo environmentInfo()
environmentInfo in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic String getLog(String id)
getLog in interface org.springframework.cloud.deployer.spi.app.AppDeployerpublic void scale(org.springframework.cloud.deployer.spi.app.AppScaleRequest appScaleRequest)
scale in interface org.springframework.cloud.deployer.spi.app.AppDeployerCopyright © 2023 Pivotal Software, Inc.. All rights reserved.