Uses of Interface
io.a2a.server.tasks.PushNotificationConfigStore
Packages that use PushNotificationConfigStore
-
Uses of PushNotificationConfigStore in io.a2a.server.requesthandlers
Constructors in io.a2a.server.requesthandlers with parameters of type PushNotificationConfigStoreModifierConstructorDescriptionDefaultRequestHandler(AgentExecutor agentExecutor, TaskStore taskStore, QueueManager queueManager, PushNotificationConfigStore pushConfigStore, PushNotificationSender pushSender, Executor executor) -
Uses of PushNotificationConfigStore in io.a2a.server.tasks
Classes in io.a2a.server.tasks that implement PushNotificationConfigStoreModifier and TypeClassDescriptionclassIn-memory implementation of the PushNotificationConfigStore interface.Constructors in io.a2a.server.tasks with parameters of type PushNotificationConfigStoreModifierConstructorDescriptionBasePushNotificationSender(PushNotificationConfigStore configStore) BasePushNotificationSender(PushNotificationConfigStore configStore, A2AHttpClient httpClient)