QueueService class

Constructors

QueueService(ThingsboardClient tbClient)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteQueue(String queueId, {RequestConfig? requestConfig}) Future<void>
getQueue(String queueId, {RequestConfig? requestConfig}) Future<Queue?>
getQueueByName(String queueName, {RequestConfig? requestConfig}) Future<Queue?>
getTenantQueuesByServiceType(PageLink pageLink, ServiceType serviceType, {RequestConfig? requestConfig}) Future<PageData<Queue>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveQueue(Queue queue, ServiceType serviceType, {RequestConfig? requestConfig}) Future<Queue>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited