Explanation of the core design time components for graph building
Introduction
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.
Graph construction methods
Imperative
Use of a builder class and imperative code to define the nodes that make up the execution graph, described here.
Data driven
Combining data with custom written node factories to automatically add nodes to the execution graph.
Annotations
Annotations provide a significant avenue for providing meta-data to the Fluxtion ESC, the relevant annotations covered in the this section are: