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