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