Skip navigation links
A B G I M 

A

allowNullInTransportProperties() - Method in class io.siddhi.extension.map.binarypassthrough.sourcemapper.BinaryPassThroughSourceMapper
Method used by SourceMapper to determine on how to handle transport properties with null values.

B

BinaryPassThroughSinkMapper - Class in io.siddhi.extension.map.binarypassthrough.sinkmapper
Annotation of Siddhi Extension.
BinaryPassThroughSinkMapper() - Constructor for class io.siddhi.extension.map.binarypassthrough.sinkmapper.BinaryPassThroughSinkMapper
 
BinaryPassThroughSourceMapper - Class in io.siddhi.extension.map.binarypassthrough.sourcemapper
Annotation of Siddhi Extension.
BinaryPassThroughSourceMapper() - Constructor for class io.siddhi.extension.map.binarypassthrough.sourcemapper.BinaryPassThroughSourceMapper
 

G

getOutputEventClasses() - Method in class io.siddhi.extension.map.binarypassthrough.sinkmapper.BinaryPassThroughSinkMapper
Returns the list of classes which this sink can consume.
getSupportedDynamicOptions() - Method in class io.siddhi.extension.map.binarypassthrough.sinkmapper.BinaryPassThroughSinkMapper
Returns a list of supported dynamic options (that means for each event value of the option can change) by the transport.
getSupportedInputEventClasses() - Method in class io.siddhi.extension.map.binarypassthrough.sourcemapper.BinaryPassThroughSourceMapper
Returns the list of classes which this source can output.

I

init(StreamDefinition, OptionHolder, Map<String, TemplateBuilder>, ConfigReader, SiddhiAppContext) - Method in class io.siddhi.extension.map.binarypassthrough.sinkmapper.BinaryPassThroughSinkMapper
The initialization method for SinkMapper, which will be called before other methods and validate the all configuration and getting the initial values.
init(StreamDefinition, OptionHolder, List<AttributeMapping>, ConfigReader, SiddhiAppContext) - Method in class io.siddhi.extension.map.binarypassthrough.sourcemapper.BinaryPassThroughSourceMapper
The initialization method for SourceMapper, which will be called before other methods and validate the all configuration and getting the initial values.
io.siddhi.extension.map.binarypassthrough.sinkmapper - package io.siddhi.extension.map.binarypassthrough.sinkmapper
 
io.siddhi.extension.map.binarypassthrough.sourcemapper - package io.siddhi.extension.map.binarypassthrough.sourcemapper
 

M

mapAndProcess(Object, InputEventHandler) - Method in class io.siddhi.extension.map.binarypassthrough.sourcemapper.BinaryPassThroughSourceMapper
Method to map the incoming event and as pass that via inputEventHandler to process further.
mapAndSend(Event[], OptionHolder, Map<String, TemplateBuilder>, SinkListener) - Method in class io.siddhi.extension.map.binarypassthrough.sinkmapper.BinaryPassThroughSinkMapper
Method to map the events and send them to SinkListener for publishing.
mapAndSend(Event, OptionHolder, Map<String, TemplateBuilder>, SinkListener) - Method in class io.siddhi.extension.map.binarypassthrough.sinkmapper.BinaryPassThroughSinkMapper
Method to map the event and send it to SinkListener for publishing.
A B G I M 
Skip navigation links

Copyright © 2021 WSO2. All rights reserved.