Interface EventQueueFactory


public interface EventQueueFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    builder(String taskId)
    Creates 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