public class ResultDeliveryStrategyMap extends java.lang.Object implements ResultDeliveryStrategy
Constructor and Description |
---|
ResultDeliveryStrategyMap(java.lang.String statementName,
java.lang.Object subscriber,
java.lang.reflect.Method method,
java.lang.String[] columnNames)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(UniformPair<EventBean[]> result)
Execute the dispatch.
|
public ResultDeliveryStrategyMap(java.lang.String statementName, java.lang.Object subscriber, java.lang.reflect.Method method, java.lang.String[] columnNames)
subscriber
- the object to deliver tomethod
- the delivery methodcolumnNames
- the column names for the mappublic void execute(UniformPair<EventBean[]> result)
ResultDeliveryStrategy
execute
in interface ResultDeliveryStrategy
result
- is the insert and remove stream to indicate