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