XmtpElixirSdk.Events
(xmtp_elixir_sdk v0.1.2)
Copy Markdown
Runtime-scoped event subscriptions and delivery.
Summary
Types
Functions
@spec emit( XmtpElixirSdk.Runtime.t() | XmtpElixirSdk.Client.t() | XmtpElixirSdk.Conversation.t() | atom(), topic(), struct() ) :: :ok
@spec subscribe( XmtpElixirSdk.Runtime.t() | XmtpElixirSdk.Client.t() | XmtpElixirSdk.Conversation.t() | atom(), topic(), pid() ) :: :ok
@spec unsubscribe( XmtpElixirSdk.Runtime.t() | XmtpElixirSdk.Client.t() | XmtpElixirSdk.Conversation.t() | atom(), topic(), pid() ) :: :ok