Uses of Interface
org.apache.camel.Navigate
-
Packages that use Navigate Package Description org.apache.camel The core Camel API. -
-
Uses of Navigate in org.apache.camel
Subinterfaces of Navigate in org.apache.camel Modifier and Type Interface Description interfaceChannelChannel acts as a channel betweenProcessors in the route graph.Methods in org.apache.camel that return Navigate Modifier and Type Method Description Navigate<Processor>Route. navigate()Returns a navigator to navigate this route by navigating all theProcessors.
-