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