Page MenuHomeGitPull.it

class JX.ReactorNode
Javelin Documentation ()

This class is not documented.

Tasks

Builtin Events

  • static listen(type, callback) โ€” Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

Other Methods

  • calm(min_interval)
  • construct(source_streams, transformer) โ€” Suppress events to happen at most once per min_interval. The last event that fires within an interval will fire at the end of the interval. Events that are sandwiched between other events within an interval are dropped.

Methods

static listen(type, callback)
Inherited

JX.Base

Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

See also JX.Stratcom.listen().

Parameters
type
callback

calm(min_interval)

This method is not documented.
Parameters
min_interval

construct(source_streams, transformer)

Suppress events to happen at most once per min_interval. The last event that fires within an interval will fire at the end of the interval. Events that are sandwiched between other events within an interval are dropped.

Parameters
source_streams
transformer