public static interface LocalServiceClientFactory.NodeStep
| Modifier and Type | Method and Description |
|---|---|
LocalServiceClientFactory.TimeoutStep |
withAsyncNode(org.eclipse.keyple.distributed.spi.AsyncEndpointClient endpoint)
Configures the service with a
AsyncNodeClient node. |
LocalServiceClientFactory.ReaderStep |
withSyncNode(org.eclipse.keyple.distributed.spi.SyncEndpointClient endpoint)
Configures the service with a
SyncNodeClient node. |
LocalServiceClientFactory.TimeoutStep withAsyncNode(org.eclipse.keyple.distributed.spi.AsyncEndpointClient endpoint)
AsyncNodeClient node.endpoint - The AsyncEndpointClient network endpoint to use.LocalServiceClientFactory.ReaderStep withSyncNode(org.eclipse.keyple.distributed.spi.SyncEndpointClient endpoint)
SyncNodeClient node.endpoint - The SyncEndpointClient network endpoint to use.