Uses of Record Class
io.a2a.spec.PushNotificationConfig
Packages that use PushNotificationConfig
-
Uses of PushNotificationConfig in io.a2a.spec
Fields in io.a2a.spec with type parameters of type PushNotificationConfigModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<PushNotificationConfig>PushNotificationConfig.TYPE_REFERENCEMethods in io.a2a.spec that return PushNotificationConfigModifier and TypeMethodDescriptionPushNotificationConfig.Builder.build()MessageSendConfiguration.pushNotificationConfig()Returns the value of thepushNotificationConfigrecord component.TaskPushNotificationConfig.pushNotificationConfig()Returns the value of thepushNotificationConfigrecord component.Methods in io.a2a.spec with parameters of type PushNotificationConfigModifier and TypeMethodDescriptionMessageSendConfiguration.Builder.pushNotificationConfig(PushNotificationConfig pushNotificationConfig) Constructors in io.a2a.spec with parameters of type PushNotificationConfigModifierConstructorDescriptionBuilder(PushNotificationConfig notificationConfig) MessageSendConfiguration(List<String> acceptedOutputModes, Integer historyLength, PushNotificationConfig pushNotificationConfig, Boolean blocking) Creates an instance of aMessageSendConfigurationrecord class.TaskPushNotificationConfig(String taskId, PushNotificationConfig pushNotificationConfig) Creates an instance of aTaskPushNotificationConfigrecord class.