Updated
On this page
Registers `dispatch run`, which starts the persistent event dispatch worker with configurable cursor, poll interval, and batch size, and graceful SIGINT/SIGTERM shutdown.
#cli.src.orxtra.cli._dispatch
#cli.src.orxtra.cli._dispatch
CLI entry points for dispatch commands.
Provides register_dispatch_commands to wire dispatch subcommands into the main orxtra CLI app. Currently: orxtra dispatch run.
Lives in cli/ (interfaces layer) because it bridges dispatch (orchestration) with services (composition) for construction.
#register_dispatch_commands
python
def register_dispatch_commands(app: strictcli.App) -> NoneRegister the dispatch command group on the orxtra CLI.