PollingStreamServiceMixin<TData extends Object> mixin

Superclass constraints

Properties

didEverInitAndSuccessfully → bool
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
initialData → Option<Resolvable<TData>>
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → ServiceState
The current state of the service.
no setterinherited
stream → Option<Stream<Result<TData>>>
no setterinherited

Methods

dispose({bool eagerError = false}) → Resolvable<Unit>
inherited
init({bool eagerError = true}) → Resolvable<Unit>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPoll() → Resolvable<TData>
pause({bool eagerError = false}) → Resolvable<Unit>
inherited
provideDisposeListeners(void _) → TServiceResolvables<Unit>
inherited
provideInitListeners(void _) → TServiceResolvables<Unit>
inherited
provideInputStream() → TResultStream<TData>
override
provideOnPushToStreamListeners() → TServiceResolvables<Result<TData>>
inherited
providePauseListeners(void _) → TServiceResolvables<Unit>
inherited
providePollingInterval() → Duration
provideResumeListeners(void _) → TServiceResolvables<Unit>
inherited
pushToStream(Result<TData> data, {bool eagerError = false}) → Resolvable<Option<Object>>
inherited
restartStream() → Resolvable<Unit>
inherited
resume({bool eagerError = false}) → Resolvable<Unit>
inherited
stopStream() → Resolvable<Unit>
inherited
toString() → String
A string representation of this object.
inherited

Operators

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