find By Id
fun findById(id: DittoDocumentId): DittoWriteTransactionPendingIdSpecificOperation
Content copied to clipboard
Generates a DittoWriteTransactionPendingIdSpecificOperation with the provided document identifier that can be used to update, remove, or evict the document.
Return
a DittoWriteTransactionPendingIdSpecificOperation that you can chain function calls to either get the document immediately or get updates about it over time.
Parameters
id
the identifier of the document.