Liking cljdoc? Tell your friends :D

thrift-clj.gen.services

Thrift Service Import

Thrift Service Import
raw docstring

defservicecljmacro

(defservice id service-cls & implementation)

Define var containing the service.

Define var containing the service.
sourceraw docstring

defservice-fncljmacro

(defservice-fn id service-cls bindings & implementation)

Create function for service generation.

Create function for service generation.
sourceraw docstring

generate-thrift-service-importsclj

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

iface->processorcljmultimethod

Multimethod that converts an Iface to a Processor.

Multimethod that converts an Iface to a Processor.
sourceraw docstring

map->ifacecljmultimethod

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

servicecljmacro

(service service-cls & implementation)

Implement the given, previously imported Service.

Implement the given, previously imported Service.
sourceraw docstring

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

× close