Uses of Class
com.github.workerframework.api.TaskSourceInfo
Packages that use TaskSourceInfo
-
Uses of TaskSourceInfo in com.github.workerframework.api
Methods in com.github.workerframework.api that return TaskSourceInfoModifier and TypeMethodDescriptionTaskMessage.getSourceInfo()WorkerTaskData.getSourceInfo()Retrieves information relating to the source of the taskMethods in com.github.workerframework.api with parameters of type TaskSourceInfoConstructors in com.github.workerframework.api with parameters of type TaskSourceInfoModifierConstructorDescriptionTaskMessage(String taskId, String taskClassifier, int taskApiVersion, byte[] taskData, TaskStatus taskStatus, Map<String, byte[]> context, String to, TrackingInfo tracking, TaskSourceInfo sourceInfo) TaskMessage(String taskId, String taskClassifier, int taskApiVersion, byte[] taskData, TaskStatus taskStatus, Map<String, byte[]> context, String to, TrackingInfo tracking, TaskSourceInfo sourceInfo, String correlationId)