EcsElixirCore.Domain.Shared.Common.Value.Command (ecs_elixir_core v1.0.0)

Copy Markdown

Command object that travels from the entry point to the use case.

Summary

Types

t()

@type t() :: %EcsElixirCore.Domain.Shared.Common.Value.Command{
  context: EcsElixirCore.Domain.Shared.Common.Value.ContextData.t(),
  payload: EcsElixirCore.Domain.Model.EcsMiddleware.Model.EcsPayload.t()
}