| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.config | |
| org.redisson.connection |
| Modifier and Type | Method and Description |
|---|---|
int |
RedisNodes.addConnectionListener(ConnectionListener connectionListener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NodesGroup.addConnectionListener(ConnectionListener connectionListener)
Deprecated.
Adds connection listener which will be triggered
when Redisson connected to or disconnected from Redis server
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionListener |
Config.getConnectionListener() |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.setConnectionListener(ConnectionListener connectionListener)
Sets connection listener which is triggered
when Redisson connected/disconnected to Redis server
|
| Modifier and Type | Method and Description |
|---|---|
int |
ConnectionEventsHub.addListener(ConnectionListener listener) |
Copyright © 2014–2021 Redisson. All rights reserved.