Cqrs.BoundedContext.command

You're seeing just the macro command, go back to Cqrs.BoundedContext module for more information.
Link to this macro

command(command_module, opts \\ [])

View Source (macro)

Creates proxy functions to dispatch this command module.

Functions created

When given CreateUser

  • create_user!/0
  • create_user!/1
  • create_user!/2
  • create_user/0
  • create_user/1
  • create_user/2

Options

  • :then - A function of one arity to run with the execution result.