Package org.eclipse.keyple.distributed
Interface RemotePoolPluginClientFactoryBuilder.BuilderStep
-
- Enclosing class:
- RemotePoolPluginClientFactoryBuilder
public static interface RemotePoolPluginClientFactoryBuilder.BuilderStepLast step : build a new instance.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotePluginClientFactorybuild()Creates a new instance ofRemotePluginClientFactoryusing the current configuration.
-
-
-
Method Detail
-
build
RemotePluginClientFactory build()
Creates a new instance ofRemotePluginClientFactoryusing the current configuration.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
-