Segment_QueueConsumer::group PHP Method

group() public method

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