Interface CallbackRecipient<V,E>

Type Parameters:
V - the type of the success value.
E - the type of the exception.
All Known Implementing Classes:
MiniDnsFuture, MiniDnsFuture.InternalMiniDnsFuture

public interface CallbackRecipient<V,E>
A recipient of success and exception callbacks.