Cizen v0.5.0 Cizen.Message View Source

A message is communication between two sagas and transmitted by channels.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Cizen.Message{
  destination_saga_id: Cizen.SagaID.t(),
  destination_saga_module: module() | nil,
  event: Cizen.Event.t()
}