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

Interface for a service that allows to add and remove callbacks for a certain time which are called when the evaluate method is invoked and the current time is on or after the callback times. It is the expectation that the triggerPast method is called with same or ascending values for each subsequent call. Callbacks with are triggered are automatically removed by implementations.

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

Syntax

Visual Basic (Declaration)
Public Interface SchedulingService
C#
public interface SchedulingService
Visual C++
public interface class SchedulingService