Interface Callback<T>

  • All Superinterfaces:
    java.util.function.Consumer<T>, java.util.function.Function<Throwable,​T>

    public interface Callback<T>
    extends java.util.function.Consumer<T>, java.util.function.Function<Throwable,​T>
    This interface is used as a completion handler and exception handler for Async operations.
    Version:
    $Id: $
    Author:
    brozow