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.AppendCondition
Protobuf type umadb.v1.AppendCondition
 
Protobuf type umadb.v1.AppendRequest
Protobuf type umadb.v1.AppendRequest
 
Protobuf type umadb.v1.AppendResponse
Protobuf type umadb.v1.AppendResponse
 
Protobuf type umadb.v1.ErrorResponse
Protobuf type umadb.v1.ErrorResponse
Protobuf enum umadb.v1.ErrorResponse.ErrorType
 
Protobuf type umadb.v1.Event
Protobuf type umadb.v1.Event
 
Protobuf type umadb.v1.HeadRequest
Protobuf type umadb.v1.HeadRequest
 
Protobuf type umadb.v1.HeadResponse
Protobuf type umadb.v1.HeadResponse
 
Protobuf type umadb.v1.Query
Protobuf type umadb.v1.Query
Protobuf type umadb.v1.QueryItem
Protobuf type umadb.v1.QueryItem
 
 
Protobuf type umadb.v1.ReadRequest
Protobuf type umadb.v1.ReadRequest
 
Protobuf type umadb.v1.ReadResponse
Protobuf type umadb.v1.ReadResponse
 
Protobuf type umadb.v1.SequencedEvent
Protobuf type umadb.v1.SequencedEvent
 
Main 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.