scuttlebutt-handshake / org.apache.tuweni.scuttlebutt.handshake.vertx / ClientHandler / receivedMessage
receivedMessage
abstract fun receivedMessage(message: Bytes): Unit
(source)
This method is called by the client when a new message arrives from the server.
Parameters
message
- the new message after box decoding.