| Interface | Description |
|---|---|
| OutputGroupDeterminer |
Output events are grouped before sent out to the transport to achieve efficient network communication.
|
| SinkListener |
Sink Listener is used to get Events out from
SinkMappers into Sinks. |
| Class | Description |
|---|---|
| DynamicOptionGroupDeterminer |
This implementation of
OutputGroupDeterminer groups events based on dynamic options of the Sink. |
| InMemorySink |
Implementation of
Sink which represents in-memory transport. |
| PartitionedGroupDeterminer |
This implementation of
OutputGroupDeterminer groups events into 'n' number of partitions. |
| PassThroughSinkMapper |
Implementation of
SinkMapper representing pass-through scenario where no mapping is done and
Events are send directly to transports. |
| Sink |
This is a Sink type.
|
| SinkCallback |
Sink Callback is used to get
Events from Siddhi Streams using
StreamJunction and send them to SinkMappers to do the mapping. |
| SinkHandler |
SinkHandler is an optional interface before
SinkMapper. |
| SinkHandlerCallback |
Sink Handler Callback is used to send events to the
SinkMapper after being handled by SinkHandler. |
| SinkHandlerManager |
SinkHandlerManager is a factory interface that would create the appropriate
SinkHandler
for each Sink. |
| SinkMapper |
Abstract parent class to represent event mappers.
|
Copyright © 2017 WSO2. All rights reserved.