Uses of Interface
dev.tachyonmcp.api.server.domain.TaskResult
Packages that use TaskResult
Package
Description
Domain types for MCP protocol data structures.
Protocol interfaces and domain types for MCP server and client interaction.
Generated JSON-RPC codecs for the MCP 2025-11-25 protocol version.
Task registry implementations for managing long-running task operations.
-
Uses of TaskResult in dev.tachyonmcp.api.server.domain
Classes in dev.tachyonmcp.api.server.domain that implement TaskResultModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in dev.tachyonmcp.api.server.domain that return TaskResultModifier and TypeMethodDescription@Nullable TaskResultTask.result()The task result if the task has reached a terminal state, ornull.Methods in dev.tachyonmcp.api.server.domain that return types with arguments of type TaskResultModifier and TypeMethodDescriptionTask.completion()A future that completes when the task reaches a terminal state. -
Uses of TaskResult in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol with parameters of type TaskResultModifier and TypeMethodDescriptionProtocolResponseMapper.getTaskPayloadResult(@Nullable TaskResult result, String taskId) Maps a task's terminal result into the tasks/result payload — aCallToolResult. -
Uses of TaskResult in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs
Methods in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs with parameters of type TaskResultModifier and TypeMethodDescriptionMcpResponseMapper.getTaskPayloadResult(@Nullable TaskResult result, String taskId) -
Uses of TaskResult in dev.tachyonmcp.core.server.features.tasks
Methods in dev.tachyonmcp.core.server.features.tasks that return TaskResultMethods in dev.tachyonmcp.core.server.features.tasks that return types with arguments of type TaskResultMethods in dev.tachyonmcp.core.server.features.tasks with parameters of type TaskResultModifier and TypeMethodDescriptionbooleanTaskEntry.transitionTo(TaskState newStatus, @Nullable TaskResult result) Transitions tonewStatus, publishingresult(when non-null).