Package org.eclipse.keyple.distributed
Class LocalServiceServerFactoryBuilder
- java.lang.Object
-
- org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder
-
public final class LocalServiceServerFactoryBuilder extends java.lang.Object
Builder ofLocalServiceServerFactory
.- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LocalServiceServerFactoryBuilder.BuilderStep
Last step : build a new instance.static interface
LocalServiceServerFactoryBuilder.NodeStep
Step to configure the node associated with the service.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocalServiceServerFactoryBuilder.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 LocalServiceServerFactoryBuilder.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
-
-