Class 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 Detail

      • ConnectionCreatedEvent

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

      • getRedisUri

        public String getRedisUri()
      • getEpId

        public String getEpId()