Package org.springframework.cloud.dataflow.rest.client
package org.springframework.cloud.dataflow.rest.client
Defines the operations of the Spring Cloud Data Flow REST Client.
-
ClassDescriptionInterface defining operations to query information about the server and runtime environment.Implementation of
AboutOperations
that usesRestTemplate
to issue commands to the Data Flow server.Interface defining operations available for application registrations.Implementation ofAppRegistryOperations
that usesRestTemplate
to issue commands to the Data Flow server.Interface defining operations related to providing code completion in the DSL.Implementation ofCompletionOperations
that uses aRestTemplate
to issue commands to the Data Flow server.A Java exception that wraps the serializedVndErrors
object.Interface the REST clients implement to interact with spring-cloud-dataflow REST API.A Java exception thrown when the server returns unexpected data.Implementation of DataFlowOperations delegating to sub-templates, discovered via REST relations.Interface defining operations available for jobs.Implementation forJobOperations
.Defines operations available for obtaining information about deployed apps.Implementation forRuntimeOperations
.Interface defining operations available against schedules.Implementation forSchedulerOperations
.Interface defining operations available against streams.Implementation forStreamOperations
.Interface defining operations available against tasks.Implementation forTaskOperations
.Extension ofDefaultResponseErrorHandler
that knows how to de-serialize aVndErrors.VndError
structure.