Interface BackendFactory<RUNTIME_CONFIG,CONFIG_INTERFACE>
public interface BackendFactory<RUNTIME_CONFIG,CONFIG_INTERFACE>
-
Method Summary
Modifier and TypeMethodDescriptionbuildBackend(RUNTIME_CONFIG backendConfig) buildConfiguration(CONFIG_INTERFACE config) name()Human-readable name.
-
Method Details
-
name
String name()Human-readable name. -
buildBackend
-
configurationInterface
Class<CONFIG_INTERFACE> configurationInterface() -
buildConfiguration
-