java.lang.Object
io.lettuce.core.event.connection.ConnectionCreatedEvent
- All Implemented Interfaces:
Event
public class ConnectionCreatedEvent extends Object implements Event
Event for a created connection object. Creating a connection is the first step in establishing a Redis connection.
- Since:
- 6.1
- Author:
- Mark Paluch
-
Constructor Summary
Constructors Constructor Description ConnectionCreatedEvent(String redisUri, String epId) -
Method Summary
Modifier and Type Method Description StringgetEpId()StringgetRedisUri()
-
Constructor Details
-
ConnectionCreatedEvent
-
-
Method Details
-
getRedisUri
-
getEpId
-