Name
pulse.name(name)
pulse.name(name)
The name
method of the Pulse
class allows setting or updating the name of the job queue. This name can be used for identification and management purposes within applications that may handle multiple queues.
Example Usage
Parameters
name
(string
): The name to assign to the Pulse instance's job queue.
Returns
Pulse
: Returns the instance of thePulse
class, allowing for method chaining.
Last updated