@Beta public class ConnectionMessagesSentEvent extends ConnectionEvent
| Constructor and Description |
|---|
ConnectionMessagesSentEvent(ConnectionId connectionId,
int requestId,
int size)
Constructs a new instance of the event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRequestId()
Gets the request id of the message that was sent.
|
int |
getSize()
Gets the size of the sent message.
|
getConnectionIdgetClusterIdpublic ConnectionMessagesSentEvent(ConnectionId connectionId, int requestId, int size)
connectionId - the connection idrequestId - the request idsize - the size of the sent message