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