List of all items
Structs
- command::command_failure_report::CommandFailureReport
- command::command_hash::CommandHash
- command::command_name::CommandName
- command::command_name_owned::CommandNameOwned
- command::command_selector::CommandSelector
- command::default_command_dispatcher::DefaultCommandDispatcher
- command::default_command_hasher::DefaultCommandHasher
- command::default_command_worker::DefaultCommandWorker
- command::idempotency_output::IdempotencyOutput
- event::EventName
- event::aggregate_id_value::AggregateIdValue
- event::aggregate_type_owned::AggregateTypeOwned
- event::event_envelope::EventEnvelope
- event::event_feed_batch_size::EventFeedBatchSize
- event::event_name_owned::EventNameOwned
- event::event_selector::EventSelector
- event::event_sequence::EventSequence
- event::serialized_event_payload::SerializedEventPayload
- messaging::consumer_group::ConsumerGroup
- messaging::topic_id::TopicId
- outbox::DefaultOutboxRelay
- outbox::OrderingKey
- outbox::OutboxAttemptCount
- outbox::OutboxBatchSize
- outbox::OutboxDeadLetteredAt
- outbox::OutboxLeaseDuration
- outbox::OutboxLeaseExpiresAt
- outbox::OutboxMaxAttempts
- outbox::OutboxNextAttemptAt
- outbox::OutboxPollBackoffMultiplier
- outbox::OutboxPollInterval
- outbox::OutboxPollJitterRatio
- outbox::OutboxPollingOptions
- outbox::OutboxPublishedAt
- outbox::OutboxRelayConfig
- outbox::OutboxRelayInstance
- outbox::OutboxRelayInstanceId
- outbox::OutboxRelayProcessId
- outbox::OutboxRetryDelay
- outbox::OutboxRetryOptions
- outbox::ProcessedOutboxCount
- outbox::command::command_envelope::CommandEnvelope
- outbox::command::command_outbox::CommandOutbox
- outbox::command::command_outbox_id::CommandOutboxId
- outbox::command::serialized_command::SerializedCommand
- outbox::event::event_outbox::EventOutbox
- outbox::event::event_outbox_id::EventOutboxId
- projection::default_projector_rebuilder::DefaultProjectorRebuilder
- projection::default_projector_runner::DefaultProjectorRunner
- projection::default_projector_worker::DefaultProjectorWorker
- projection::processed_event_count::ProcessedEventCount
- projection::projector_name::ProjectorName
- projection::projector_name_owned::ProjectorNameOwned
- projection::projector_rebuild_report::ProjectorRebuildReport
- projection::projector_rebuilder_config::ProjectorRebuilderConfig
- repository::default_repository::DefaultRepository
- repository::repository_config::RepositoryConfig
- request_context::RequestContext
- request_context::causation_id::CausationId
- request_context::correlation_id::CorrelationId
- request_context::message_id::MessageId
- saga::default_saga_runner::DefaultSagaRunner
- saga::default_saga_worker::DefaultSagaWorker
- saga::enqueued_command_count::EnqueuedCommandCount
- saga::saga_instance::SagaInstance
- saga::saga_instance_id::SagaInstanceId
- saga::saga_name::SagaName
- saga::saga_name_owned::SagaNameOwned
- unit_of_work::snapshot_interval::SnapshotInterval
Enums
- command::command_dispatch_error::CommandDispatchError
- command::command_hash::CommandHashError
- command::command_hasher::CommandHasherError
- command::command_name_owned_error::CommandNameOwnedError
- command::command_worker_error::CommandWorkerError
- command::idempotency_begin_result::IdempotencyBeginResult
- command::idempotency_error::IdempotencyError
- command::idempotency_output_error::IdempotencyOutputError
- command::idempotency_state::IdempotencyState
- event::aggregate_id_value_error::AggregateIdValueError
- event::aggregate_type_owned_error::AggregateTypeOwnedError
- event::event_envelope_error::EventEnvelopeError
- event::event_feed_reader_error::EventFeedReaderError
- event::event_name_owned_error::EventNameOwnedError
- event::event_reader_error::EventReaderError
- event::event_sequence_error::EventSequenceError
- event::event_writer_error::EventWriterError
- event::serialized_event_payload_error::SerializedEventPayloadError
- messaging::consumer_error::ConsumerError
- messaging::consumer_group_error::ConsumerGroupError
- messaging::publish_dispatch_error::PublishDispatchError
- messaging::publish_result::PublishResult
- messaging::publisher_error::PublisherError
- messaging::subscription::Subscription
- messaging::topic_error::TopicError
- messaging::topic_id_error::TopicIdError
- outbox::OrderingKeyError
- outbox::OutboxAttemptCountError
- outbox::OutboxError
- outbox::OutboxFetcherError
- outbox::OutboxLifecycle
- outbox::OutboxPollBackoffMultiplierError
- outbox::OutboxPollJitterRatioError
- outbox::OutboxPollingOptionsError
- outbox::OutboxRelayError
- outbox::OutboxRelayInstanceError
- outbox::OutboxRelayRunReport
- outbox::OutboxState
- outbox::OutboxWriterError
- outbox::command::command_envelope_error::CommandEnvelopeError
- outbox::command::command_outbox_enqueue_error::CommandOutboxEnqueueError
- outbox::command::command_outbox_id_error::CommandOutboxIdError
- outbox::command::serialized_command_error::SerializedCommandError
- outbox::event::event_outbox_id_error::EventOutboxIdError
- projection::projection_checkpoint_store_error::ProjectionCheckpointStoreError
- projection::projector_name_owned_error::ProjectorNameOwnedError
- projection::projector_processed_event_store_error::ProjectorProcessedEventStoreError
- projection::projector_rebuilder_error::ProjectorRebuilderError
- projection::projector_run_report::ProjectorRunReport
- projection::projector_runner_error::ProjectorRunnerError
- projection::projector_worker_error::ProjectorWorkerError
- repository::repository_error::RepositoryError
- saga::saga_append_command_error::SagaAppendCommandError
- saga::saga_instance::SagaStatus
- saga::saga_instance_id_error::SagaInstanceIdError
- saga::saga_name_owned_error::SagaNameOwnedError
- saga::saga_processed_event_store_error::SagaProcessedEventStoreError
- saga::saga_run_report::SagaRunReport
- saga::saga_runner_error::SagaRunnerError
- saga::saga_store_error::SagaStoreError
- saga::saga_worker_error::SagaWorkerError
- snapshot::snapshot_reader_error::SnapshotReaderError
- snapshot::snapshot_writer_error::SnapshotWriterError
- unit_of_work::snapshot_policy::SnapshotPolicy
- unit_of_work::unit_of_work_error::UnitOfWorkError
- unit_of_work::unit_of_work_factory_error::UnitOfWorkFactoryError
Traits
- command::Command
- command::command_dispatcher::CommandDispatcher
- command::command_handler::CommandHandler
- command::command_hasher::CommandHasher
- command::command_worker::CommandWorker
- command::idempotency_service::IdempotencyService
- event::event_feed_reader::EventFeedReader
- event::event_reader::EventReader
- event::event_reader_access::EventReaderAccess
- event::event_writer::EventWriter
- event::event_writer_access::EventWriterAccess
- messaging::consumer::Consumer
- messaging::delivery::Delivery
- messaging::publisher::Publisher
- messaging::selector::Selector
- messaging::topic::Topic
- messaging::topic_id_access::TopicIdAccess
- outbox::Outbox
- outbox::OutboxFetcher
- outbox::OutboxRelay
- outbox::OutboxWriter
- outbox::command::command_outbox_enqueuer::CommandOutboxEnqueuer
- projection::projection_checkpoint_store::ProjectionCheckpointStore
- projection::projector_definition::ProjectorDefinition
- projection::projector_processed_event_store::ProjectorProcessedEventStore
- projection::projector_rebuilder::ProjectorRebuilder
- projection::projector_runner::ProjectorRunner
- projection::projector_worker::ProjectorWorker
- repository::Repository
- repository::repository_config_access::RepositoryConfigAccess
- request_context::request_context_access::RequestContextAccess
- saga::saga_definition::SagaDefinition
- saga::saga_processed_event_store::SagaProcessedEventStore
- saga::saga_runner::SagaRunner
- saga::saga_state::SagaState
- saga::saga_store::SagaStore
- saga::saga_worker::SagaWorker
- snapshot::snapshot_reader::SnapshotReader
- snapshot::snapshot_reader_access::SnapshotReaderAccess
- snapshot::snapshot_writer::SnapshotWriter
- snapshot::snapshot_writer_access::SnapshotWriterAccess
- unit_of_work::UnitOfWork
- unit_of_work::unit_of_work_factory::UnitOfWorkFactory