Interface RemoteEntityConnection

All Superinterfaces:
AutoCloseable, Remote

public interface RemoteEntityConnection extends Remote, AutoCloseable
A remote EntityConnection, wrapping the connection running on the server.

This is the wire contract implemented by the server and adapted to EntityConnection on the client side. Each method mirrors its EntityConnection counterpart, adding RemoteException; refer to EntityConnection for the behavioral contract.