PollingEndpoint
Endpoint for a resource that can be polled for state changes.
Type Parameters
TEntity
The type of entity the endpoint represents.
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Interval in which requests are sent to the server. The server may update this interval via the Retry-After response header.
Link copied to clipboard
Functions
Link copied to clipboard
Returns an Observable stream of entity states. Consecutive items are emitted only when the server-supplied entity differs from the previously emitted one according to Any.equals.
Link copied to clipboard