mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cluster.bif: Improve Cluster::publish() docstring
This commit is contained in:
parent
c8307487d1
commit
55ecd90928
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ type Cluster::WebSocketTLSOptions: record;
|
||||||
## :zeek:see:`Cluster::make_event` or the argument list to pass along
|
## :zeek:see:`Cluster::make_event` or the argument list to pass along
|
||||||
## to it.
|
## to it.
|
||||||
##
|
##
|
||||||
## Returns: true if the message is sent.
|
## Returns: T if the event was accepted for sending. Depending on
|
||||||
|
## the selected cluster backend, an event may be dropped
|
||||||
|
## when a Zeek cluster is overloadede. This can happen on
|
||||||
|
## the sending or receiving node.
|
||||||
function Cluster::publish%(topic: string, ...%): bool
|
function Cluster::publish%(topic: string, ...%): bool
|
||||||
%{
|
%{
|
||||||
ScriptLocationScope scope{frame};
|
ScriptLocationScope scope{frame};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue