(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
(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)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close