Liking cljdoc? Tell your friends :D

gateway.domains.agm.mthds


registerclj/s

(register state source request)
source

register-with-consumerclj/s

(register-with-consumer state provider methods consumer)

Registers methods from a given provider to a given consumer.

It is assumed that the consumer and the provider can see each other

Registers methods from a given provider to a given consumer.

It is assumed that the consumer and the provider can see each other
sourceraw docstring

remove-methods-from-consumerclj/s

(remove-methods-from-consumer state provider-id consumer-id)
(remove-methods-from-consumer state provider-id consumer locator method-ids)

Removes all methods of a given provider from a consumer. Generates announcement messages for the actually removed methods (those that were visible to the consumer)

Removes all methods of a given provider from a consumer. Generates announcement messages for the
actually removed methods (those that were visible to the consumer)
sourceraw docstring

unregisterclj/s

(unregister state source request)
source

visible-messagesclj/s

(visible-messages provider methods consumer)
source

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

× close