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

Implements dispatch service using a thread-local linked list of Dispatchable instances.

Namespace: net.esper.dispatch
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class DispatchServiceImpl _
	Implements DispatchService
C#
public class DispatchServiceImpl : DispatchService
Visual C++
public ref class DispatchServiceImpl : DispatchService

Inheritance Hierarchy

System.Object
  net.esper.dispatch.DispatchServiceImpl