LemonCore.DeliveryRoute (lemon_core v0.1.0)

View Source

Semantic delivery route from router to channels.

Summary

Types

t()

@type t() :: %LemonCore.DeliveryRoute{
  account_id: String.t(),
  channel_id: String.t(),
  peer_id: String.t(),
  peer_kind: atom() | String.t(),
  thread_id: String.t() | nil
}