cizen v0.1.0 Cizen.Channel View Source

A channel interferes messaging.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Cizen.Channel{
  destination_saga_id: Cizen.SagaID.t() | nil,
  destination_saga_module: module() | nil,
  previous_channel_module: module() | nil,
  saga_id: Cizen.SagaID.t(),
  saga_module: module()
}

Link to this section Functions