View Source Cluster.Strategy.State (libcluster v3.3.3)

The state of one strategy.

Link to this section Summary

Link to this section Types

@type t() :: %Cluster.Strategy.State{
  config: [{atom(), term()}],
  connect: {module(), atom(), [term()]},
  disconnect: {module(), atom(), [term()]},
  list_nodes: {module(), atom(), [:connected] | [:connected | [any()]]},
  meta: term(),
  topology: atom()
}