Raxol.Architecture.CQRS.Setup (Raxol v2.0.1)

View Source

Setup and initialization for CQRS and Event Sourcing components.

This module handles the registration of command handlers and middleware, ensuring the CQRS system is properly configured when the application starts.

Summary

Functions

Gets CQRS system statistics.

Gets the list of registered handlers for verification.

Sets up the CQRS system by registering handlers and middleware.

Functions

get_statistics()

Gets CQRS system statistics.

list_handlers()

Gets the list of registered handlers for verification.

setup()

Sets up the CQRS system by registering handlers and middleware.