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
To create it, you must only bind a sync node during the initialization process and you never have to access it.
Since:
2.0.0