| AttributeMapping |
Holder object to store mapping information for a given Siddhi Attribute
Attribute
|
| InMemorySource |
Implementation of Source to receive events through in-memory transport.
|
| InputEventHandler |
This class wraps InputHandler class in order to guarantee exactly once processing
|
| PassThroughSourceHandler |
Implementation of InputEventHandlerCallback used when no SourceHandler is used.
|
| PassThroughSourceMapper |
Event Mapper implementation to handle pass-through scenario where user does not need to do any mapping.
|
| Source<S extends State> |
Abstract class to represent Event Sources.
|
| SourceHandler<S extends State> |
SourceHandler is an optional implementable class that wraps InputHandler.
|
| SourceHandlerManager |
SourceHandlerManager is a factory interface that would create the appropriate SourceHandler
for each Source.
|
| SourceMapper |
|