Predis\PubSub\AbstractConsumer::getValue PHP Method

getValue() abstract protected method

Waits for a new message from the server generated by one of the active subscriptions and returns it when available.
abstract protected getValue ( ) : array
return array
    protected abstract function getValue();