View Source Noizu.RuleEngine.StateSettings (noizu_rule_engine v0.2.3)

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.RuleEngine.StateSettings{
  supports_async?: boolean(),
  supports_transactions?: boolean(),
  user_settings: Map.t()
}