Liking cljdoc? Tell your friends :D

clj-nakadi-java.core


->camel-caseclj

(->camel-case kebab)
source

->raw-event-stream-configclj

(->raw-event-stream-config event-type-or-stream-config)
source

->subscription-stream-configclj

(->subscription-stream-config config-map)

Converts a hash-map to an instance of StreamConfiguration. Keys which do not correspond to variables of StreamConfiguration are ignored.

Converts a hash-map to an instance of StreamConfiguration.
Keys which do not correspond to variables of StreamConfiguration are ignored.
sourceraw docstring

consume-raw-eventsclj

(consume-raw-events client event-type-or-stream-config callback)
source

consume-subscriptioncljmultimethod

Starts consuming a subscription. Config can be either a string, a map, or an instance of StreamConfiguration. Strings and maps are internally converted to instances of StreamConfiguration. In case config is a map, its keys must correspond to the variables of StreamConfiguration. In case config is a string, it must be the subscription id.

Starts consuming a subscription.
Config can be either a string, a map, or an instance of StreamConfiguration.
Strings and maps are internally converted to instances of StreamConfiguration.
In case config is a map, its keys must correspond to the variables of StreamConfiguration.
In case config is a string, it must be the subscription id.
sourceraw docstring

make-clientclj

(make-client nakadi-url get-token-fn)
source

make-observer-providerclj

(make-observer-provider callback)
source

make-token-providerclj

(make-token-provider get-token-fn)
source

method-exists?clj

(method-exists? method)
source

publish-eventsclj

(publish-events client event-type events)
source

set-paramclj

(set-param streamConfigInstance k v)
source

str-invokeclj

(str-invoke instance method-str & args)
source

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

× close