Liking cljdoc? Tell your friends :D

dumpa.binlog


event-listenerclj

(event-listener out)
source

lifecycle-listenerclj

(lifecycle-listener)
source

new-binlog-clientclj

(new-binlog-client {:keys [host port user password server-id
                           stream-keepalive-interval stream-keepalive-timeout]}
                   {:keys [file position]}
                   out)

Create a new binary log client for connecting to database using the conenction parameters host port user password and server-id. The client will start reading binary log at given file and position. Events are written to out channel. Out is closed on client disconnect.

Create a new binary log client for connecting to database using the
conenction parameters host port user password and server-id. The
client will start reading binary log at given file and
position. Events are written to out channel. Out is closed on client
disconnect.
sourceraw docstring

start-clientclj

(start-client client timeout)
source

stop-clientclj

(stop-client client)
source

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

× close