Liking cljdoc? Tell your friends :D

dumpa.events

Parsing of native Binlog client event types to clojure data.

Parsing of native Binlog client event types to clojure data.
raw docstring

delete-parserclj

(delete-parser data)
source

event-dataclj

(event-data event)

Extract the data part of event.

Extract the data part of event.
sourceraw docstring

event-mappingsclj

source

event-metaclj

(event-meta event)

Extract the metadata part of event.

Extract the metadata part of event.
sourceraw docstring

event-parserclj

(event-parser body-parser)

Build an event parser from the given body parser by adding the standard header parsing functionality. Body parser must return a tuple of [parsed-event-type parsed-event-data] or nil. In case of nil the event is to be ignored and nil is returned from the final parser.

The final return type of an event-parser is: [parsed-event-type parsed-body parsed-header] or nil.

Build an event parser from the given body parser by adding the
standard header parsing functionality. Body parser must return a
tuple of [parsed-event-type parsed-event-data] or nil. In case of
nil the event is to be ignored and nil is returned from the final
parser.

The final return type of an event-parser is:
[parsed-event-type parsed-body parsed-header] or nil.
sourceraw docstring

event-parsersclj

source

event-typeclj

(event-type event)

Extract the event type keyword from event.

Extract the event type keyword from event.
sourceraw docstring

header-parserclj

(header-parser header)
source

parse-eventclj

(parse-event payload)

Parse native Binlog client event to Clojure data. Returns nil if the event has no parsing logic defined.

Parse native Binlog client event to Clojure data. Returns nil if
the event has no parsing logic defined.
sourceraw docstring

query-parserclj

(query-parser data)
source

rotate-parserclj

(rotate-parser data)
source

stop-parserclj

(stop-parser data)
source

table-map-parserclj

(table-map-parser data)
source

update-parserclj

(update-parser data)
source

write-parserclj

(write-parser data)
source

xid-parserclj

(xid-parser data)
source

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

× close