Uses of Interface
org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder.BuilderStep
-
-
Uses of LocalServiceServerFactoryBuilder.BuilderStep in org.eclipse.keyple.distributed
Methods in org.eclipse.keyple.distributed that return LocalServiceServerFactoryBuilder.BuilderStep Modifier and Type Method Description LocalServiceServerFactoryBuilder.BuilderStep
LocalServiceServerFactoryBuilder.NodeStep. withAsyncNode(org.eclipse.keyple.distributed.spi.AsyncEndpointServerSpi endpoint)
Configures the service with aAsyncNodeServer
node.LocalServiceServerFactoryBuilder.BuilderStep
LocalServiceServerFactoryBuilder.BuilderStep. withPoolPlugins(java.lang.String... poolPluginNames)
Configures the service with one or more pool plugin(s) in order to restrict the search area for pool plugin only.LocalServiceServerFactoryBuilder.BuilderStep
LocalServiceServerFactoryBuilder.NodeStep. withSyncNode()
Configures the service with aSyncNodeServer
node.
-