Uses of Interface
dev.tachyonmcp.api.server.config.RuntimeConfig
Packages that use RuntimeConfig
Package
Description
Server configuration model.
Server extension interfaces.
Server, capability, network, session, and task configuration types.
-
Uses of RuntimeConfig in dev.tachyonmcp.api.server.config
Fields in dev.tachyonmcp.api.server.config declared as RuntimeConfigMethods in dev.tachyonmcp.api.server.config that return RuntimeConfigModifier and TypeMethodDescriptionabstract RuntimeConfigRuntimeConfig.Builder.build()Builds theRuntimeConfig. -
Uses of RuntimeConfig in dev.tachyonmcp.api.server.extensions
Methods in dev.tachyonmcp.api.server.extensions that return RuntimeConfig -
Uses of RuntimeConfig in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return RuntimeConfigModifier and TypeMethodDescriptionServerConfig.runtime()Returns the value of theruntimerecord component.Constructors in dev.tachyonmcp.core.server.config with parameters of type RuntimeConfigModifierConstructorDescriptionServerConfig(ServerIdentity identity, CapabilitiesConfig capabilities, SessionConfig session, NetworkConfig network, RuntimeConfig runtime, MonitoringConfig monitoring) Creates an instance of aServerConfigrecord class.