Uses of Class
io.a2a.spec.Message
Packages that use Message
-
Uses of Message in io.a2a.spec
Fields in io.a2a.spec with type parameters of type MessageModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<Message>Message.TYPE_REFERENCEMethods in io.a2a.spec that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()MessageSendParams.message()Returns the value of themessagerecord component.TaskStatus.message()Returns the value of themessagerecord component.Methods in io.a2a.spec that return types with arguments of type MessageMethods in io.a2a.spec with parameters of type MessageModifier and TypeMethodDescriptionMethod parameters in io.a2a.spec with type arguments of type MessageConstructors in io.a2a.spec with parameters of type MessageModifierConstructorDescriptionMessageSendParams(Message message, MessageSendConfiguration configuration, Map<String, Object> metadata) Creates an instance of aMessageSendParamsrecord class.TaskStatus(TaskState state, Message message, OffsetDateTime timestamp) Creates an instance of aTaskStatusrecord class.