Package io.a2a.server.tasks
Interface PushNotificationSender
- All Known Implementing Classes:
BasePushNotificationSender
public interface PushNotificationSender
Interface for sending push notifications for tasks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendNotification(Task task) Sends a push notification containing the latest task state.
-
Method Details
-
sendNotification
Sends a push notification containing the latest task state.- Parameters:
task- the task
-