See: Description
| Interface | Description |
|---|---|
| AggregateCounterOperations |
Interface defining operations available when dealing with Aggregate Counters.
|
| AppRegistryOperations |
Interface defining operations available for application registrations.
|
| CompletionOperations |
Interface defining operations related to providing code completion in the DSL.
|
| CounterOperations |
Interface defining operations available when dealing with Counters.
|
| DataFlowOperations |
Interface the REST clients implement to interact with spring-cloud-dataflow REST API.
|
| FieldValueCounterOperations |
Interface defining operations available when dealing with Field Value Counters.
|
| JobOperations |
Interface defining operations available for jobs.
|
| RuntimeOperations |
Defines operations available for obtaining information about deployed apps.
|
| StreamOperations |
Interface defining operations available against streams.
|
| TaskOperations |
Interface defining operations available against tasks.
|
| Class | Description |
|---|---|
| AggregateCounterTemplate |
Implementation for
AggregateCounterOperations that interacts with the Spring Cloud Data Flow REST API. |
| AppRegistryTemplate |
Implementation of
AppRegistryOperations that uses RestTemplate
to issue commands to the Data Flow server. |
| CompletionTemplate |
Created by ericbottard on 05/10/15.
|
| CounterTemplate |
Implementation for
CounterOperations that interacts with the Spring Cloud Data Flow REST API. |
| DataFlowTemplate |
Implementation of DataFlowOperations delegating to sub-templates, discovered
via REST relations.
|
| FieldValueCounterTemplate |
Implementation for
FieldValueCounterOperations that interacts with the Spring Cloud Data Flow REST API. |
| JobTemplate |
Implementation for
JobOperations. |
| RuntimeTemplate |
Implementation for
RuntimeOperations. |
| StreamTemplate |
Implementation for
StreamOperations. |
| TaskTemplate |
Implementation for
TaskOperations. |
| VndErrorResponseErrorHandler |
Extension of
DefaultResponseErrorHandler that knows how to de-serialize a VndErrors.VndError structure. |
| Enum | Description |
|---|---|
| AggregateCounterOperations.Resolution |
| Exception | Description |
|---|---|
| DataFlowClientException |
A Java exception that wraps the serialized
VndErrors object. |
| DataFlowServerException |
A Java exception thrown when the server returns unexpected data.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.