| Interface | Description |
|---|---|
| InputEventHandler |
This interface wraps
InputHandler class in order to guarantee exactly
once processing |
| SourceEventListener |
Listener interface to be used by following component to get the events received by
Sources. |
| 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. |
| InputEventHandlerImpl |
This implementation of
InputEventHandler that wraps InputHandler class |
| PassThroughSourceMapper |
Event Mapper implementation to handle pass-through scenario where user does not need to do any mapping.
|
| Source |
Abstract class to represent Event Sources.
|
| SourceHandler |
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 © 2017 WSO2. All rights reserved.