Bedrock.ControlPlane.Config.ResolverDescriptor (bedrock v0.5.2)
View SourceDescribes a resolver's configuration in the transaction system layout.
Summary
Types
@type t() :: %{ start_key: Bedrock.key(), resolver: pid() | {:vacancy, non_neg_integer()} }
Functions
@spec resolver_descriptor( start_key :: Bedrock.key(), resolver :: pid() | {:vacancy, non_neg_integer()} ) :: t()