Module lettuce.core

Class ConnectionActivatedEvent

java.lang.Object
io.lettuce.core.event.connection.ConnectionActivatedEvent
All Implemented Interfaces:
ConnectionId, ConnectionEvent, Event

public class ConnectionActivatedEvent
extends Object
Event for a connection activation (after SSL-handshake, PING before activation, and buffered command replay).
Since:
3.4
Author:
Mark Paluch