GetAllQueuesabstractpublic abstract IEnumerable<QueueId> GetAllQueues() Gets all queues. ReturnsAll queues.
GetQueueForStream(StreamId)abstractpublic abstract QueueId GetQueueForStream(StreamId streamId) Gets the queue for the specified stream. ParametersstreamIdStreamIdThe stream identifier.ReturnsThe queue responsible for the specified stream.