-
- All Implemented Interfaces:
public final class HealthEvent extends ChatEvent
Triggered every 30 second to confirm that the client connection is still alive
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final StringconnectionId
-
Constructor Summary
Constructors Constructor Description HealthEvent(String type, Date createdAt, String rawCreatedAt, String connectionId)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()final StringgetConnectionId()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getConnectionId
final String getConnectionId()
-
-
-
-