Package org.redisson
Interface PubSubEntry<E>
-
- All Known Implementing Classes:
RedissonCountDownLatchEntry,RedissonLockEntry
public interface PubSubEntry<E>Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacquire()RPromise<E>getPromise()intrelease()
-