PHP Class ManaPHP\Message\Queue\Adapter\Db

Inheritance: extends ManaPHP\Component, implements ManaPHP\Message\QueueInterface
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_model string

Méthodes publiques

Méthode Description
__construct ( array $options = [] ) Db constructor.
delete ( string $topic ) : void
length ( string $topic, integer $priority = null ) : integer
pop ( string $topic, integer $timeout = PHP_INT_MAX ) : string | false
push ( string $topic, string $body, integer $priority = self::PRIORITY_NORMAL ) : void

Method Details

__construct() public méthode

Db constructor.
public __construct ( array $options = [] )
$options array

delete() public méthode

public delete ( string $topic ) : void
$topic string
Résultat void

length() public méthode

public length ( string $topic, integer $priority = null ) : integer
$topic string
$priority integer
Résultat integer

pop() public méthode

public pop ( string $topic, integer $timeout = PHP_INT_MAX ) : string | false
$topic string
$timeout integer
Résultat string | false

push() public méthode

public push ( string $topic, string $body, integer $priority = self::PRIORITY_NORMAL ) : void
$topic string
$body string
$priority integer
Résultat void

Property Details

$_model protected_oe property

protected string $_model
Résultat string