Interface Callback

All Superinterfaces:
Invocable
All Known Subinterfaces:
Blocker.Callback, Callback.Completing
All Known Implementing Classes:
Callback.Completable, Callback.Nested, CountingCallback, FutureCallback, IteratingCallback, IteratingNestedCallback, SharedBlockingCallback.Blocker

public interface Callback extends Invocable

A callback abstraction that handles completed/failed events of asynchronous operations.

Semantically this is equivalent to an optimise Promise<Void>, but callback is a more meaningful name than EmptyPromise