Uses of Record Class
org.a2aproject.sdk.spec.MessageSendConfiguration
Packages that use MessageSendConfiguration
-
Uses of MessageSendConfiguration in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return MessageSendConfigurationModifier and TypeMethodDescriptionMessageSendConfiguration.Builder.build()Builds theMessageSendConfiguration.@Nullable MessageSendConfigurationMessageSendParams.configuration()Returns the value of theconfigurationrecord component.Methods in org.a2aproject.sdk.spec with parameters of type MessageSendConfigurationModifier and TypeMethodDescriptionMessageSendParams.Builder.configuration(@Nullable MessageSendConfiguration configuration) Sets the optional configuration for message processing.Constructors in org.a2aproject.sdk.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, @Nullable String tenant) Compact constructor for validation.