Cqrs.Command.after_create

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

after_create( command, keyword )

View Source

Specs

after_create(
  command(),
  keyword()
) :: {:ok, command()}

Called after new has completed.

This callback is optional.