CollectionResourceClient<Item extends TransferObjectBase<Id>, Id> class abstract

Inheritance
Implemented types
Implementers
Available Extensions

Constructors

CollectionResourceClient(RoutePattern routePattern, TransferBean<Item> bean)

Properties

bean TransferBean<Item>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
routePattern RoutePattern
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeAll() Future<void>
Disconnects all connections held by this client.
getWindow(int offset, int length, {CollectionWindowState<Item, Id>? previous, Map<String, String> params = const {}, Map<String, List<String>> query = const {}}) Stream<CollectionWindowState<Item, Id>>
Subscribes to a stream of updated states regarding a section (window) of a collection.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnectAll() Future<void>
Forces all connections on this client to reconnect.
toString() String
A string representation of this object.
inherited

Operators

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