Jido.Signal.Router.PatternMatch (Jido Signal v2.2.2)

View Source

Router Helper struct to store pattern match metadata

Summary

Functions

Returns the Zoi schema for PatternMatch

Types

t()

@type t() :: %Jido.Signal.Router.PatternMatch{
  complexity: nil | integer(),
  match: any(),
  priority: nil | integer(),
  target: any()
}

Functions

schema()

Returns the Zoi schema for PatternMatch