Current section

Files

Jump to
nova include nova_pubsub.hrl
Raw

include/nova_pubsub.hrl

-record(nova_pubsub, {
channel :: atom(),
sender :: pid(),
topic :: list() | binary(),
payload :: any()
}).