Current section

Files

Jump to
nova include nova_channel.hrl
Raw

include/nova_channel.hrl

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