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
Modifier and TypeMethodDescriptionbuild()
Creates a new instance ofRemotePluginClientFactory
using the current configuration.
-
Method Details
-
build
RemotePluginClientFactory build()Creates a new instance ofRemotePluginClientFactory
using the current configuration.- Returns:
- A not null reference.
- Since:
- 2.0.0
-