PHP 인터페이스 ManaPHP\Message\QueueInterface

파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
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

메소드 상세

delete() 공개 메소드

public delete ( string $topic ) : void
$topic string
리턴 void

length() 공개 메소드

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

pop() 공개 메소드

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

push() 공개 메소드

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