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
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise
Promise.Completable<S>, Promise.Invocable<R>, Promise.Task<T>, Promise.Wrapper<W>
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Promise.Invocable
Promise.Invocable.Abstract<T>, Promise.Invocable.NonBlocking<T>
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Abstract
-
-
Method Details
-
getInvocationType
- Specified by:
getInvocationType
in interfaceInvocable
- Returns:
- The InvocationType of this object
-