Current section

Files

Jump to
perspective lib perspective domain_pool domain_pool_notifications.ex
Raw

lib/perspective/domain_pool/domain_pool_notifications.ex

defmodule Perspective.DomainPoolNotifications do
def emit(node_id, event) do
Phoenix.PubSub.broadcast(Perspective.DomainPoolNotifications, node_id, event)
end
end