public class ResultDeliveryStrategyTypeArr extends Object implements ResultDeliveryStrategy
Modifier and Type | Field and Description |
---|---|
protected Class |
componentType |
protected Method |
method |
protected EPStatement |
statement |
protected Object |
subscriber |
Constructor and Description |
---|
ResultDeliveryStrategyTypeArr(EPStatement statement,
Object subscriber,
Method method,
Class componentType,
com.espertech.esper.common.internal.settings.ClasspathImportService classpathImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
convert(com.espertech.esper.common.client.EventBean[] events) |
void |
execute(com.espertech.esper.common.internal.collection.UniformPair<com.espertech.esper.common.client.EventBean[]> result)
Execute the dispatch.
|
protected final EPStatement statement
protected final Object subscriber
protected final Method method
protected final Class componentType
public ResultDeliveryStrategyTypeArr(EPStatement statement, Object subscriber, Method method, Class componentType, com.espertech.esper.common.internal.settings.ClasspathImportService classpathImportService)
subscriber
- is the receiver to method invocationsmethod
- is the method to deliver tostatement
- statementcomponentType
- component typeclasspathImportService
- runtime importspublic void execute(com.espertech.esper.common.internal.collection.UniformPair<com.espertech.esper.common.client.EventBean[]> result)
ResultDeliveryStrategy
execute
in interface ResultDeliveryStrategy
result
- is the insert and remove stream to indicateprotected Object convert(com.espertech.esper.common.client.EventBean[] events)
Copyright © 2005–2021. All rights reserved.