org.opencredo.esper
Interface ParameterizedEsperRowMapper<T>


public interface ParameterizedEsperRowMapper<T>

Provides a callback to map a set of results from Esper, in a notional row. Implementations will then use their own strategy to implement the callbck. Uses Java 5 covariant return types to override the return type of the mapRow(com.espertech.esper.client.EventBean) method to be the type parameter T. Created in the style of the Sprng Framework's org.springframework.jdbc.core.SimpleParameterizedRowMapper.

Author:
Russ Miles (russ.miles@opencredo.com)
See Also:
EsperStatementOperations

Method Summary
 T mapRow(com.espertech.esper.client.EventBean eventBean)
          Implementations should return the object representation of the current row as supplied by the EventBean.
 

Method Detail

mapRow

T mapRow(com.espertech.esper.client.EventBean eventBean)
Implementations should return the object representation of the current row as supplied by the EventBean.

Parameters:
eventBean -
Returns:


Copyright © 2010. All Rights Reserved.