Uses of Class
org.a2aproject.sdk.server.events.MainEventBus
Packages that use MainEventBus
Package
Description
-
Uses of MainEventBus in org.a2aproject.sdk.extras.queuemanager.replicated.core
Constructors in org.a2aproject.sdk.extras.queuemanager.replicated.core with parameters of type MainEventBusModifierConstructorDescriptionReplicatedQueueManager(ReplicationStrategy replicationStrategy, TaskStateProvider taskStateProvider, MainEventBus mainEventBus) ReplicatedQueueManager(ReplicationStrategy replicationStrategy, TaskStateProvider taskStateProvider, MainEventBus mainEventBus, TaskStreamLifecycleHook streamLifecycleHook) -
Uses of MainEventBus in org.a2aproject.sdk.server.events
Methods in org.a2aproject.sdk.server.events with parameters of type MainEventBusModifier and TypeMethodDescriptionEventQueue.EventQueueBuilder.mainEventBus(MainEventBus mainEventBus) Sets the main event busConstructors in org.a2aproject.sdk.server.events with parameters of type MainEventBusModifierConstructorDescriptionInMemoryQueueManager(EventQueueFactory factory, TaskStateProvider taskStateProvider, MainEventBus mainEventBus) InMemoryQueueManager(EventQueueFactory factory, TaskStateProvider taskStateProvider, MainEventBus mainEventBus, TaskStreamLifecycleHook streamLifecycleHook) InMemoryQueueManager(TaskStateProvider taskStateProvider, MainEventBus mainEventBus) InMemoryQueueManager(TaskStateProvider taskStateProvider, MainEventBus mainEventBus, TaskStreamLifecycleHook streamLifecycleHook) MainEventBusProcessor(MainEventBus eventBus, TaskStore taskStore, PushNotificationSender pushSender, QueueManager queueManager)