| Package | Description |
|---|---|
| com.fluxtion.compiler.builder.callback | |
| com.fluxtion.compiler.builder.factory | |
| com.fluxtion.compiler.builder.time | |
| com.fluxtion.compiler.generation.model |
| Modifier and Type | Method and Description |
|---|---|
com.fluxtion.runtime.callback.Callback<?> |
CallbackNodeFactory.createNode(Map<String,Object> config,
NodeRegistry registry) |
com.fluxtion.runtime.callback.EventDispatcher |
EventDispatcherFactory.createNode(Map<String,Object> config,
NodeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
com.fluxtion.runtime.audit.NodeNameLookup |
NodeNameLookupFactory.createNode(Map<String,Object> config,
NodeRegistry registry) |
T |
NodeFactory.createNode(Map<String,Object> config,
NodeRegistry registry)
NodeFactory writer must implement this method to generate instances of
nodes.
|
default void |
NodeFactory.postInstanceRegistration(Map<String,Object> config,
NodeRegistry registry,
T instance)
Callback invoked by Fluxtion generator after the generated SEP has been
registered in the
GenerationContext |
| Modifier and Type | Method and Description |
|---|---|
com.fluxtion.runtime.time.Clock |
ClockFactory.createNode(Map<String,? super Object> config,
NodeRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
TopologicallySortedDependencyGraph
Creates a sorted set of dependencies from a supplied set of instances.
|
Copyright © 2022. All rights reserved.