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