Uses of Record Class
io.datarouter.instrumentation.task.TaskTrackerKeyDto
Packages that use TaskTrackerKeyDto
-
Uses of TaskTrackerKeyDto in io.datarouter.instrumentation.task
Methods in io.datarouter.instrumentation.task that return TaskTrackerKeyDtoModifier and TypeMethodDescriptionTaskTrackerDto.key()Returns the value of thekeyrecord component.Constructors in io.datarouter.instrumentation.task with parameters of type TaskTrackerKeyDtoModifierConstructorDescriptionTaskTrackerDto(TaskTrackerKeyDto key, String longRunningTaskType, Instant startTime, Instant finishTime, Instant heartbeatTime, String jobExecutionStatus, String triggeredBy, Long numItemsProcessed, String lastItemProcessed, String exceptionRecordId) Creates an instance of aTaskTrackerDtorecord class.