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
schedulerNameAunique id
workKeyAunique key that identifies the work item
scheduledTimeThetime in milliseconds when the event should be scheduled

Returns

None.