Interface Yiisoft\Queue\QueueProducerInterface
| Implemented by | Yiisoft\ |
|---|
Produces messages and obtains their delivery status.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getQueueName() | Returns the logical queue name. | Yiisoft\ |
| push() | Pushes a message and returns its possibly enriched representation. | Yiisoft\ |
| status() | Returns the status of a message ID. | Yiisoft\ |
Method Details
Returns the logical queue name.
| public abstract string getQueueName ( ) |
public function getQueueName(): string;
Pushes a message and returns its possibly enriched representation.
| public abstract Yiisoft\ | ||
| $message | Yiisoft\ |
|
public function push(MessageInterface $message): MessageInterface;
User Contributed Notes
Leave a comment
Join the conversation to share a note.