Class Promise.Invocable.Abstract<T>

java.lang.Object
org.eclipse.jetty.util.Promise.Invocable.Abstract<T>
Type Parameters:
T - the type of the promise result
All Implemented Interfaces:
Promise<T>, Promise.Invocable<T>, Invocable
Direct Known Subclasses:
Promise.Invocable.NonBlocking
Enclosing interface:
Promise.Invocable<R>

public abstract static class Promise.Invocable.Abstract<T> extends Object implements Promise.Invocable<T>

Abstract implementation of Promise.Invocable with the specified Invocable.InvocationType.