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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalServiceClientFactory
build()
Creates a new instance ofLocalServiceClientFactory
using the current configuration.
-
-
-
Method Detail
-
build
LocalServiceClientFactory build()
Creates a new instance ofLocalServiceClientFactory
using the current configuration.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
-