Liking cljdoc? Tell your friends :D
Clojure only.

openadr3.vtn.handler.notifiers

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.
raw docstring

list-allclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close