Class AbstractLocalNodeConfig<C extends LocalNodeConfig<C,B>,B extends LocalNodeConfigBuilder<C,B>>

java.lang.Object
io.hotmoka.node.local.internal.LocalNodeConfigImpl<C,B>
io.hotmoka.node.local.AbstractLocalNodeConfig<C,B>
Type Parameters:
C - the concrete type of the configuration
B - the concrete type of the builder
All Implemented Interfaces:
LocalNodeConfig<C,B>

public abstract class AbstractLocalNodeConfig<C extends LocalNodeConfig<C,B>,B extends LocalNodeConfigBuilder<C,B>> extends io.hotmoka.node.local.internal.LocalNodeConfigImpl<C,B>
Partial implementation of the configuration of a local node.