LemonChannels.Binding (lemon_channels v0.1.0)

View Source

Resolved routing binding for a chat scope: the transport, chat/topic ids and the project, agent, engine and queue-mode a message routes to. Produced by LemonChannels.BindingResolver.resolve_binding/1.

Summary

Types

t()

@type t() :: %LemonChannels.Binding{
  agent_id: String.t() | nil,
  chat_id: integer(),
  default_engine: String.t() | nil,
  project: String.t() | nil,
  queue_mode: atom() | nil,
  topic_id: integer() | nil,
  transport: atom()
}