Interface SharedInternalProcessor

All Superinterfaces:
Processor

public interface SharedInternalProcessor extends Processor
A Shared (thread safe) internal Processor that Camel routing engine used during routing for cross cutting functionality such as:
  • Execute UnitOfWork
  • Keeping track which route currently is being routed
  • Execute RoutePolicy
  • Gather JMX performance statics
  • Tracing
  • Debugging
  • Message History
  • Stream Caching
  • Transformer
... and more.

This is intended for internal use only - do not use this.