Package org.apache.camel.spi
Interface RouteIdAware
-
- All Known Subinterfaces:
ExchangeFactory,ProcessorExchangeFactory
public interface RouteIdAwareTo allow objects to be injected with the route id This allows access to the route id of the processor at runtime, to know which route its associated with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRouteId()Gets the route idvoidsetRouteId(String routeId)Sets the route id
-