com.espertech.esper.epl.view
Interface OutputStrategy

All Known Implementing Classes:
OutputStrategyPostProcess, OutputStrategySimple

public interface OutputStrategy

Strategy for performing an output via dispatch view.


Method Summary
 void output(boolean forceUpdate, UniformPair<EventBean[]> result, UpdateDispatchView outputView)
          Outputs the result to the output view and following update policy.
 

Method Detail

output

void output(boolean forceUpdate,
            UniformPair<EventBean[]> result,
            UpdateDispatchView outputView)
Outputs the result to the output view and following update policy.

Parameters:
forceUpdate - indicates whether output can be skipped, such as when no results collected
result - the output to indicate
outputView - the view to output to

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com