Uses of Interface
org.apache.camel.spi.BacklogTracerEventMessage
Packages that use BacklogTracerEventMessage
-
Uses of BacklogTracerEventMessage in org.apache.camel.spi
Methods in org.apache.camel.spi that return BacklogTracerEventMessageModifier and TypeMethodDescription@Nullable BacklogTracerEventMessageBacklogDebugger.getSuspendedBreakpointMessage(String id) Gets the trace event for the suspended exchange at the given breakpoint id or null if there is none at that id.Methods in org.apache.camel.spi that return types with arguments of type BacklogTracerEventMessageModifier and TypeMethodDescriptionBacklogTracer.dumpAllTracedMessages()Dumps all tracing dataBacklogTracer.dumpLatestMessageHistory()Dumps latest completed exchange message historyBacklogTracer.dumpTracedMessages(String nodeId) Dumps tracing data for the given route id / node idBacklogTracer.getAllTracedMessages()Get all tracing data (without removing)BacklogTracer.getLatestMessageHistory()Get latest completed exchange message history (without removing)Methods in org.apache.camel.spi with parameters of type BacklogTracerEventMessageModifier and TypeMethodDescriptionvoidBacklogTracer.traceEvent(BacklogTracerEventMessage event) Records a trace event.