Uses of Interface
org.eclipse.jetty.util.thread.Invocable.Task
-
Uses of Invocable.Task in org.eclipse.jetty.util.thread
Modifier and TypeClassDescriptionstatic class
ARunnable
decorated with anInvocable.InvocationType
.Modifier and TypeMethodDescriptionstatic Invocable.Task
Invocable.from
(Invocable.InvocationType type, Runnable task) Creates aInvocable.Task
from the given InvocationType and Runnable.