View Source ProcessHub.Request.Handler.PidsUnregisterRequest (ProcessHub v0.7.0)

Summary

Types

t()

on_empty carries the originating node's intent for a row left with no node entries, so every peer resolves the row the same way it did.

Types

@type t() :: %ProcessHub.Request.Handler.PidsUnregisterRequest{
  on_empty: :churn | :keep | :delete,
  removable_cid_nodes: [{ProcessHub.child_id(), [node()]}]
}

on_empty carries the originating node's intent for a row left with no node entries, so every peer resolves the row the same way it did.

Functions

Link to this function

new(removable_cid_nodes, opts \\ [])

View Source