java.lang.Object
io.lettuce.core.cluster.event.TopologyRefreshEvent
- All Implemented Interfaces:
Event
public class TopologyRefreshEvent extends Object implements Event
Event for initiating a topology refresh.
- Since:
- 6.1
- Author:
- Mark Paluch
-
Constructor Summary
Constructors Constructor Description TopologyRefreshEvent(List<RedisURI> topologyRefreshSource) -
Method Summary
Modifier and Type Method Description List<RedisURI>getTopologyRefreshSource()
-
Constructor Details
-
TopologyRefreshEvent
-
-
Method Details
-
getTopologyRefreshSource
-