public static interface PoolLocalServiceServerFactory.NodeStep
| Modifier and Type | Method and Description |
|---|---|
PoolLocalServiceServerFactory.PluginStep |
withAsyncNode(org.eclipse.keyple.distributed.spi.AsyncEndpointServer endpoint)
Configures the service with a
AsyncNodeServer node. |
PoolLocalServiceServerFactory.PluginStep |
withSyncNode()
Configures the service with a
SyncNodeServer node. |
PoolLocalServiceServerFactory.PluginStep withAsyncNode(org.eclipse.keyple.distributed.spi.AsyncEndpointServer endpoint)
AsyncNodeServer node.endpoint - The AsyncEndpointServer network endpoint to use.PoolLocalServiceServerFactory.PluginStep withSyncNode()
SyncNodeServer node.