Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 472 Bytes

inline-publishers.md

File metadata and controls

14 lines (11 loc) · 472 Bytes

Inline publishers

since v0.2.0

Custom publisher can be loaded dynamically via the Custom Publishers mechanism alternatively they can also be started by providing an instance of com.brunobonacci.mulog.publisher.PPublisher in μ/start-publisher! as follow:

(def my-publisher (my-custom-publisher {})

(μ/start-publisher!
  {:type :inline :publisher my-publisher})