Package org.eclipse.keyple.distributed
Interface SyncNodeClient
public interface SyncNodeClient
API of the Node associated to a client endpoint using a synchronous network
protocol.
You must bind this kind of node on the client's side if you plan to use a Client-Server communication protocol, such as standard HTTP for example.
Then, you must provide an implementation of the SyncEndpointClientSpi
SPI in order to
be able to send requests to the server.
Keyple provides its own implementations of this interface and manages their lifecycle.
This kind of node can be bind to a all client remote plugins and local services :
LocalServiceClient
RemotePluginClient
- Since:
- 2.0.0