Interface | Description |
---|---|
InputEventHandlerCallback |
Interface between InputEventHandler and InputHandler.
|
SourceEventListener |
Listener interface to be used by following component to get the events received by
Source s. |
SourceSyncCallback |
Callback to get synchronous data, used for HA use cases
|
Class | Description |
---|---|
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 |
Convert custom input from
Source to ComplexEventChunk . |
Copyright © 2021. All rights reserved.