Uses of Enum Class
dev.tachyonmcp.api.runtime.ElicitationResult.Action
Packages that use ElicitationResult.Action
Package
Description
Runtime abstractions for MCP request processing contexts and executors.
-
Uses of ElicitationResult.Action in dev.tachyonmcp.api.runtime
Methods in dev.tachyonmcp.api.runtime that return ElicitationResult.ActionModifier and TypeMethodDescriptionElicitationResult.action()Returns the value of theactionrecord component.static ElicitationResult.ActionReturns the enum constant of this class with the specified name.static ElicitationResult.Action[]ElicitationResult.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.tachyonmcp.api.runtime with parameters of type ElicitationResult.ActionModifierConstructorDescriptionElicitationResult(ElicitationResult.Action action, @Nullable Args content) Creates an instance of aElicitationResultrecord class.