View Source Reactor.Dsl.Around (reactor v0.3.0)

The around DSL entity struct.

See d:Reactor.around.

Link to this section Summary

Link to this section Types

@type t() :: %Reactor.Dsl.Around{
  __identifier__: any(),
  allow_async?: boolean(),
  arguments: [Reactor.Dsl.Argument.t()],
  fun: mfa() | Reactor.Step.Around.around_fun(),
  name: atom(),
  steps: [Reactor.Dsl.Step.t()]
}