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 TypeMethodDescriptionvoidRunBackendStepInput.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 TypeClassDescriptionclassSpecialization 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 TypeMethodDescriptionvoidLoggingProcessTracer.handleMessage(RunBackendStepInput runBackendStepInput, ProcessTracerMessage message) voidNoopProcessTracer.handleMessage(RunBackendStepInput runBackendStepInput, ProcessTracerMessage message) voidProcessTracerInterface.handleMessage(RunBackendStepInput runBackendStepInput, ProcessTracerMessage message) Called when the (application, custom) process step code itself decides to trace something.