@AutoService(value=NodeFactory.class) public class NodeNameLookupFactory extends Object implements NodeFactory<com.fluxtion.runtime.audit.NodeNameLookup>
| Modifier and Type | Field and Description |
|---|---|
static com.fluxtion.runtime.audit.NodeNameLookup |
SINGLETON |
| Constructor and Description |
|---|
NodeNameLookupFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.fluxtion.runtime.audit.NodeNameLookup |
createNode(Map<String,Object> config,
NodeRegistry registry)
NodeFactory writer must implement this method to generate instances of
nodes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactoryName, postInstanceRegistration, preSepGeneration, setTargetLanguagepublic com.fluxtion.runtime.audit.NodeNameLookup createNode(Map<String,Object> config, NodeRegistry registry)
NodeFactoryInject
instance is created. Config variables are used to populate the
config map.createNode in interface NodeFactory<com.fluxtion.runtime.audit.NodeNameLookup>config - map configurationregistry - The node registry of the current generation contextßCopyright © 2022. All rights reserved.