Liking cljdoc? Tell your friends :D
Clojure only.

org.purefn.sentenza.proto


Pipelinecljprotocol

cleanupclj

(cleanup this state)

Destroy any transient state created by init for a particular send.

Destroy any transient state created by init for a particular send.

initclj

(init this args)

Initialize any transient state specific to a particular send.

Initialize any transient state specific to a particular send.

runclj

(run this state source)

Provides the source seq/chan and lets the provider begin processing.

Provides the source seq/chan and lets the provider begin processing.

sourceclj

(source this state)

Return a sequential collection of source records that will be fed into the pipeline.

Return a sequential collection of source records that will be fed into the pipeline.

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

× close