Package | Description |
---|---|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
MetricStore |
DataFlowControllerAutoConfiguration.metricStore(MetricsProperties metricsProperties) |
Modifier and Type | Method and Description |
---|---|
MetricsController |
DataFlowControllerAutoConfiguration.metricsController(MetricStore metricStore) |
RuntimeAppsController |
DataFlowControllerAutoConfiguration.runtimeAppsController(StreamDeployer streamDeployer,
MetricStore metricStore) |
Constructor and Description |
---|
MetricsController(MetricStore metricStore)
Instantiates a new metrics controller.
|
RuntimeAppsController(StreamDeployer streamDeployer,
MetricStore metricStore)
Instantiates a new runtime apps controller.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.