Uses of Interface
org.redisson.connection.ConnectionListener
-
Packages that use ConnectionListener Package Description org.redisson org.redisson.api org.redisson.config org.redisson.connection -
-
Uses of ConnectionListener in org.redisson
Methods in org.redisson with parameters of type ConnectionListener Modifier and Type Method Description intRedisNodes. addConnectionListener(ConnectionListener connectionListener)Deprecated. -
Uses of ConnectionListener in org.redisson.api
Methods in org.redisson.api with parameters of type ConnectionListener Modifier and Type Method Description intNodesGroup. addConnectionListener(ConnectionListener connectionListener)Deprecated.Adds connection listener which will be triggered when Redisson connected to or disconnected from Redis server -
Uses of ConnectionListener in org.redisson.config
Methods in org.redisson.config that return ConnectionListener Modifier and Type Method Description ConnectionListenerConfig. getConnectionListener()Methods in org.redisson.config with parameters of type ConnectionListener Modifier and Type Method Description ConfigConfig. setConnectionListener(ConnectionListener connectionListener)Sets connection listener which is triggered when Redisson connected/disconnected to Redis server -
Uses of ConnectionListener in org.redisson.connection
Methods in org.redisson.connection with parameters of type ConnectionListener Modifier and Type Method Description intConnectionEventsHub. addListener(ConnectionListener listener)
-