Interface Task.CompletionRunnable<T>

  • Type Parameters:
    T - the type of result produced by the task.
    All Superinterfaces:
    Consumer<T>, com.tangosol.io.ExternalizableLite, Serializable
    Enclosing interface:
    Task<T>

    public static interface Task.CompletionRunnable<T>
    extends Consumer<T>, com.tangosol.io.ExternalizableLite
    A runnable to be called upon task completion.
    • Method Summary

      • Methods inherited from interface com.tangosol.io.ExternalizableLite

        readExternal, writeExternal