204205206207208209210211
return alive.get(); } private void checkPulse() { if (!isAlive()) { throw new RedisInvalidSubscriptionException("Subscription has been unsubscribed and cannot be used anymore"); } }