public interface IGetHandshakeResponseMessage
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getHandshakeResponseMessage(java.lang.String channelId,
java.lang.String responseReceiverId,
java.lang.Object handshakeMessage)
Returns response for the handshake message.
|
java.lang.Object getHandshakeResponseMessage(java.lang.String channelId,
java.lang.String responseReceiverId,
java.lang.Object handshakeMessage)
channelId - service addressresponseReceiverId - unique unique id representing the connection with the clienthandshakeMessage - handshake message received from the service