Class JoinExecStrategyDispatchable

java.lang.Object
com.espertech.esper.common.internal.epl.join.base.JoinExecStrategyDispatchable
All Implemented Interfaces:
EPStatementDispatch, BufferObserver

public class JoinExecStrategyDispatchable extends Object implements BufferObserver, EPStatementDispatch
This class reacts to any new data buffered by registring with the dispatch service. When dispatched via execute, it takes the buffered events and hands these to the join execution strategy.