public class ResultDeliveryStrategyObjectArr extends Object implements ResultDeliveryStrategy
Modifier and Type | Field and Description |
---|---|
protected Method |
method |
protected EPStatement |
statement |
protected Object |
subscriber |
Constructor and Description |
---|
ResultDeliveryStrategyObjectArr(EPStatement statement,
Object subscriber,
Method method,
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
public ResultDeliveryStrategyObjectArr(EPStatement statement, Object subscriber, Method method, com.espertech.esper.common.internal.settings.ClasspathImportService classpathImportService)
subscriber
- is the subscriber to deliver tomethod
- the method to invokestatement
- statementclasspathImportService
- 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–2018. All rights reserved.