subscribeSend

fun subscribeSend(id: ID0): <Error class: unknown class><StateEvent<ID1, VS>>

Subscribes to request events in the send table for a given id.

The returned Flow emits StateEvent instances whenever a request is created, updated, or deleted under the given id.

This is typically used by consumers who want to observe all outgoing requests for a particular id.

Return

a Flow of StateEvent describing request changes

Parameters

id

the outer identifier