Liking cljdoc? Tell your friends :D

slacker.common


*backlog*clj

Max on-the-fly requests the client can have. Set to 0 to disable flow control.

Max on-the-fly requests the client can have. Set to 0 to disable flow control.
sourceraw docstring

*debug*clj

Debug flag. This flag can be override by binding if you like to see some debug output.

Debug flag. This flag can be override by binding if you like to see some debug output.
sourceraw docstring

*extensions*clj

Request extension map, keyed by an integer as extension id.

Request extension map, keyed by an integer as extension id.
sourceraw docstring

*ob-init*clj

Initial Kryo ObjectBuffer size (bytes).

Initial Kryo ObjectBuffer size (bytes).
sourceraw docstring

*ob-max*clj

Maximum Kryo ObjectBuffer size (bytes).

Maximum Kryo ObjectBuffer size (bytes).
sourceraw docstring

*timeout*clj

Timeout for synchronouse call.

Timeout for synchronouse call.
sourceraw docstring

slacker-versionclj

source

with-extensionscljmacro

(with-extensions ext-map & body)

Setting extension data for this invoke. Extension data is a map, keyed by an integer extension id, the value can be any serializable data structure. Extension map will be sent to remote server using same content type with the request body.

Setting extension data for this invoke. Extension data is a map, keyed by an integer
extension id, the value can be any serializable data structure. Extension map will be
sent to remote server using same content type with the request body.
sourceraw docstring

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

× close