public class JsonSourceMapper
extends org.wso2.siddhi.core.stream.input.source.SourceMapper
ComplexEventChunk.
This extension accepts optional json path expressions to
select specific attributes from the stream.| Constructor and Description |
|---|
JsonSourceMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.wso2.siddhi.query.api.definition.StreamDefinition streamDefinition,
org.wso2.siddhi.core.util.transport.OptionHolder optionHolder,
List<org.wso2.siddhi.core.stream.AttributeMapping> attributeMappingList,
org.wso2.siddhi.core.util.config.ConfigReader configReader) |
protected void |
mapAndProcess(Object eventObject,
org.wso2.siddhi.core.stream.input.InputEventHandler inputEventHandler) |
public void init(org.wso2.siddhi.query.api.definition.StreamDefinition streamDefinition,
org.wso2.siddhi.core.util.transport.OptionHolder optionHolder,
List<org.wso2.siddhi.core.stream.AttributeMapping> attributeMappingList,
org.wso2.siddhi.core.util.config.ConfigReader configReader)
init in class org.wso2.siddhi.core.stream.input.source.SourceMapperprotected void mapAndProcess(Object eventObject, org.wso2.siddhi.core.stream.input.InputEventHandler inputEventHandler) throws InterruptedException
mapAndProcess in class org.wso2.siddhi.core.stream.input.source.SourceMapperInterruptedExceptionCopyright © 2017 WSO2. All rights reserved.