FeedEvent

sealed class FeedEvent

A dynamic entity feed event which can be emitted to the EntityFeedProvider.feed.

Since

200.2.0

Inheritors

Types

Link copied to clipboard

Handles the error when the connection fails and may attempt to reconnect.

Link copied to clipboard

Deletes the dynamic entity identified by the id value from the data source store.

Link copied to clipboard
data class NewObservation(val geometry: Geometry?, val attributes: Map<String, Any?>) : CustomDynamicEntityDataSource.FeedEvent

Adds or updates the newly-received observation data in the data source store.