Uses of Record Class
org.a2aproject.sdk.spec.MessageSendConfiguration
Packages that use MessageSendConfiguration
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of MessageSendConfiguration in org.a2aproject.sdk.compat03.conversion.mappers.params
Methods in org.a2aproject.sdk.compat03.conversion.mappers.params that return MessageSendConfigurationModifier and TypeMethodDescriptiondefault MessageSendConfigurationMessageSendConfigurationMapper_v0_3.toV10(MessageSendConfiguration_v0_3 v03) Converts v0.3 MessageSendConfiguration to v1.0 MessageSendConfiguration.Methods in org.a2aproject.sdk.compat03.conversion.mappers.params with parameters of type MessageSendConfigurationModifier and TypeMethodDescriptiondefault MessageSendConfiguration_v0_3MessageSendConfigurationMapper_v0_3.fromV10(MessageSendConfiguration v10) Converts v1.0 MessageSendConfiguration to v0.3 MessageSendConfiguration. -
Uses of MessageSendConfiguration in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return MessageSendConfigurationModifier and TypeMethodDescriptionMessageSendConfigurationMapper.fromProto(SendMessageConfiguration proto) Converts proto SendMessageConfiguration to domain MessageSendConfiguration.MessageSendConfigurationMapperImpl.fromProto(SendMessageConfiguration proto) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type MessageSendConfigurationModifier and TypeMethodDescriptionMessageSendConfigurationMapper.toProto(MessageSendConfiguration domain) Converts domain MessageSendConfiguration to proto SendMessageConfiguration.MessageSendConfigurationMapperImpl.toProto(MessageSendConfiguration domain) -
Uses of MessageSendConfiguration in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils with parameters of type MessageSendConfigurationModifier and TypeMethodDescriptionstatic SendMessageConfigurationProtoUtils.ToProto.messageSendConfiguration(MessageSendConfiguration messageSendConfiguration) -
Uses of MessageSendConfiguration in org.a2aproject.sdk.server.agentexecution
Methods in org.a2aproject.sdk.server.agentexecution that return MessageSendConfigurationModifier and TypeMethodDescription@Nullable MessageSendConfigurationRequestContext.getConfiguration()Returns the request configuration. -
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.