Liking cljdoc? Tell your friends :D

io.matcher.client

api-library for using Matcher

api-library for using Matcher
raw docstring

*-transactor-*clj

source

do-requestsclj

(do-requests requests callback)

asynchrounously executes all the given requests and executes callback after all

asynchrounously executes all the given requests and executes callback after all
sourceraw docstring

do-sync-requestsclj

(do-sync-requests requests)

synchrounously executes all the given requests

synchrounously executes all the given requests
sourceraw docstring

make-delivery-handlerclj

(make-delivery-handler listeners match-listener)
source

place-asyncclj

(place-async &
             {:keys [properties capabilities match ttl callback]
              :or {ttl default-ttl}})

places request asynchronously on the matcher

places request asynchronously on the matcher
sourceraw docstring

place-syncclj

(place-sync & {:keys [properties capabilities match ttl] :or {ttl default-ttl}})

places request on the matcher

places request on the matcher
sourceraw docstring

retract-asyncclj

(retract-async id callback)

retracts the request asynchronously with the given id

retracts the request asynchronously with the given id
sourceraw docstring

retract-syncclj

(retract-sync id)

retracts the request with the given id

retracts the request with the given id
sourceraw docstring

Transactorcljprotocol

closeclj

(close this)

request-asyncclj

(request-async this request listener)

request-syncclj

(request-sync this request)
source

transactorclj

(transactor connection output-queue-name match-listener)

creates Transactor implementation for the given connection, input queue name and match-listener, which is call on matching

creates Transactor implementation for the given connection, input queue name and match-listener, which is call on matching
sourceraw docstring

update-asyncclj

(update-async &
              {:keys [id properties capabilities match ttl callback]
               :or {ttl default-ttl}})

updates the request(placed earlier) asyncrhonously with the give id

updates the request(placed earlier) asyncrhonously with the give id
sourceraw docstring

update-syncclj

(update-sync &
             {:keys [id properties capabilities match ttl]
              :or {ttl default-ttl}})

updates the request(placed earlier) with the give id

updates the request(placed earlier) with the give id
sourceraw docstring

with-matchercljmacro

(with-matcher transactor & actions)
source

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

× close