| Package | Description |
|---|---|
| org.eclipse.keyple.distributed |
Contains the APIs of the Local Service components.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteServiceParameters |
RemoteServiceParameters.Builder.build()
Builds the object.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
LocalServiceClient.executeRemoteService(RemoteServiceParameters parameters,
java.lang.Class<T> classOfT)
Allows you to connect a local card reader to a remote server and execute a specific ticketing
service from the server.
|