Package | Description |
---|---|
io.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 |
---|---|
void |
InMemorySource.init(SourceEventListener sourceEventListener,
OptionHolder optionHolder,
String[] requestedTransportPropertyNames,
ConfigReader configReader,
SiddhiAppContext siddhiAppContext) |
abstract void |
Source.init(SourceEventListener sourceEventListener,
OptionHolder optionHolder,
String[] requestedTransportPropertyNames,
ConfigReader configReader,
SiddhiAppContext siddhiAppContext)
To initialize the source.
|
Copyright © 2019. All rights reserved.