Uses of Interface
org.eclipse.jetty.util.Promise.Invocable
Packages that use Promise.Invocable
-
Uses of Promise.Invocable in org.eclipse.jetty.util
Subinterfaces of Promise.Invocable in org.eclipse.jetty.utilMethods in org.eclipse.jetty.util that return Promise.InvocableModifier and TypeMethodDescriptionstatic <C> Promise.Invocable<C> Create anPromise.Invocablethat isInvocable.InvocationType.NON_BLOCKINGbecause it executes the callbacksstatic <C> Promise.Invocable<C> Promise.from(Invocable.InvocationType invocationType, Promise<C> promise) Create anPromise.Invocable