Cluster.scheduleEvent()

Signature

void scheduleEvent(String schedulerName, String workKey, SimpleEvent et, long scheduledTime)

Domain

Description

Schedules a simple event to be sent to the default destination after scheduledTime

Parameters

NameTypeDescription
schedulerNameSringA unique id
workKeyStringA unique key that identifies the work item
scheduledTimelongThe time in milliseconds when the event should be scheduled
evtSimpleEventThe simple event to be scheduled

Returns

None.