- OnBatchEnd - Annotation Type in com.fluxtion.api.annotations
-
Marks a method to be invoked by the SEP when a batch ends.
- OnBatchPause - Annotation Type in com.fluxtion.api.annotations
-
Marks a method to be invoked by the SEP when a batch is paused and more messages are expected.
- OnEvent - Annotation Type in com.fluxtion.api.annotations
-
Marks a method to be called when all of its dependent nodes on the execution
path have processed the event.
- onEvent(T) - Method in class com.fluxtion.api.lifecycle.AbstractFilteredEventHandler
-
- onEvent(T) - Method in class com.fluxtion.api.lifecycle.DefaultFilteredEventHandler
-
- onEvent(T) - Method in interface com.fluxtion.api.lifecycle.EventHandler
-
Called when a new event e is ready to be processed.
- onEvent(Event) - Method in class com.fluxtion.api.partition.Partitioner
-
- OnEventComplete - Annotation Type in com.fluxtion.api.annotations
-
This is the inverse of OnEvent behaviour.
- OnParentUpdate - Annotation Type in com.fluxtion.api.annotations
-
Marks a method to be called in a class when a parent node has processed an
event.