Liking cljdoc? Tell your friends :D

gateway.domains.agm.core


-handle-messageclj/s

(-handle-message state msg)

add-peerclj/s

(add-peer state receiver new-peer existing-peer)

Adds a new peer to the list of peers of an existing peer. Only the local peers receive announcement messages

Adds a new peer to the list of peers of an existing peer. Only the local peers receive announcement messages
raw docstring

agm-domainclj/s

(agm-domain)

AgmDomaincljs


handle-errorclj/s

(handle-error state source request)

Handles an error that is coming as a response to either an invocation on subscription.

Returns [<new state> <messages>]

Handles an error that is coming as a response to either an invocation on subscription.

Returns [<new state> <messages>]
raw docstring

handle-requestclj/smultimethod


joinclj/s

(join state source request)

remove-peerclj/s

(remove-peer state peer reason)

Peer is leaving the domain.

Updates the state and generates messages for the peer and its registered methods being removed

Peer is leaving the domain.

Updates the state and generates messages for the peer and its registered methods being removed
raw docstring

source-removedclj/s

(source-removed state source _)

Source has disconnected from the system

Source has disconnected from the system
raw docstring

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

× close