Jido.Signal.Router.Route (Jido Signal v2.0.0-rc.4)

View Source

Router Helper struct to store route metadata

Summary

Functions

Returns the Zoi schema for Route

Types

t()

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

Functions

schema()

Returns the Zoi schema for Route