Uses of Class
org.apache.camel.model.StepDefinition
-
Packages that use StepDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of StepDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return StepDefinition Modifier and Type Method Description StepDefinitionProcessorDefinition. step()Routes the message to a sequence of processors which is grouped together as one logical name.StepDefinitionProcessorDefinition. step(String id)Routes the message to a sequence of processors which is grouped together as one logical name.
-