Class AnyFutureSubscriber<T>

  • Type Parameters:
    T - the non-null type of result to be subscribed by the subscriber.
    All Implemented Interfaces:
    Task.Subscriber<T>, Future<T>

    public class AnyFutureSubscriber<T>
    extends FutureSubscriber<T>
    A FutureSubscriber which notifies a monitor object when the task completes or fails.
    Since:
    21.12
    Author:
    bo, lh