Uses of Interface
dev.tachyonmcp.core.server.McpDispatcher.DispatchResult
Packages that use McpDispatcher.DispatchResult
-
Uses of McpDispatcher.DispatchResult in dev.tachyonmcp.core.server
Classes in dev.tachyonmcp.core.server that implement McpDispatcher.DispatchResultModifier and TypeClassDescriptionstatic final recordstatic final recordA dispatched JSON-RPC response (result or error envelope) ready to write to the wire.static final recordTransport-level signal: the transport must reply with a raw HTTPcode/message, not a JSON-RPC error envelope.Methods in dev.tachyonmcp.core.server that return McpDispatcher.DispatchResultModifier and TypeMethodDescriptionMcpDispatcher.dispatchNotification(String method, @Nullable Object params, @Nullable String sessionId) McpDispatcher.dispatchNotification(String method, @Nullable Object params, @Nullable String sessionId, @Nullable ChannelContext channelContext) Methods in dev.tachyonmcp.core.server that return types with arguments of type McpDispatcher.DispatchResultModifier and TypeMethodDescriptionMcpDispatcher.dispatchRequestAsync(RequestId id, String method, Object params, @Nullable String sessionId) McpDispatcher.dispatchRequestAsync(RequestId id, String method, Object params, @Nullable String sessionId, @Nullable OutboundSseStream outboundSseStream, @Nullable ChannelContext channelContext)