| Package | Description |
|---|---|
| org.wso2.siddhi.core.stream.input.source |
| Modifier and Type | Class and Description |
|---|---|
class |
PassThroughSourceMapper
Event Mapper implementation to handle pass-through scenario where user does not need to do any mapping.
|
class |
SourceMapper
Convert custom input from
Source to ComplexEventChunk. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Source.init(SourceEventListener sourceEventListener,
OptionHolder optionHolder,
String[] requestedTransportPropertyNames,
ConfigReader configReader,
SiddhiAppContext siddhiAppContext)
To initialize the source.
|
void |
InMemorySource.init(SourceEventListener sourceEventListener,
OptionHolder optionHolder,
String[] requestedTransportPropertyNames,
ConfigReader configReader,
SiddhiAppContext siddhiAppContext) |
Copyright © 2019 WSO2. All rights reserved.