Interface Task.Collectable<T,R>

Type Parameters:
T - the type of the Task
R - the type of the result
All Known Subinterfaces:
Task.Completable<T,R>
Enclosing interface:
Task<T>

public static interface Task.Collectable<T,R>
Provides the mechanism to submit, orchestrate and collect results from a Task defined as part of an Task.Orchestration, including the creation of a Task.Coordinator to subscribe to results, manage and interact with an orchestrated Task.

A Task.Collectable represents the last part of an Task.Orchestration definition pipeline.

See Also: