JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel
RouteAware
Contents
Description
Method Summary
Method Details
setRoute(Route)
getRoute()
Hide sidebar
Show sidebar
Interface RouteAware
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Route
getRoute
()
Gets the
Route
void
setRoute
(
Route
route)
Injects the
Route
Method Details
setRoute
void
setRoute
(
Route
route)
Injects the
Route
Parameters:
route
- the route
getRoute
Route
getRoute
()
Gets the
Route
Returns:
the route, or
null
if no route has been set.