Uses of Record Class
dev.tachyonmcp.core.server.config.SessionConfig
Packages that use SessionConfig
Package
Description
Server, capability, network, session, and task configuration types.
-
Uses of SessionConfig in dev.tachyonmcp.core.server.config
Fields in dev.tachyonmcp.core.server.config declared as SessionConfigMethods in dev.tachyonmcp.core.server.config that return SessionConfigModifier and TypeMethodDescriptionSessionConfig.Builder.build()Builds theSessionConfig.ServerConfig.session()Returns the value of thesessionrecord component.Constructors in dev.tachyonmcp.core.server.config with parameters of type SessionConfigModifierConstructorDescriptionServerConfig(ServerIdentity identity, CapabilitiesConfig capabilities, SessionConfig session, NetworkConfig network, RuntimeConfig runtime, MonitoringConfig monitoring) Creates an instance of aServerConfigrecord class.