Liking cljdoc? Tell your friends :D

event-data-common.event-bus

Interact with the Event Bus. Retrieval of Events from the Archive is done by prefix. A callback to a lazy sequence, rather than returning that sequence, is done so that the stream can be closed after. The alternative is buffering a very large amount of data.

Interact with the Event Bus.
Retrieval of Events from the Archive is done by prefix.
A callback to a lazy sequence, rather than returning that sequence, is done so that the stream can be closed after.
The alternative is buffering a very large amount of data.
raw docstring

event-bus-prefixes-lengthclj

(event-bus-prefixes-length length)

event-ids-for-dayclj

(event-ids-for-day the-date)

Retrieve a set of IDs for Events for this date and prefix of the archive.

Retrieve a set of IDs for Events for this date and prefix of the archive.
raw docstring

event-ids-for-prefixclj

(event-ids-for-prefix the-date prefix)

Retrieve a list of IDs for Events for this date and prefix of the archive.

Retrieve a list of IDs for Events for this date and prefix of the archive.
raw docstring

get-eventclj

(get-event event-id)

Retrieve an Event by its ID.

Retrieve an Event by its ID.
raw docstring

hexadecimalclj


jwt-for-sourceclj

(jwt-for-source source-id)

Create a JWT that can

Create a JWT that can 
raw docstring

jwt-for-source-cachedclj


jwt-verifierclj


post-eventclj

(post-event event)

Send an Event to the Bus. Derive an appropriate JWT. Ignore duplicates. Since this may potentially be called more than once with the same Event, it's OK to get a 409 duplicate.

Send an Event to the Bus. Derive an appropriate JWT. Ignore duplicates.
Since this may potentially be called more than once with the same Event, it's OK to get a 409 duplicate.
raw docstring

prefix-lengthclj


prefixesclj


retrieve-events-for-dateclj

(retrieve-events-for-date the-date callback)

Retrieve all events for all prefixes of the given date, keywords for keys.

Retrieve all events for all prefixes of the given date, keywords for keys.
raw docstring

retrieve-events-for-date-prefixclj

(retrieve-events-for-date-prefix the-date prefix callback)

Retrieve a realized list of Events for this date and prefix of the archive, keywords for keys. Calback with lazy seq for flexibility.

Retrieve a realized list of Events for this date and prefix of the archive, keywords for keys.
Calback with lazy seq for flexibility.
raw docstring

retry-delayclj

Time to sleep between unsuccessful HTTP requests. Configurable for tests.

Time to sleep between unsuccessful HTTP requests.
Configurable for tests.
raw docstring

send-eventclj

(send-event event jwt)

Update an extant Event.

Update an extant Event.
raw docstring

wildcard-jwtclj

A minimal JWT for access to the bus.

A minimal JWT for access to the bus.
raw docstring

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

× close