Uses of Interface
dev.tachyonmcp.api.server.features.tasks.TaskDescriptor
Packages that use TaskDescriptor
Package
Description
Task feature types and handler interfaces.
Task registry implementations for managing long-running task operations.
-
Uses of TaskDescriptor in dev.tachyonmcp.api.server.features.tasks
Methods in dev.tachyonmcp.api.server.features.tasks that return TaskDescriptor -
Uses of TaskDescriptor in dev.tachyonmcp.core.server.features.tasks
Methods in dev.tachyonmcp.core.server.features.tasks that return TaskDescriptorConstructors in dev.tachyonmcp.core.server.features.tasks with parameters of type TaskDescriptorModifierConstructorDescriptionTaskEntry(TaskDescriptor descriptor, String id, TaskState status, double ttl) TaskEntry(TaskDescriptor descriptor, String id, TaskState status, double ttl, @Nullable String sessionId) TaskEntry(TaskDescriptor descriptor, String id, TaskState status, @Nullable Duration ttl, @Nullable String sessionId, @Nullable ProgressToken progressToken) TaskEntry(TaskDescriptor descriptor, String id, TaskState status, @Nullable Duration ttl, @Nullable String sessionId, @Nullable ProgressToken progressToken, @Nullable Map<String, Object> meta) TaskEntry(TaskDescriptor descriptor, String id, TaskState status, @Nullable Duration ttl, @Nullable String sessionId, @Nullable ProgressToken progressToken, @Nullable Map<String, Object> meta, Duration keepAlive) TaskEntry(TaskDescriptor descriptor, String id, TaskState status, @Nullable Duration ttl, @Nullable String sessionId, @Nullable ProgressToken progressToken, @Nullable Map<String, Object> meta, Duration keepAlive, @Nullable Duration pollInterval)