Uses of Enum Class
dev.tachyonmcp.api.server.features.tasks.TaskSupport
Packages that use TaskSupport
Package
Description
Task feature types and handler interfaces.
Tool feature types and handler interfaces.
-
Uses of TaskSupport in dev.tachyonmcp.api.server.features.tasks
Methods in dev.tachyonmcp.api.server.features.tasks that return TaskSupportModifier and TypeMethodDescriptionstatic TaskSupportReturns the enum constant of this class with the specified name.static TaskSupport[]TaskSupport.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TaskSupport in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return TaskSupportModifier and TypeMethodDescription@Nullable TaskSupportToolDescriptor.taskSupport()Optional declaration of this tool's support for long-running tasks.Methods in dev.tachyonmcp.api.server.features.tools with parameters of type TaskSupportModifier and TypeMethodDescriptionToolDescriptor.Builder.taskSupport(@Nullable TaskSupport taskSupport) Sets the optional declaration of this tool's support for long-running tasks.