Uses of Record Class
io.a2a.spec.MessageSendConfiguration
Packages that use MessageSendConfiguration
-
Uses of MessageSendConfiguration in io.a2a.spec
Methods in io.a2a.spec that return MessageSendConfigurationModifier and TypeMethodDescriptionMessageSendConfiguration.Builder.build()Builds theMessageSendConfiguration.@Nullable MessageSendConfigurationMessageSendParams.configuration()Returns the value of theconfigurationrecord component.Methods in io.a2a.spec with parameters of type MessageSendConfigurationModifier and TypeMethodDescriptionMessageSendParams.Builder.configuration(@Nullable MessageSendConfiguration configuration) Sets the optional configuration for message processing.Constructors in io.a2a.spec with parameters of type MessageSendConfigurationModifierConstructorDescriptionMessageSendParams(Message message, @Nullable MessageSendConfiguration configuration, @Nullable Map<String, Object> metadata) Convenience constructor with default tenant.MessageSendParams(Message message, @Nullable MessageSendConfiguration configuration, @Nullable Map<String, Object> metadata, String tenant) Compact constructor for validation.