Class KeyValuesSystem.Builder

java.lang.Object
io.jstach.kiwi.kvs.KeyValuesSystem.Builder
Enclosing interface:
KeyValuesSystem

public static final class KeyValuesSystem.Builder extends Object
A builder class for constructing instances of KeyValuesSystem with customizable components such as environment, loaders, and media finders.

Note: By default, the ServiceLoader is not enabled. If you wish to include services discovered via the ServiceLoader, you need to explicitly set it using serviceLoader(ServiceLoader).