org.apache.camel
Interface Traceable

All Known Subinterfaces:
Traceable
All Known Implementing Classes:
AggregateProcessor, AOPProcessor, CatchProcessor, ChoiceProcessor, Delayer, DynamicRouter, EvaluateExpressionProcessor, FailOverLoadBalancer, FilterProcessor, LogProcessor, LoopProcessor, MarshalProcessor, MulticastProcessor, OnCompletionProcessor, Pipeline, PredicateValidatingProcessor, RecipientListProcessor, Resequencer, RollbackProcessor, RoutingSlip, SendProcessor, SetBodyProcessor, Splitter, StreamResequencer, Throttler, ThrowExceptionProcessor, TransformProcessor, TryProcessor, UnmarshalProcessor, WireTapProcessor

public interface Traceable

Traceable processors allowing easier tracing using constructed labels to help identify the processor and where it's defined in the route model.

Version:

Method Summary
 String getTraceLabel()
          Gets the trace label used for logging when tracing is enabled.
 

Method Detail

getTraceLabel

String getTraceLabel()
Gets the trace label used for logging when tracing is enabled.

The label should be short and precise.

Returns:
the label


Apache CAMEL