Uses of Interface
org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
Packages that use PushNotificationConfigStore
-
Uses of PushNotificationConfigStore in org.a2aproject.sdk.server.requesthandlers
Methods in org.a2aproject.sdk.server.requesthandlers with parameters of type PushNotificationConfigStoreModifier and TypeMethodDescriptionDefaultRequestHandler.Builder.pushConfigStore(@Nullable PushNotificationConfigStore pushConfigStore) Constructors in org.a2aproject.sdk.server.requesthandlers with parameters of type PushNotificationConfigStoreModifierConstructorDescriptionDefaultRequestHandler(AgentExecutor agentExecutor, TaskStore taskStore, QueueManager queueManager, PushNotificationConfigStore pushConfigStore, MainEventBusProcessor mainEventBusProcessor, Executor executor, Executor eventConsumerExecutor) -
Uses of PushNotificationConfigStore in org.a2aproject.sdk.server.tasks
Classes in org.a2aproject.sdk.server.tasks that implement PushNotificationConfigStoreModifier and TypeClassDescriptionclassIn-memory implementation of the PushNotificationConfigStore interface.Constructors in org.a2aproject.sdk.server.tasks with parameters of type PushNotificationConfigStoreModifierConstructorDescriptionBasePushNotificationSender(PushNotificationConfigStore configStore) BasePushNotificationSender(PushNotificationConfigStore configStore, jakarta.enterprise.inject.Instance<PushNotificationPayloadFormatter> formatters) BasePushNotificationSender(PushNotificationConfigStore configStore, org.a2aproject.sdk.client.http.A2AHttpClient httpClient) BasePushNotificationSender(PushNotificationConfigStore configStore, org.a2aproject.sdk.client.http.A2AHttpClient httpClient, List<PushNotificationPayloadFormatter> formatters)