core / pragma.config / ServiceConfig /

ServiceConfig #

abstract class ServiceConfig<T>(type: BackendType) : ConfigObject<T>

ServiceConfig is a subclass of ConfigObject used to discover service config objects and populate the default configuration.

This should not be used for nested config objects, only top-level service configuration.

Constructors #

ServiceConfig

fun ServiceConfig(type: BackendType)

Inheritors #

Name

TokenSignerConfig