send

abstract fun send(message: Message, completion: MessagingCompletion)(source)

Called to send the replication data to the other peer. When the replication data is sent, call the completion block to acknowledge the completion.

Parameters

message

the message

completion

the completion callback