All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avsystem.commons.redis.monitoring.SentinelStateObserver.scala Maven / Gradle / Ivy

There is a newer version: 2.22.0
Show newest version
package com.avsystem.commons
package redis.monitoring

import com.avsystem.commons.redis.NodeAddress
import com.avsystem.commons.redis.RedisMasterSlaveClient

/**
  * Intended for monitoring [[RedisMasterSlaveClient]]'s state and connections.
  * Should be non-blocking and handle internal exceptions by itself.
  */
trait SentinelStateObserver extends ConnectionStateObserver {
  def onMasterChange(master: NodeAddress): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy