Liking cljdoc? Tell your friends :D

com.brunobonacci.mulog.publisher


console-publisherclj

(console-publisher {:keys [transform pretty?] :as config})
source

PPublishercljprotocol

Publisher protocol

Publisher protocol

agent-bufferclj

(agent-buffer this)

Returns the agent-buffer where items are sent to, basically your inbox.

Returns the agent-buffer where items are sent to, basically your
inbox.

publishclj

(publish this buffer)

publishes the items in the buffer and returns the new state of the buffer which presumably doesn't contains the messages successfully sent.

publishes the items in the buffer and returns the new state of
the buffer which presumably doesn't contains the messages
successfully sent.

publish-delayclj

(publish-delay this)

The number of milliseconds between two calls to publish function. return nil if you don't want μ/log call the publish function

The number of milliseconds between two calls to `publish` function.
return `nil` if you don't want μ/log call the `publish` function
sourceraw docstring

publisher-factorycljmultimethod

Creates a publisher of the give :type.

Creates a publisher of the give `:type`.
sourceraw docstring

simple-file-publisherclj

(simple-file-publisher {:keys [filename transform] :as config})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close