Interface Callback<V>

  • Type Parameters:
    V - the target value type
    All Superinterfaces:
    Future<V>, Task
    All Known Implementing Classes:
    FocessCallback

    public interface Callback<V>
    extends Task, Future<V>
    The warped task. You can use this to handle callable processing