Thrift Service Import
Thrift Service Import
(defservice id service-cls & implementation)
Define var containing the service.
Define var containing the service.
(defservice-fn id service-cls bindings & implementation)
Create function for service generation.
Create function for service generation.
(generate-thrift-service-imports service-map)
Import Thrift services given as a map of service-class/service-name pairs.
Import Thrift services given as a map of service-class/service-name pairs.
Multimethod that converts an Iface to a Processor.
Multimethod that converts an Iface to a Processor.
Multimethod that can create a the service's inner Iface
by dispatching
a map of method-keyword/function pairs using a class.
Multimethod that can create a the service's inner `Iface` by dispatching a map of method-keyword/function pairs using a class.
(service service-cls & implementation)
Implement the given, previously imported Service.
Implement the given, previously imported Service.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close