Uses of Interface
org.eclipse.milo.opcua.stack.core.util.TaskQueue.Task
Packages that use TaskQueue.Task
-
Uses of TaskQueue.Task in org.eclipse.milo.opcua.stack.core.util
Methods in org.eclipse.milo.opcua.stack.core.util that return types with arguments of type TaskQueue.TaskModifier and TypeMethodDescriptionTaskQueue.shutdown(boolean awaitQuiescence) Shut down this executor, optionally awaiting completion of any currently-executing tasks.Methods in org.eclipse.milo.opcua.stack.core.util with parameters of type TaskQueue.TaskModifier and TypeMethodDescriptionbooleanTaskQueue.execute(TaskQueue.Task task) Queue aTaskQueue.Taskto be executed.@Nullable CompletionStage<Unit>TaskQueue.submit(TaskQueue.Task task) Queue aTaskQueue.Taskto be executed, returning aCompletionStagethat will complete when the task has been executed.