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