public interface GcsLockListener
| Modifier and Type | Method and Description |
|---|---|
void |
acquireLockException(Exception exception)
Callback for when exception has been encountered during lock acquisition
|
void |
cleanupDeadLockException(Exception exception)
Callback for when exception has been encountered while cleaning up the expired lock
|
void |
keepLockAliveException(Exception exception)
Callback for when exception has been encountered while keeping the lock alive
|
void |
releaseLockException(Exception exception)
Callback for when exception has been encountered during lock release
|
void acquireLockException(Exception exception)
exception: - The exception encountered during lock acquisitionvoid releaseLockException(Exception exception)
exception: - The exception encountered during lock releasevoid keepLockAliveException(Exception exception)
exception: - The exception encountered while keeping the lock alivevoid cleanupDeadLockException(Exception exception)
exception: - The exception encountered while cleaning up the expired lockCopyright © 2021. All rights reserved.