Package dev.tachyonmcp.core.server
Interface McpDispatcher.DispatchResult
- All Known Implementing Classes:
McpDispatcher.DispatchResult.Accepted,McpDispatcher.DispatchResult.Response,McpDispatcher.DispatchResult.Status
- Enclosing class:
McpDispatcher
public static sealed interface McpDispatcher.DispatchResult
permits McpDispatcher.DispatchResult.Accepted, McpDispatcher.DispatchResult.Response, McpDispatcher.DispatchResult.Status
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic 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.