Package org.apache.camel
Interface NamedRoute
-
public interface NamedRoute
Represents a node in theroutes
which is identified as a route.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEndpointUrl()
Gets the route endpoint url.String
getRouteId()
Gets the route id.
-