QueueService class
article and contact only to updates tickets only do creates
- Inheritance
-
- Object
- QueueServiceAbstract
- QueueService
- Available extensions
Constructors
- QueueService.new(QueueLengthRpc queueLength, AddOneInQueueRpc create, AddManyInQueueRpc createAll, ReadAllRpc readAll, RemoveOneInQueueRpc removeOneInQueue, CleanObjectQueueRpc clean, UpsertLastSyncRpc upsertLastSync, ReadLastSyncRpc readLastSync)
Properties
- addManyInQueue → AddManyInQueueAbstract
-
finalinherited
- addOneInQueue → AddOneInQueueAbstract
-
finalinherited
- clean → CleanObjectQueueAbstract
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- queueLength → QueueLengthAbstract
-
finalinherited
- readAll → ReadAllAbstract
-
finalinherited
- readLastSync → ReadLastSyncAbstract
-
finalinherited
- removeOneInQueue → RemoveOneInQueueAbstract
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
upsertAllLastSync
→ Future<
void> -
Available on QueueService, provided by the QueueHelper extension
no setter - upsertLastSync → UpsertLastSyncAbstract
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited