PHP Class ManaPHP\Message\Queue\Adapter\Db

Inheritance: extends ManaPHP\Component, implements ManaPHP\Message\QueueInterface
Datei anzeigen Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_model string

Public Methods

Method 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 method

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

delete() public method

public delete ( string $topic ) : void
$topic string
return void

length() public method

public length ( string $topic, integer $priority = null ) : integer
$topic string
$priority integer
return integer

pop() public method

public pop ( string $topic, integer $timeout = PHP_INT_MAX ) : string | false
$topic string
$timeout integer
return string | false

push() public method

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

Property Details

$_model protected_oe property

protected string $_model
return string