Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.schedule |
Package for timer callback scheduling
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulingServiceAudit.add(long afterMSec,
ScheduleHandle handle,
long slot) |
void |
SchedulingServiceAudit.remove(ScheduleHandle handle,
long slot) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulingServiceImpl.add(long afterTime,
ScheduleHandle handle,
long slot) |
void |
SchedulingService.add(long afterMSec,
ScheduleHandle handle,
long scheduleSlot)
Add a callback for after the given milliseconds from the current time.
|
void |
SchedulingService.remove(ScheduleHandle handle,
long scheduleSlot)
Remove a handle.
|