Uses of Interface
dev.tachyonmcp.core.server.session.DispatchContext
Packages that use DispatchContext
Package
Description
Server classes
Internal MCP method handler implementations.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of DispatchContext in dev.tachyonmcp.core.server
Methods in dev.tachyonmcp.core.server with parameters of type DispatchContextModifier and TypeMethodDescriptionRpcMethodHandler.handle(DispatchContext context, @Nullable Object params) Handles the method and returns the result to serialize as JSON-RPC response.default CompletionStage<Object> RpcMethodHandler.handleAsync(DispatchContext context, @Nullable Object params) Handles the method asynchronously. -
Uses of DispatchContext in dev.tachyonmcp.core.server.handlers
Methods in dev.tachyonmcp.core.server.handlers with parameters of type DispatchContextModifier and TypeMethodDescriptionfinal ObjectAbstractAsyncMethodHandler.handle(DispatchContext context, Object params) DiscoverHandler.handle(DispatchContext context, Object params) EmptyResultHandler.handle(DispatchContext context, Object params) InitializeHandler.handle(DispatchContext context, Object params) abstract CompletionStage<Object> AbstractAsyncMethodHandler.handleAsync(DispatchContext context, Object params) -
Uses of DispatchContext in dev.tachyonmcp.core.server.session
Classes in dev.tachyonmcp.core.server.session that implement DispatchContextMethods in dev.tachyonmcp.core.server.session that return DispatchContextModifier and TypeMethodDescriptionstatic DispatchContextDefaultDispatchContext.create(Protocol protocol, ServerEngine server) static DispatchContextDefaultDispatchContext.noop()static DispatchContextDefaultDispatchContext.stateless(ServerEngine server)