Skip to main content

Module command

Module command 

Source

Re-exports§

pub use command_dispatch_error::CommandDispatchError;
pub use command_dispatcher::CommandDispatcher;
pub use command_failure_report::CommandFailureReport;
pub use command_handler::CommandHandler;
pub use command_hash::CommandHash;
pub use command_hash::CommandHashError;
pub use command_hasher::CommandHasher;
pub use command_hasher::CommandHasherError;
pub use command_name::CommandName;
pub use command_name_owned::CommandNameOwned;
pub use command_name_owned_error::CommandNameOwnedError;
pub use command_selector::CommandSelector;
pub use command_worker::CommandWorker;
pub use command_worker_error::CommandWorkerError;
pub use default_command_dispatcher::DefaultCommandDispatcher;
pub use default_command_hasher::DefaultCommandHasher;
pub use default_command_worker::DefaultCommandWorker;
pub use idempotency_begin_result::IdempotencyBeginResult;
pub use idempotency_error::IdempotencyError;
pub use idempotency_output::IdempotencyOutput;
pub use idempotency_output_error::IdempotencyOutputError;
pub use idempotency_service::IdempotencyService;
pub use idempotency_state::IdempotencyState;

Modules§

command_dispatch_error
command_dispatcher
command_failure_report
command_handler
command_hash
command_hasher
command_name
command_name_owned
command_name_owned_error
command_selector
command_worker
command_worker_error
default_command_dispatcher
default_command_hasher
default_command_worker
idempotency_begin_result
idempotency_error
idempotency_output
idempotency_output_error
idempotency_service
idempotency_state

Traits§

Command