GET /notifiers handler.
The response is built from per-port :notifiers config, which specifies which notification bindings this port advertises. Example config:
{:notifiers {:MQTT {:authentication {:method "ANONYMOUS"}}}}
MQTT broker URL and serialization are filled in automatically from the top-level config. Set :notifiers to nil or omit :WEBHOOK to suppress webhook advertising on a port.
GET /notifiers handler.
The response is built from per-port :notifiers config, which specifies
which notification bindings this port advertises. Example config:
{:notifiers {:MQTT {:authentication {:method "ANONYMOUS"}}}}
MQTT broker URL and serialization are filled in automatically from
the top-level config. Set :notifiers to nil or omit :WEBHOOK to
suppress webhook advertising on a port.(list-all config port-notifiers)GET /notifiers — list all notifier bindings supported by this port.
port-notifiers is a map describing which notifiers to advertise: {:MQTT {...} :WEBHOOK true} If nil, defaults to {:MQTT {} :WEBHOOK true} for backward compatibility.
GET /notifiers — list all notifier bindings supported by this port.
port-notifiers is a map describing which notifiers to advertise:
{:MQTT {...} :WEBHOOK true}
If nil, defaults to {:MQTT {} :WEBHOOK true} for backward compatibility.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |