Uses of Class
com.viglet.turing.api.queue.TurQueueInfo
Packages that use TurQueueInfo
-
Uses of TurQueueInfo in com.viglet.turing.api.queue
Methods in com.viglet.turing.api.queue that return types with arguments of type TurQueueInfoModifier and TypeMethodDescriptionTurQueueManagementService.getAllQueues()
Get list of all queues.org.springframework.http.ResponseEntity
<TurQueueInfo> TurQueueManagementAPI.getQueueInfo
(String queueName) org.springframework.http.ResponseEntity
<List<TurQueueInfo>> TurQueueManagementAPI.listQueues()