slacker.common

*backlog*

dynamic

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

*debug*

dynamic

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

*extensions*

dynamic

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

*ob-init*

dynamic

Initial Kryo ObjectBuffer size (bytes).

*ob-max*

dynamic

Maximum Kryo ObjectBuffer size (bytes).

*timeout*

dynamic

Timeout for synchronouse call.

slacker-version

with-extensions

macro

(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.