0.4.2 • Published 8 years ago
@defiantcaptain/hydra-events v0.4.2
#hydra-events Not intended for general consumption, it won't make sense outside the context it was created.
##SporkSpawn implements ISporkMessage
Creates an event object around the event SporkProcessEvents::FORK_ME that contains the script information.
static $()(sciprt.js, args, instanceID, eventID)Creates an instance of this event that will invoke the defined script. The instanceID and eventID must be included.get script()Returns the script of concern.get event() => SporkProcessEvents::FORK_MEReturns theFORK_MEevent.
##SporkSpawnDone implements ISporkMessage
Creates an event object around the event SporkProcessEvent::DONE that contains the result information.
static $()(resultJSON, instanceID, eventID)Creates an instance of this event that will contain the result data, the instance information, and the eventID.get result() : anyReturns the object that contains the result. The spawner must understand this.get event() => SporkProcessEvents::DONEReturns theDONEevent.
##ISporkMessage
Interface.
readonly event : stringThe event that this is responsible for.
##SporkProcessEVents
Namespace that contains event data.
SporkProcessEvents.FORK_MESporkProcessEvents.DONE