Interface ReplicatorConnection


public interface 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.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tells the replicator to close the current connection.
    void
    receive(Message message)
    Tells the replicator to consume the data received from the other peer.