Reactor.Dsl.Middleware (reactor v0.12.1)

View Source

The middleware DSL entity struct.

See Reactor.middleware.middleware.

Summary

Types

t()

@type t() :: %Reactor.Dsl.Middleware{
  __identifier__: any(),
  description: nil | String.t(),
  module: Reactor.Middleware.t()
}