Uses of Interface
dev.tachyonmcp.core.server.session.SessionStore
Packages that use SessionStore
Package
Description
Server, capability, network, session, and task configuration types.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of SessionStore in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return SessionStoreModifier and TypeMethodDescription@Nullable SessionStoreSessionConfig.sessionStore()Returns the value of thesessionStorerecord component.Methods in dev.tachyonmcp.core.server.config with parameters of type SessionStoreModifier and TypeMethodDescriptionSessionConfig.Builder.sessionStore(@Nullable SessionStore store) Sets a custom session store implementation.Constructors in dev.tachyonmcp.core.server.config with parameters of type SessionStoreModifierConstructorDescriptionSessionConfig(boolean enabled, @Nullable Duration sessionTtl, @Nullable SessionEventStore sessionEventStore, @Nullable SessionStore sessionStore, @Nullable SessionIdGenerator<? super io.netty.handler.codec.http.HttpRequest> sessionIdGenerator, @Nullable Duration janitorInterval) Creates an instance of aSessionConfigrecord class. -
Uses of SessionStore in dev.tachyonmcp.core.server.session
Classes in dev.tachyonmcp.core.server.session that implement SessionStoreConstructors in dev.tachyonmcp.core.server.session with parameters of type SessionStoreModifierConstructorDescriptionSessionManager(SessionStore store) Creates a session manager backed by the given store.