Class StreamEventPopulaterFactory
- java.lang.Object
-
- io.siddhi.core.event.stream.populater.StreamEventPopulaterFactory
-
public class StreamEventPopulaterFactory extends Object
The StateEventPopulaterFactory that populates StreamEventPopulater according to MetaStreamEvent and to be mapped attributes
-
-
Constructor Summary
Constructors Constructor Description StreamEventPopulaterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectiveComplexEventPopulaterconstructEventPopulator(MetaStreamEvent metaStreamEvent, int streamEventChainIndex, List<io.siddhi.query.api.definition.Attribute> attributes)Constructs StreamEventPopulater according to MetaStateEvent and to be mapped attributes
-
-
-
Method Detail
-
constructEventPopulator
public static SelectiveComplexEventPopulater constructEventPopulator(MetaStreamEvent metaStreamEvent, int streamEventChainIndex, List<io.siddhi.query.api.definition.Attribute> attributes)
Constructs StreamEventPopulater according to MetaStateEvent and to be mapped attributes- Parameters:
metaStreamEvent- info for populating the StreamEventstreamEventChainIndex- StreamEvent chain indexattributes- mapped attributes- Returns:
- StateEventPopulater
-
-