Jido.Signal.Router.PatternMatch (Jido Signal v1.0.0)

View Source

Router Helper struct to store pattern match metadata

Summary

Types

t()

@type t() :: %Jido.Signal.Router.PatternMatch{
  complexity: non_neg_integer(),
  match: Jido.Signal.Router.match(),
  priority: Jido.Signal.Router.priority(),
  target: Jido.Signal.Router.target()
}