Package org.a2aproject.sdk.server.events
Interface EventQueueFactory
public interface EventQueueFactory
-
Method Summary
Modifier and TypeMethodDescriptionCreates an EventQueueBuilder with the specified taskId context.
-
Method Details
-
builder
Creates an EventQueueBuilder with the specified taskId context. This allows the factory to create queues with task-specific configuration.- Parameters:
taskId- the task ID for which the queue is being created- Returns:
- an EventQueueBuilder configured for the specified task
-