Jido.Signal.Registry.Subscription (Jido Signal v1.0.0)

View Source

Represents a subscription to signal patterns in the registry.

A subscription maps a signal path pattern to a dispatch configuration, allowing signals matching the pattern to be routed to the specified target.

Summary

Types

t()

A single subscription mapping a path to dispatch configuration

Types

t()

@type t() :: %Jido.Signal.Registry.Subscription{
  created_at: DateTime.t(),
  dispatch: term(),
  id: String.t(),
  path: String.t()
}

A single subscription mapping a path to dispatch configuration