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 |
|---|---|
protected boolean |
allowNullInTransportProperties() |
Class[] |
getSupportedInputEventClasses() |
void |
init(org.wso2.siddhi.query.api.definition.StreamDefinition streamDefinition,
org.wso2.siddhi.core.util.transport.OptionHolder optionHolder,
List<org.wso2.siddhi.core.stream.input.source.AttributeMapping> list,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext) |
protected void |
mapAndProcess(Object eventObject,
org.wso2.siddhi.core.stream.input.source.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.input.source.AttributeMapping> list,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext)
init in class org.wso2.siddhi.core.stream.input.source.SourceMapperprotected void mapAndProcess(Object eventObject, org.wso2.siddhi.core.stream.input.source.InputEventHandler inputEventHandler) throws InterruptedException
mapAndProcess in class org.wso2.siddhi.core.stream.input.source.SourceMapperInterruptedExceptionprotected boolean allowNullInTransportProperties()
allowNullInTransportProperties in class org.wso2.siddhi.core.stream.input.source.SourceMapperpublic Class[] getSupportedInputEventClasses()
getSupportedInputEventClasses in class org.wso2.siddhi.core.stream.input.source.SourceMapperCopyright © 2018 WSO2. All rights reserved.