RejectMessage

new RejectMessage(x, y, queue)

Message object when a message gets rejected from consumer.
Parameters:
NameTypeDescription
xnumberx position of the message
ynumbery position of the message
queueQueueQueue object

Extends

Methods

addToScene(scene) → {object}

Add an object as actor to scene.
Parameters:
NameTypeDescription
sceneScenescene on canvas
Inherited From
Returns:
this
Type: 
object

createUUID() → {string}

Generates an UUID, used to identify every object in the scene.
https://www.w3resource.com/javascript-exercises/fundamental/javascript-fundamental-exercise-253.php
Inherited From
Returns:
- uuid
Type: 
string

render()

Renders a circle representing the message.
Inherited From