Liking cljdoc? Tell your friends :D

taoensso.sente.server-adapters.community.undertow


get-sch-adapterclj

(get-sch-adapter)
(get-sch-adapter {:as opts
                  :keys [ajax-resp-timeout-ms]
                  :or {ajax-resp-timeout-ms (* 60 1000)}})

Returns a Sente ServerChan adapter for ring-undertow-adapter [1].

Options: :ajax-resp-timeout-ms - Max msecs to wait for Ajax responses (default 60 secs), exception thrown on timeout.

[1] Ref. https://github.com/luminus-framework/ring-undertow-adapter.

Returns a Sente `ServerChan` adapter for `ring-undertow-adapter` [1].

Options:
   `:ajax-resp-timeout-ms` - Max msecs to wait for Ajax responses (default 60 secs),
                             exception thrown on timeout.

[1] Ref. <https://github.com/luminus-framework/ring-undertow-adapter>.
raw docstring

ISenteUndertowAjaxChannelcljprotocol

ajax-read!clj

(ajax-read! sch)

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

× close