Package org.eclipse.keyple.distributed
Class LocalServiceClientFactoryBuilder
java.lang.Object
org.eclipse.keyple.distributed.LocalServiceClientFactoryBuilder
Builder of
LocalServiceClientFactory
.- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Last step : build a new instance.static interface
Step to configure the node associated with the service. -
Method Summary
Modifier and TypeMethodDescriptionGets the first step of the builder to use in order to create a new factory instance.
-
Method Details
-
builder
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:
IllegalArgumentException
- If the service name is null or empty.- Since:
- 2.0.0
-