Uses of Record Class
io.datarouter.instrumentation.exception.TaskExecutorRecordDto
Packages that use TaskExecutorRecordDto
-
Uses of TaskExecutorRecordDto in io.datarouter.instrumentation.exception
Method parameters in io.datarouter.instrumentation.exception with type arguments of type TaskExecutorRecordDtoModifier and TypeMethodDescriptionDatarouterExceptionPublisher.addTaskExecutorRecord(List<TaskExecutorRecordDto> taskExecutorRecord) DatarouterExceptionPublisher.NoOpDatarouterExceptionPublisher.addTaskExecutorRecord(List<TaskExecutorRecordDto> taskExecutorRecord) -
Uses of TaskExecutorRecordDto in io.datarouter.instrumentation.trace
Methods in io.datarouter.instrumentation.trace that return types with arguments of type TaskExecutorRecordDtoModifier and TypeMethodDescriptionConveyorTraceAndTaskExecutorBundleDto.taskExecutorRecord()Returns the value of thetaskExecutorRecordrecord component.Constructor parameters in io.datarouter.instrumentation.trace with type arguments of type TaskExecutorRecordDtoModifierConstructorDescriptionConveyorTraceAndTaskExecutorBundleDto(Trace2BundleDto traceBundleDto, Optional<TaskExecutorRecordDto> taskExecutorRecord) Creates an instance of aConveyorTraceAndTaskExecutorBundleDtorecord class.