| Package | Description |
|---|---|
| com.fluxtion.api.audit | |
| com.fluxtion.api.event | |
| com.fluxtion.api.lifecycle | |
| com.fluxtion.api.partition |
| Modifier and Type | Method and Description |
|---|---|
default void |
Auditor.eventReceived(Event event)
Callback indicating the Event to be processed by the SEP nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericEvent<T>
A generic event, where the filter is determined by the class type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilteredEventHandler<T extends Event> |
class |
DefaultFilteredEventHandler<T extends Event> |
interface |
EventHandler<T extends Event>
processes all events of type T.
|
interface |
FilteredEventHandler<T extends Event>
Extends the concept of EventHandler by adding a user defined filter id.
|
| Modifier and Type | Field and Description |
|---|---|
T |
DefaultFilteredEventHandler.event |
| Modifier and Type | Method and Description |
|---|---|
default Class<? extends Event> |
EventHandler.eventClass()
The class of the Event processed by this handler
|
Class<? extends Event> |
DefaultFilteredEventHandler.eventClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
Partitioner.onEvent(Event e) |
Copyright © 2019. All rights reserved.