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 TypeMethodDescriptionvoidRunBackendStepInput.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 TypeClassDescriptionclassImplementation of ProcessTracerInterface that writes messages to the Logger.classImplementation of ProcessTracerInterface that does nothing (no-op).