Jido.Signal.Router.HandlerInfo (Jido Signal v2.2.0)

View Source

Router Helper struct to store handler metadata

Summary

Functions

Returns the Zoi schema for HandlerInfo

Types

t()

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

Functions

schema()

Returns the Zoi schema for HandlerInfo