Liking cljdoc? Tell your friends :D

openadr3.vtn.storage

VTN storage protocol definition.

VTN storage protocol definition.
raw docstring

VtnStoragecljprotocol

Protocol for VTN object persistence. All methods work with raw camelCase maps (the JSON wire format). Handlers add objectMetadata (id, timestamps, objectType) before storing.

Protocol for VTN object persistence.
All methods work with raw camelCase maps (the JSON wire format).
Handlers add objectMetadata (id, timestamps, objectType) before storing.

update-subscriptionclj

(update-subscription store id sub)

create-subscriptionclj

(create-subscription store sub)

get-subscriptionclj

(get-subscription store id)

list-programsclj

(list-programs store opts)

create-programclj

(create-program store program)

get-eventclj

(get-event store id)

delete-eventclj

(delete-event store id)

delete-programclj

(delete-program store id)

delete-subscriptionclj

(delete-subscription store id)

update-programclj

(update-program store id program)

list-eventsclj

(list-events store opts)

get-programclj

(get-program store id)

update-eventclj

(update-event store id event)

list-subscriptionsclj

(list-subscriptions store opts)

create-eventclj

(create-event store event)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close