All Classes and Interfaces
Class
Description
Represents a conditional constraint applied when appending events.
Represents a request to append one or more events.
Represents the result of a successful append operation.
A stub to allow clients to do limited synchronous rpc calls to service DCB.
A stub to allow clients to do synchronous rpc calls to service DCB.
A stub to allow clients to do ListenableFuture-style rpc calls to service DCB.
Base class for the server implementation of the service DCB.
A stub to allow clients to do asynchronous rpc calls to service DCB.
Represents a single immutable event.
Represents a query composed of zero or more
QueryItems.Defines a single criterion for matching events.
Represents a request to read events from the event store.
Represents the response returned from a read operation.
Represents a single event along with its position in the event stream.
Protobuf type
umadb.v1.AppendConditionProtobuf type
umadb.v1.AppendConditionProtobuf type
umadb.v1.AppendRequestProtobuf type
umadb.v1.AppendRequestProtobuf type
umadb.v1.AppendResponseProtobuf type
umadb.v1.AppendResponseProtobuf type
umadb.v1.ErrorResponseProtobuf type
umadb.v1.ErrorResponseProtobuf enum
umadb.v1.ErrorResponse.ErrorTypeProtobuf type
umadb.v1.EventProtobuf type
umadb.v1.EventProtobuf type
umadb.v1.HeadRequestProtobuf type
umadb.v1.HeadRequestProtobuf type
umadb.v1.HeadResponseProtobuf type
umadb.v1.HeadResponseProtobuf type
umadb.v1.QueryProtobuf type
umadb.v1.QueryProtobuf type
umadb.v1.QueryItemProtobuf type
umadb.v1.QueryItemProtobuf type
umadb.v1.ReadRequestProtobuf type
umadb.v1.ReadRequestProtobuf type
umadb.v1.ReadResponseProtobuf type
umadb.v1.ReadResponseProtobuf type
umadb.v1.SequencedEventProtobuf type
umadb.v1.SequencedEventMain interface for interacting with the UmaDb event store.
Builder for creating
UmaDbClient instances.Internal gRPC-based implementation of
UmaDbClient.Base exception class for all exceptions thrown by the UmaDb client.
Indicates an authentication failure, such as invalid credentials
or lack of authorization to access the requested resource.
Indicates corruption detected in persisted data,
such as invalid event format or inconsistent state.
Indicates an integrity violation, such as appending events
that violate constraints or failing conditional operations.
Represents an internal server or client error
that does not fall into other specific categories.
Indicates an I/O-related error, such as network failures
or inability to reach the UmaDb server.
Indicates a failure during serialization or deserialization
of events, queries, or responses.