Uses of Class
app.nzyme.plugin.distributed.tasksqueue.ReceivedTask
-
Packages that use ReceivedTask Package Description app.nzyme.plugin.distributed.tasksqueue -
-
Uses of ReceivedTask in app.nzyme.plugin.distributed.tasksqueue
Methods in app.nzyme.plugin.distributed.tasksqueue that return ReceivedTask Modifier and Type Method Description abstract ReceivedTaskReceivedTask.Builder. build()static ReceivedTaskReceivedTask. create(TaskType type, UUID senderNodeId, boolean allowProcessSelf, Map<String,Object> parametersMap, String parametersString, boolean allowRetry)Methods in app.nzyme.plugin.distributed.tasksqueue with parameters of type ReceivedTask Modifier and Type Method Description TaskProcessingResultTaskHandler. handle(ReceivedTask task)
-