Liking cljdoc? Tell your friends :D

gateway.domains.agm.core


-handle-messageclj/s

(-handle-message state msg)
source

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
sourceraw docstring

agm-domainclj/s

(agm-domain)
source

AgmDomaincljs

source

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>]
sourceraw docstring

handle-requestclj/smultimethod

source

joinclj/s

(join state source request)
source

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
sourceraw docstring

source-removedclj/s

(source-removed state source _)

Source has disconnected from the system

Source has disconnected from the system
sourceraw docstring

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

× close