API for anansi.streamscapes.streamscapes
by
Eric Harris-Braun
Usage:
(ns your-namespace
(:require anansi.streamscapes.streamscapes))
Overview
Streamscapes receptor
Public Variables and Functions
do-identify
function
Usage: (do-identify _r params)
(do-identify _r {identifiers :identifiers, attrs :attributes} throw-if-exists)
add an identity receptor into the streamscape, scaping the identifiers and attributes appropriately
do-incorporate
function
Usage: (do-incorporate _r _f {id :id, from :from, to :to, aspect :aspect, envelope :envelope, content :content})
add a droplet receptor into the streamscape
find-identities
function
Usage: (find-identities _r identifiers)
given a set of identifiers return a lazy seq of all the identities that match those identifiers
find-identity-by-identifier
function
Usage: (find-identity-by-identifier _r identifier value)
given an identifier name and identifier value return the identity address if it exists