CollectionResourceAdapter<T extends TransferObjectBase<TId>, TId> class

Inheritance

Constructors

CollectionResourceAdapter(RoutePattern routePattern, TransferBean<T> bean, Stream<CollectionWindowEvent<T, TId>> _getWindow(ApiRequest request, int offset, int length))

Properties

bean TransferBean<T>
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

getWindow(ApiRequest request, int offset, int length) Stream<CollectionWindowEvent<T, TId>>
Subscribes to a stream of update events regarding the requested window.
override
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