Uses of Class
org.springframework.cloud.dataflow.rest.resource.CurrentTaskExecutionsResource
Packages that use CurrentTaskExecutionsResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
-
Uses of CurrentTaskExecutionsResource in org.springframework.cloud.dataflow.rest.client
Methods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type CurrentTaskExecutionsResourceModifier and TypeMethodDescriptionTaskOperations.currentTaskExecutions()
Return information including the count of currently executing tasks and task execution limits.TaskTemplate.currentTaskExecutions()
-
Uses of CurrentTaskExecutionsResource in org.springframework.cloud.dataflow.rest.resource
Methods in org.springframework.cloud.dataflow.rest.resource that return CurrentTaskExecutionsResourceModifier and TypeMethodDescriptionCurrentTaskExecutionsResource.fromTaskExecutionInformation
(PlatformTaskExecutionInformation taskExecutionInformation) Create a CurrentTaskExecutionsResource -
Uses of CurrentTaskExecutionsResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type CurrentTaskExecutionsResource