Liking cljdoc? Tell your friends :D

d-core.core.producers.protocol


produceclj

(produce producer msg-map)
(produce producer msg-map options)

Convenience wrapper for (produce! producer msg-map options).

Convenience wrapper for (produce! producer msg-map options).
raw docstring

Producercljprotocol

produce!clj

(produce! producer msg-map options)

Produce a message.

  • msg-map: portable representation of the message
  • options: backend/routing extras (topic/queue, headers, partitions, etc.)

Returns an ack map.

Produce a message.

- msg-map: portable representation of the message
- options: backend/routing extras (topic/queue, headers, partitions, etc.)

Returns an ack map.

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