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
Link to this function
adjoin?(arg1, arg2)
View Source
adjoin?(Cizen.Channel.t(), Cizen.Channel.t()) :: boolean()
Link to this function
match?(channel, message)
View Source
match?(Cizen.Channel.t(), Cizen.Message.t()) :: boolean()