Class ReceivedTask
java.lang.Object
app.nzyme.plugin.distributed.tasksqueue.ReceivedTask
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabstract booleanstatic ReceivedTask.Builderbuilder()static ReceivedTaskcreate(TaskType type, UUID senderNodeId, boolean allowProcessSelf, Map<String, Object> parametersMap, String parametersString, boolean allowRetry) abstract Stringabstract UUIDabstract TaskTypetype()
-
Constructor Details
-
ReceivedTask
public ReceivedTask()
-
-
Method Details
-
type
-
senderNodeId
-
allowProcessSelf
public abstract boolean allowProcessSelf() -
parametersMap
-
parametersString
-
allowRetry
public abstract boolean allowRetry() -
create
-
builder
-