All Classes

Class Description
CachedCompiler  
ClassProcessor
A ClassProcessor service can inspect and process application classes after they are compiled.
ClockFactory  
CompilerUtils
This class support loading and debugging Java Classes dynamically.
DeclarativeNodeConiguration
Provides data driven SEP generation.
Disabled
Used in conjunction with generation annotations to allow the developer to conditionally enable/disable processing of the annotation in context.
EventPublisherBuilder
Builder used to add a EventPublsher via static helper functions.
FilterDescription
Customises the generated source files to provide user controlled FilterDescription's.
FilterDescriptionProducer
Produces FilterDescription instances that act as a extension points for control of filter comments and variable names in the generated SEP.
GenerationContext
Context for the generated output of the SEP.
MyClassLoader
A ClassLoader that exposes the defineClass method from ClassLoader base class
NodeFactory<T>
A factory for creating instances.
NodeNameProducer
Implementing this interface allow users to extend the generation of the SEP with customisable variable names for nodes.
NodeRegistry
Holds all the currently registered nodes and factories in a graph.
NodeStatistic
Experimental feature - do not use
SepBuilder
Mark a method as a SEP builder.
SEPConfig
Configuration used by Fluxtion event stream compiler at generation time to control the output of the generated static event processor.
SepDebugger
Experimental feature - do not use
SepInstance
Mark a class as an instance encapsulated by a SEP, this can be used in place of a builder method when the SEP contains only one imperatively added node.
SepIntrospector<T,​R>
Experimental feature - do not use
SepInvocationListener
Experimental feature - do not use