ReplicatorConnection

ENTERPRISE EDITION API

The connection passed to an application using a custom transportation method, when a MessageEndpointConnection is opened, to represent the replicator's side of the connection.

Functions

Link copied to clipboard
abstract fun close(error: MessagingError?)

Tells the replicator to close the current connection. The replicator will call MessageEndpointConnection.close to acknowledge the closed connection.

Link copied to clipboard
abstract fun receive(message: Message)

Tells the replicator to consume the data received from the other peer.