public interface IdAware extends HasId
Processor
s which has been defined from Camel routes.
This allows access to the id of the processor at runtime, which makes it easier to map it to the corresponding model definition.void setId(String id)
id
- the idApache Camel