Segment_QueueConsumer::group PHP 메소드

group() 공개 메소드

Tags traits about the group.
public group ( array $message ) : boolean
$message array
리턴 boolean whether the group call succeeded
    public function group(array $message)
    {
        return $this->enqueue($message);
    }