Uses of Interface
org.apache.camel.spi.NodeIdFactory
-
Packages that use NodeIdFactory Package Description org.apache.camel The core Camel API. -
-
Uses of NodeIdFactory in org.apache.camel
Methods in org.apache.camel that return NodeIdFactory Modifier and Type Method Description NodeIdFactoryExtendedCamelContext. getNodeIdFactory()Gets the node id factoryMethods in org.apache.camel with parameters of type NodeIdFactory Modifier and Type Method Description voidExtendedCamelContext. setNodeIdFactory(NodeIdFactory factory)Uses a custom node id factory when generating auto assigned ids to the nodes in the route definitions
-