Interface PluginTask<V>
- Type Parameters:
V- the type of the value returned by this task.
- All Superinterfaces:
Future<V>,PluginAware
A
PluginTask is a future used by a PluginScheduler.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA helper object for building and scheduling aPluginTask. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAsync()Returns whether this future is executed asynchronously.Methods inherited from interface com.xpdustry.distributor.common.plugin.PluginAware
getPlugin
-
Method Details
-
isAsync
boolean isAsync()Returns whether this future is executed asynchronously.
-