Reactor.Dsl.Guard (reactor v0.17.0)
View SourceA struct used to store the guard
DSL entity.
See Reactor.step.guard
Summary
Types
@type t() :: %Reactor.Dsl.Guard{ __identifier__: any(), __spark_metadata__: Spark.Dsl.Entity.spark_meta(), description: nil | String.t(), fun: (Reactor.inputs(), Reactor.context() -> :cont | {:halt, Reactor.Step.run_result()}) }