Current section

Files

Jump to
perspective lib perspective domain_pool domain_pool_subscriber.ex
Raw

lib/perspective/domain_pool/domain_pool_subscriber.ex

defmodule Perspective.DomainPoolSubscriber do
use Perspective.NotificationsSubscriber, name: Perspective.DomainPoolNotifications
def handle_info(message, state) do
{:noreply, state}
end
end