ExMCP.Client.Subscription.Ref (ex_mcp v1.0.0-rc.8)

Copy Markdown View Source

A reference to an active subscription process.

Summary

Types

t()

@type t() :: %ExMCP.Client.Subscription.Ref{
  acknowledged_filter: map(),
  client: GenServer.server(),
  pid: pid(),
  request_id: ExMCP.Types.request_id(),
  requested_filter: map()
}