We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a12b8a commit c232345Copy full SHA for c232345
src/partisan_plumtree_broadcast_handler.erl
@@ -44,7 +44,7 @@
44
45
46
%% Return a two-tuple of message id and payload from a given broadcast
47
--callback broadcast_data(any()) -> {any(), any()}.
+-callback broadcast_data(any()) -> {MessageId :: any(), Payload :: any()}.
48
49
50
%% Return the channel to be used when broadcasting data associate with this
0 commit comments