Uses of Interface
org.swisspush.gateleen.core.lock.Lock
-
Packages that use Lock Package Description org.swisspush.gateleen.core.lock.impl org.swisspush.gateleen.core.util -
-
Uses of Lock in org.swisspush.gateleen.core.lock.impl
Classes in org.swisspush.gateleen.core.lock.impl that implement Lock Modifier and Type Class Description classRedisBasedLockImplementation of theLockinterface based on a redis database. -
Uses of Lock in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util with parameters of type Lock Modifier and Type Method Description static io.vertx.core.Future<java.lang.Boolean>LockUtil. acquireLock(Lock lockImpl, java.lang.String lock, java.lang.String token, long lockExpiryMs, org.slf4j.Logger log)Acquire a lock.static voidLockUtil. releaseLock(Lock lockImpl, java.lang.String lock, java.lang.String token, org.slf4j.Logger log)Release a lock.
-