Liking cljdoc? Tell your friends :D

gateway.domains.agm.mthds


registerclj/s

(register state source request)

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
raw 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)
raw docstring

unregisterclj/s

(unregister state source request)

visible-messagesclj/s

(visible-messages provider methods consumer)

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

× close