Predis\PubSub\DispatcherLoop::getPubSubConsumer PHP 메소드

getPubSubConsumer() 공개 메소드

Returns the underlying PUB / SUB context.
public getPubSubConsumer ( ) : Consumer
리턴 Consumer
    public function getPubSubConsumer()
    {
        return $this->pubsub;
    }