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()CompletableFuture<E>getPromise()intrelease()
-
-
-
Method Detail
-
acquire
void acquire()
-
release
int release()
-
getPromise
CompletableFuture<E> getPromise()
-
-