# Functions
New creates a new processor instance.
NewAcknowledgmentError creates a new AcknowledgmentError from the given error.
NewCreateCommandError creates a new CreateCommandError from the given error.
# Structs
AcknowledgmentError defines an error indicating that acknowledgment of a message failed.
CreateCommandError defines an error indicating that the creation of a command failed.
# Interfaces
Processor describes the interface used by the consumer to process messages.