@FunctionalInterface public interface Processor
Processor in a Camel route, then make sure to write the Processor in a
thread-safe way, as the Camel routes can potentially be executed by concurrent threads, and therefore multiple
threads can call the same Processor instance.| Modifier and Type | Method and Description |
|---|---|
void |
process(Exchange exchange)
Processes the message exchange
|
Apache Camel