# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
Enum value maps for LWWRegisterClockType.
Enum value maps for LWWRegisterClockType.
Enum value maps for UpdateWriteConsistency.
Enum value maps for UpdateWriteConsistency.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Delete the CRDT.
Add a side effect to the reply, to `cloudstate.tck.model.CrdtTwo/Call`.
Fail the current command with the given description `message`.
Update a Flag CRDT by enabling it.
The current state of a Flag CRDT.
Replace the response with a forward to `cloudstate.tck.model.CrdtTwo/Call`.
Update a GCounter CRDT with an increment.
The current state of a GCounter CRDT.
Update a GSet CRDT with an additional element.
The current state of a GSet CRDT.
Clock for LWWRegister updates.
Update an LWWRegister CRDT with a new value.
The current state of an LWWRegister CRDT.
Update for an ORMap entry.
The current state of an ORMap entry.
Update an ORMap CRDT by adding, updating, or removing entries, or clearing the map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The current state of an ORMap CRDT.
Update an ORSet CRDT by adding or removing elements, or clearing the set.
No description provided by the author
No description provided by the author
No description provided by the author
The current state of an ORSet CRDT.
Update a PNCounter CRDT with a change.
The current state of a PNCounter CRDT.
A `Request` message contains any actions that the entity should process.
Each `RequestAction` is one of:
- Update: update the CRDT and return the updated state in the `Response`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The `Response` message must contain the updated state of the CRDT.
Current state of a CRDT, with specific values for particular CRDT types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A `StreamedRequest` message contains actions for streamed responses.
UnimplementedCrdtConfiguredServer must be embedded to have forward compatible implementations.
UnimplementedCrdtTckModelServer must be embedded to have forward compatible implementations.
UnimplementedCrdtTwoServer must be embedded to have forward compatible implementations.
Update the CRDT, with specific update values for particular CRDT types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Update a Vote CRDT's self vote.
The current state of a Vote CRDT.
# Interfaces
CrdtConfiguredClient is the client API for CrdtConfigured service.
CrdtConfiguredServer is the server API for CrdtConfigured service.
No description provided by the author
No description provided by the author
CrdtTckModelClient is the client API for CrdtTckModel service.
CrdtTckModelServer is the server API for CrdtTckModel service.
CrdtTwoClient is the client API for CrdtTwo service.
CrdtTwoServer is the server API for CrdtTwo service.
UnsafeCrdtConfiguredServer may be embedded to opt out of forward compatibility for this service.
UnsafeCrdtTckModelServer may be embedded to opt out of forward compatibility for this service.
UnsafeCrdtTwoServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
Type of clock for LWWRegister updates.
The CRDT write consistency setting to use for updates.