(->client [url port])
(->server conf handle-fn)
(brokers->brokers-by-id brokers)
(initClient this)
(stop this)
(stopped? this)
(write this data)
(init this)
(data->out-stream out-stream send-data)
(deserialize this val)
(in-stream->deserialized-data in-stream)
(make-comm success?)
(make-comm value success?)
(make-comm type key value)
(make-comm type key value success?)
(make-comm type key topic value auto-commit?)
(make-comm type brokers key topic value auto-commit? success? error)
(make-error-comm error)
(getType this)
(success? this)
(setKey this key)
(replicate? this)
(getError this)
(getBrokers this)
(getKey this)
(setError this error)
(getValue this)
(getTs this)
(setType this type)
(setValue this value)
(setBrokers this brokers)
(setTopic this topic)
(getTopic this)
(auto-commit? this)
(setTs this ts)
(multi-addresses->broker-by-id addresses)
(serialize this val)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close