The set of configuration variables for the reactor system.
Registers the scheduler under a specific name,
so that it can be later retrieved using the
scheduler
method.
Registers the scheduler under a specific name,
so that it can be later retrieved using the
scheduler
method.
the name under which to register the scheduler
the scheduler object to register
Retrieves the scheduler registered under the specified name.
Retrieves the scheduler registered under the specified name.
the name of the scheduler
the scheduler object associated with the name
Scheduler configuration options.
Does an inverse lookup for the name of this scheduler instance.
Does an inverse lookup for the name of this scheduler instance. The method fails if this specific scheduler instance was not previously registered with the reactor system.
scheduler that was previously registered
name of the previously registered scheduler
Contains various configuration values related to the reactor system, such as the set of registered schedulers and the system url.