Uses of Enum Class
dev.tachyonmcp.api.runtime.InteractionContext.Lifecycle
Packages that use InteractionContext.Lifecycle
Package
Description
Runtime abstractions for MCP request processing contexts and executors.
Runtime context, session management, and SSE connection abstractions for
request processing.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of InteractionContext.Lifecycle in dev.tachyonmcp.api.runtime
Methods in dev.tachyonmcp.api.runtime that return InteractionContext.LifecycleModifier and TypeMethodDescription@Nullable InteractionContext.LifecycleInteractionContext.lifecycle()Returns the current lifecycle phase, ornullbefore initialisation.static InteractionContext.LifecycleReturns the enum constant of this class with the specified name.static InteractionContext.Lifecycle[]InteractionContext.Lifecycle.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InteractionContext.Lifecycle in dev.tachyonmcp.core.runtime
Methods in dev.tachyonmcp.core.runtime that return InteractionContext.LifecycleMethods in dev.tachyonmcp.core.runtime with parameters of type InteractionContext.LifecycleModifier and TypeMethodDescriptionvoidChannelContext.setLifecycle(InteractionContext.Lifecycle lifecycle) Sets the lifecycle state for this channel.voidDefaultChannelContext.setLifecycle(InteractionContext.Lifecycle lifecycle) -
Uses of InteractionContext.Lifecycle in dev.tachyonmcp.core.server.session
Methods in dev.tachyonmcp.core.server.session that return InteractionContext.LifecycleModifier and TypeMethodDescription@Nullable InteractionContext.LifecycleDefaultDispatchContext.lifecycle()@Nullable InteractionContext.LifecycleNoopInteractionContext.lifecycle()Methods in dev.tachyonmcp.core.server.session with parameters of type InteractionContext.LifecycleModifier and TypeMethodDescriptionvoidDefaultDispatchContext.setLifecycle(InteractionContext.Lifecycle lifecycle) voidNoopInteractionContext.setLifecycle(InteractionContext.Lifecycle lifecycle)