Event handling
Use of @EventHandler annotation to push data into a SEP
Single event handler per class
Example
Node class
public class MyEventProcessor {
@EventHandler
public void handleEvent(MyEvent event){}
}Generated SEP
Graph builder
Last updated
Was this helpful?