| Interface | Description |
|---|---|
| Constant |
Marker interface, declares a node as holding a constant value.
|
| EventWrapper<T extends com.fluxtion.api.event.Event> |
Wraps an underlying event node in a SEP
|
| FilterWrapper<T> |
A wrapper around a node that is created as the resiult of a filtering
operation.
|
| SepContext |
Service providing buildtime access to constructing a SEP.
|
| Stateful |
Functions maybe stateless or stateful in Fluxtion.
|
| Test |
A marker interface for a Test node in a SEP.
|
| Wrapper<T> |
A wrapper class that holds a reference to a node in the SEP.
|
| Class | Description |
|---|---|
| MergingWrapper<T> |
Merges streams into a single node in the SEP execution graph.
|
| PushNotifier |
Pushes event notifications from a source to a target.
|
| ReusableEventHandler<T extends com.fluxtion.api.event.Event> |
Copyright © 2019. All rights reserved.