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 Details

    • RedisNotificationClusterLock

      public RedisNotificationClusterLock(com.netflix.spinnaker.kork.jedis.RedisClientSelector redisClientSelector)
  • Method Details

    • tryAcquireLock

      public boolean tryAcquireLock(@Nonnull String notificationType, long lockTimeoutSeconds)
      Specified by:
      tryAcquireLock in interface com.netflix.spinnaker.orca.notifications.NotificationClusterLock