use of org.wso2.siddhi.core.event.stream.StreamEventPool in project siddhi by wso2.
the class Scheduler method setStreamEventPool.
public void setStreamEventPool(StreamEventPool streamEventPool) {
this.streamEventPool = streamEventPool;
streamEventChunk = new ConversionStreamEventChunk((StreamEventConverter) null, streamEventPool);
}
Aggregations