Package org.eclipse.keyple.distributed
Interface LocalServiceClientFactoryBuilder.BuilderStep
- Enclosing class:
- LocalServiceClientFactoryBuilder
public static interface LocalServiceClientFactoryBuilder.BuilderStep
Last step : build a new instance.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates a new instance ofLocalServiceClientFactory
using the current configuration.
-
Method Details
-
build
LocalServiceClientFactory build()Creates a new instance ofLocalServiceClientFactory
using the current configuration.- Returns:
- A not null reference.
- Since:
- 2.0.0
-