Bridge-scoped ingress subscription provisioning.
This module coordinates provider-specific adapter callbacks with the messaging runtime control plane. It does not own webhook request routing.
Summary
Functions
Delete a provider-side ingress subscription for a bridge.
Ensure the provider-side ingress subscription for a bridge.
List provider-side ingress subscriptions for a bridge.
Types
@type list_result() :: {:ok, [Jido.Messaging.IngressSubscription.t()]} | {:error, term()}
@type result() :: {:ok, Jido.Messaging.IngressSubscription.t()} | {:error, term()}
Functions
Delete a provider-side ingress subscription for a bridge.
Ensure the provider-side ingress subscription for a bridge.
@spec list(module(), String.t(), keyword()) :: list_result()
List provider-side ingress subscriptions for a bridge.