Uses of Interface
org.apache.curator.framework.recipes.locks.RevocationListener
Packages that use RevocationListener
-
Uses of RevocationListener in org.apache.curator.framework.recipes.locks
Methods in org.apache.curator.framework.recipes.locks with parameters of type RevocationListenerModifier and TypeMethodDescriptionvoidInterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener) voidInterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener, Executor executor) voidRevocable.makeRevocable(RevocationListener<T> listener) Make the lock revocable.voidRevocable.makeRevocable(RevocationListener<T> listener, Executor executor) Make the lock revocable.