Receive

constructor(key: SubscriptionKey<T>, result: Result<T>, revision: String, marker: Marker = Marker.None)

Parameters

key

Instance of a class implementing SubscriptionKey.

result

The received result.

revision

The revision of the subscription state.

marker

The marker with additional information based on the caller of a subscription.