Graph building
Explanation of the core design time components for graph building
Last updated
Was this helpful?
Explanation of the core design time components for graph building
Last updated
Was this helpful?
Previously we have seen how to configure even processing in the generated SEP. This section will concentrate on the available methods to construct the graph model that the Fluxtion event stream compiler will analyse.
Use of a and imperative code to define the nodes that make up the execution graph, described .
Combining data with custom written to automatically add nodes to the execution graph.
Annotations provide a significant avenue for providing meta-data to the Fluxtion ESC, the relevant annotations covered in the this section are:
Annotation
Comment
A key value pair for configuring an injected instance.
Marks a field as providing configuration for an injected instance
Injection annotations combine with factories to inject manage nodes into an instance.
Use of higher order functions to declare the intention of event processing.
Marks a reference to be created by a and injected by Fluxtion ESC
A for specifying nodes, events, functions and dependencies between nodes.