cizen v0.3.0 Cizen.Event View Source
Helpers to handle events
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Cizen.Event{ body: body(), id: Cizen.EventID.t(), source_saga_id: Cizen.SagaID.t() | nil, source_saga_module: module() | nil }
Link to this section Functions
Link to this function
new(body, saga_id, module \\ nil)
View Source
new(body(), Cizen.SagaID.t(), module()) :: t()