-
public class ReadyMessageInitial ready message used for Medra connection handshake. Both participants must send this message when: - Medra connection listeners are setup - received first ready message from remote participant
-
-
Field Summary
Fields Modifier and Type Field Description private DoubleconnectionId
-
Constructor Summary
Constructors Constructor Description ReadyMessage(Double connectionId)
-
Method Summary
Modifier and Type Method Description DoublegetConnectionId()-
-
Constructor Detail
-
ReadyMessage
ReadyMessage(Double connectionId)
-
-
Method Detail
-
getConnectionId
Double getConnectionId()
-
-
-
-