Class RedisNotificationClusterLock
java.lang.Object
com.netflix.spinnaker.orca.notifications.RedisNotificationClusterLock
- All Implemented Interfaces:
com.netflix.spinnaker.orca.notifications.NotificationClusterLock
public class RedisNotificationClusterLock
extends Object
implements com.netflix.spinnaker.orca.notifications.NotificationClusterLock
-
Constructor Summary
ConstructorsConstructorDescriptionRedisNotificationClusterLock(com.netflix.spinnaker.kork.jedis.RedisClientSelector redisClientSelector) -
Method Summary
Modifier and TypeMethodDescriptionbooleantryAcquireLock(String notificationType, long lockTimeoutSeconds)
-
Constructor Details
-
RedisNotificationClusterLock
public RedisNotificationClusterLock(com.netflix.spinnaker.kork.jedis.RedisClientSelector redisClientSelector)
-
-
Method Details
-
tryAcquireLock
- Specified by:
tryAcquireLockin interfacecom.netflix.spinnaker.orca.notifications.NotificationClusterLock
-