Package org.apache.camel.spi
Interface NodeIdFactory
public interface NodeIdFactory
Factory to generate unique ids for model nodes.
-
Method Summary
-
Method Details
-
createId
Creates an id for the given model definition.- Parameters:
definition
- model definition (its most likely ainvalid reference
OutputDefinition
- Returns:
- the id created
-