Ming.ExecutionResult (Ming v0.1.0)

View Source

Contains the aggregate, events, and metadata created by a successfully executed command.

The available fields are:

  • events - a list of the created events, it may be an empty list.

  • metadata - an map containing the metadata associated with the command dispatch.

Summary

Types

t()

@type t() :: %Ming.ExecutionResult{events: [struct()], metadata: struct()}