Package org.eclipse.keyple.distributed
Interface RemotePluginServerFactoryBuilder.BuilderStep
- Enclosing class:
- RemotePluginServerFactoryBuilder
public static interface RemotePluginServerFactoryBuilder.BuilderStep
Last step : builds a new instance.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates a new instance ofRemotePluginServerFactory
using the current configuration.
-
Method Details
-
build
RemotePluginServerFactory build()Creates a new instance ofRemotePluginServerFactory
using the current configuration.- Returns:
- A not null reference.
- Since:
- 2.0.0
-