View Source Bolt.Sips.Router.State (Boltx v0.0.1)
todo: this is work in progress and will be used for defining the state of the Router (Gen)Server
Summary
Types
@type role() :: atom()
@type t() :: %Bolt.Sips.Router.State{ connections: %{ required(role()) => %{required(String.t()) => non_neg_integer()}, updated_at: non_neg_integer(), ttl: non_neg_integer() } }