Jido.Signal.Registry.Subscription (Jido Signal v1.0.0)
View SourceRepresents 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
@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