We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf550a commit 8d426d8Copy full SHA for 8d426d8
mqtt/hooks.go
@@ -923,8 +923,8 @@ func (h *HookBase) OnClientExpired(cl *Client) {}
923
// OnRetainedExpired is called when a retained message for a topic has expired.
924
func (h *HookBase) OnRetainedExpired(topic string) {}
925
926
-// OnClusterPublish is called when a client has published a message to cluster.
927
-func (h *HookBase) OnClusterPublish(pk packets.Packet, sharedFilters map[string]bool) {}
+// OnPublishedWithSharedFilters is called when a client has published a message to cluster.
+func (h *HookBase) OnPublishedWithSharedFilters(pk packets.Packet, sharedFilters map[string]bool) {}
928
929
// StoredClients returns all clients from a store.
930
func (h *HookBase) StoredClients() (v []storage.Client, err error) {
0 commit comments