public class ResultDeliveryStrategyObjectArr extends Object implements ResultDeliveryStrategy
Modifier and Type | Field and Description |
---|---|
protected net.sf.cglib.reflect.FastMethod |
fastMethod |
protected EPStatement |
statement |
protected Object |
subscriber |
Constructor and Description |
---|
ResultDeliveryStrategyObjectArr(EPStatement statement,
Object subscriber,
Method method,
EngineImportService engineImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected Object[][] |
convert(EventBean[] events) |
void |
execute(UniformPair<EventBean[]> result)
Execute the dispatch.
|
protected final EPStatement statement
protected final Object subscriber
protected final net.sf.cglib.reflect.FastMethod fastMethod
public ResultDeliveryStrategyObjectArr(EPStatement statement, Object subscriber, Method method, EngineImportService engineImportService)
subscriber
- is the subscriber to deliver tomethod
- the method to invokestatement
- statementengineImportService
- engine importspublic void execute(UniformPair<EventBean[]> result)
ResultDeliveryStrategy
execute
in interface ResultDeliveryStrategy
result
- is the insert and remove stream to indicate