Liking cljdoc? Tell your friends :D

curator.exhibitor


backup-connection-providerclj

(backup-connection-provider connection-string)

exhibitor-ensemble-providerclj

(exhibitor-ensemble-provider exhibitors
                             &
                             {:keys [rest-client uri polling-ms retry-policy]
                              :or {rest-client (DefaultExhibitorRestClient.)
                                   uri "/exhibitor/v1/cluster/list"
                                   polling-ms (* 10 1000)
                                   retry-policy (exponential-retry 1000 10)}})

exhibitorsclj

(exhibitors hosts port backup-connection-string)

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

× close