Module lettuce.core

Class ConnectionCreatedEvent

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 Details

    • ConnectionCreatedEvent

      public ConnectionCreatedEvent​(String redisUri, String epId)
  • Method Details

    • getRedisUri

      public String getRedisUri()
    • getEpId

      public String getEpId()