Uses of Class
com.kingsrook.qqq.backend.core.processes.tracing.ProcessTracerMessage
Packages that use ProcessTracerMessage
Package
Description
-
Uses of ProcessTracerMessage in com.kingsrook.qqq.backend.core.model.actions.processes
Methods in com.kingsrook.qqq.backend.core.model.actions.processes with parameters of type ProcessTracerMessageModifier and TypeMethodDescriptionvoid
RunBackendStepInput.traceMessage
(ProcessTracerMessage message) -
Uses of ProcessTracerMessage in com.kingsrook.qqq.backend.core.processes.tracing
Subclasses of ProcessTracerMessage in com.kingsrook.qqq.backend.core.processes.tracingModifier and TypeClassDescriptionclass
Specialization of process tracer message, to indicate a 'key record' that was used as an input or trigger to a process.Methods in com.kingsrook.qqq.backend.core.processes.tracing that return ProcessTracerMessageModifier and TypeMethodDescriptionProcessTracerMessage.withMessage
(String message) Fluent setter for messageMethods in com.kingsrook.qqq.backend.core.processes.tracing with parameters of type ProcessTracerMessageModifier and TypeMethodDescriptionvoid
LoggingProcessTracer.handleMessage
(RunBackendStepInput runBackendStepInput, ProcessTracerMessage message) void
NoopProcessTracer.handleMessage
(RunBackendStepInput runBackendStepInput, ProcessTracerMessage message) void
ProcessTracerInterface.handleMessage
(RunBackendStepInput runBackendStepInput, ProcessTracerMessage message) Called when the (application, custom) process step code itself decides to trace something.