Cqrs.Command.handle_dispatch

You're seeing just the callback handle_dispatch, go back to Cqrs.Command module for more information.
Link to this callback

handle_dispatch( command, keyword )

View Source

Specs

handle_dispatch(
  command(),
  keyword()
) :: any()

This callback is intended to be used to run the fully validated command.

This callback is required.