| Package | Description |
|---|---|
| org.eclipse.keyple.distributed |
Contains the APIs of the Local Service components.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteServiceParameters.Builder |
RemoteServiceParameters.builder(java.lang.String serviceId,
org.eclipse.keyple.core.service.Reader localReader)
Gets a new builder.
|
RemoteServiceParameters.Builder |
RemoteServiceParameters.Builder.withInitialCardContent(org.eclipse.keyple.core.card.selection.AbstractSmartCard initialCardContent)
Add an
AbstractSmartCard containing the initial smart card content to transmit to the
remote ticketing service. |
RemoteServiceParameters.Builder |
RemoteServiceParameters.Builder.withUserInputData(java.lang.Object userInputData)
Add a DTO containing user input data to transmit to the remote ticketing service.
|