public interface RouteAware
An interface to represent an object which wishes to be injected with a
Route
such as
Consumer
which
is the consumer for a route.
-
Method Summary
-
Method Details
-
setRoute
void setRoute(Route route)
- Parameters:
route
- the route
-
getRoute
- Returns:
- the route, or null if no route has been set.