Liking cljdoc? Tell your friends :D

jackdaw.streams.xform

Helper functions for working with transducers.

Helper functions for working with transducers.
raw docstring

add-state-store!clj

(add-state-store! builder)
source

fake-kv-storeclj

(fake-kv-store init)

Creates an instance of org.apache.kafka.streams.state.KeyValueStore with overrides for get and put.

Creates an instance of org.apache.kafka.streams.state.KeyValueStore
with overrides for get and put.
sourceraw docstring

kv-store-swap-fnclj

(kv-store-swap-fn store f m)

Takes an instance of KeyValueStore, a function f, and map m, and updates the store in a manner similar to clojure.core/swap!.

Takes an instance of KeyValueStore, a function f, and map m, and
updates the store in a manner similar to `clojure.core/swap!`.
sourceraw docstring

transduce-kstreamclj

(transduce-kstream kstream xf)
source

value-transformerclj

(value-transformer xf)

Creates an instance of org.apache.kafka.streams.kstream.ValueTransformer with overrides for init, transform, and close.

Creates an instance of org.apache.kafka.streams.kstream.ValueTransformer
with overrides for init, transform, and close.
sourceraw docstring

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

× close