Uses of Interface
com.kingsrook.qqq.backend.core.processes.tracing.ProcessTracerInterface
Packages that use ProcessTracerInterface
Package
Description
-
Uses of ProcessTracerInterface in com.kingsrook.qqq.backend.core.model.actions.processes
Methods in com.kingsrook.qqq.backend.core.model.actions.processes that return types with arguments of type ProcessTracerInterfaceMethods in com.kingsrook.qqq.backend.core.model.actions.processes with parameters of type ProcessTracerInterfaceModifier and TypeMethodDescriptionvoid
RunBackendStepInput.setProcessTracer
(ProcessTracerInterface processTracer) Setter for processTracerRunBackendStepInput.withProcessTracer
(ProcessTracerInterface processTracer) Fluent setter for processTracer -
Uses of ProcessTracerInterface in com.kingsrook.qqq.backend.core.processes.tracing
Classes in com.kingsrook.qqq.backend.core.processes.tracing that implement ProcessTracerInterfaceModifier and TypeClassDescriptionclass
Implementation of ProcessTracerInterface that writes messages to the Logger.class
Implementation of ProcessTracerInterface that does nothing (no-op).