Uses of Interface
org.eclipse.keyple.distributed.LocalServiceClientFactoryBuilder.BuilderStep
-
-
Uses of LocalServiceClientFactoryBuilder.BuilderStep in org.eclipse.keyple.distributed
Methods in org.eclipse.keyple.distributed that return LocalServiceClientFactoryBuilder.BuilderStep Modifier and Type Method Description LocalServiceClientFactoryBuilder.BuilderStep
LocalServiceClientFactoryBuilder.NodeStep. withAsyncNode(org.eclipse.keyple.distributed.spi.AsyncEndpointClientSpi endpoint, int timeoutSeconds)
Configures the service with aAsyncNodeClient
node.LocalServiceClientFactoryBuilder.BuilderStep
LocalServiceClientFactoryBuilder.NodeStep. withSyncNode(org.eclipse.keyple.distributed.spi.SyncEndpointClientSpi endpoint)
Configures the service with aSyncNodeClient
node.
-