[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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.

Namespace: net.esper.eql.join
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class JoinExecStrategyDispatchable _
	Implements Dispatchable, BufferObserver
C#
public class JoinExecStrategyDispatchable : Dispatchable, BufferObserver
Visual C++
public ref class JoinExecStrategyDispatchable : Dispatchable, BufferObserver

Inheritance Hierarchy

System.Object
  net.esper.eql.join.JoinExecStrategyDispatchable