Package org.eclipse.keyple.distributed
APIs of the Network components (Nodes, DTOs, Exceptions).
- Since:
- 2.0.0
-
Interface Summary Interface Description AsyncNodeClient API of the Node associated to a client endpoint using an asynchronous network protocol.AsyncNodeServer API of the Node associated to a server endpoint using an asynchronous network protocol.SyncNodeClient API of the Node associated to a client endpoint using a synchronous network protocol.SyncNodeServer API of the Node associated to a server endpoint using a synchronous network protocol. -
Class Summary Class Description MessageDto This POJO contains data exchanged between Local and Remote components. -
Exception Summary Exception Description NodeCommunicationException This exception is thrown when an error occurs during the communication between nodes.