QueueId constructor

QueueId(
  1. String id
)

Implementation

QueueId(String id) : super(EntityType.QUEUE, id);