Package org.eclipse.keyple.distributed
Class RemotePoolPluginClientFactoryBuilder
- java.lang.Object
-
- org.eclipse.keyple.distributed.RemotePoolPluginClientFactoryBuilder
-
public final class RemotePoolPluginClientFactoryBuilder extends java.lang.Object
Builder ofRemotePluginClientFactory
for Keyple PoolPlugin type.- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RemotePoolPluginClientFactoryBuilder.BuilderStep
Last step : build a new instance.static interface
RemotePoolPluginClientFactoryBuilder.NodeStep
Step to configure the node associated with the service.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RemotePoolPluginClientFactoryBuilder.NodeStep
builder(java.lang.String remotePluginName)
Gets the first step of the builder to use in order to create a new factory instance.
-
-
-
Method Detail
-
builder
public static RemotePoolPluginClientFactoryBuilder.NodeStep builder(java.lang.String remotePluginName)
Gets the first step of the builder to use in order to create a new factory instance.- Parameters:
remotePluginName
- The identifier of the remote pool plugin.- Returns:
- Next configuration step.
- Throws:
java.lang.IllegalArgumentException
- If the pool plugin name is null or empty.- Since:
- 2.0.0
-
-