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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotePluginServerFactory
build()
Creates a new instance ofRemotePluginServerFactory
using the current configuration.
-
-
-
Method Detail
-
build
RemotePluginServerFactory build()
Creates a new instance ofRemotePluginServerFactory
using the current configuration.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
-