Interface Task.Subscriber<T>

Type Parameters:
T - the type of result received
All Known Implementing Classes:
RecordingSubscriber, SystemOutSubscriber
Enclosing interface:
Task<T>

public static interface Task.Subscriber<T>
A receiver of items produced by a Task.Coordinator.