Queue implements Queue, EntityInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- getId() : int|null
- getQueueId() : int
- getQueueName() : string
- Gets the name of this queue. This is a destination one consumes messages from.
Methods
__construct()
public
__construct(int $id, string $name) : mixed
Parameters
- $id : int
- $name : string
getId()
public
getId() : int|null
Return values
int|nullgetQueueId()
public
getQueueId() : int
Return values
intgetQueueName()
Gets the name of this queue. This is a destination one consumes messages from.
public
getQueueName() : string