UNPKG

@nelts/dubbo

Version:

dubbo for nelts worker

20 lines (19 loc) 968 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DecoratorNameSpace; (function (DecoratorNameSpace) { DecoratorNameSpace["RPC_PROVIDER"] = "injection:tagged_class"; DecoratorNameSpace["RPC_INTERFACE"] = "Rpc.Interface"; DecoratorNameSpace["RPC_METHOD"] = "Rpc.Method"; DecoratorNameSpace["RPC_VERSION"] = "Rpc.Version"; DecoratorNameSpace["RPC_GROUP"] = "Rpc.Group"; DecoratorNameSpace["RPC_DELAY"] = "Rpc.Delay"; DecoratorNameSpace["RPC_RETRIES"] = "Rpc.Retries"; DecoratorNameSpace["RPC_TIMEOUT"] = "Rpc.Timeout"; DecoratorNameSpace["RPC_MIDDLEWARE"] = "Rpc.Middleware"; DecoratorNameSpace["RPC_PARAMETERS"] = "Rpc.Parameters"; DecoratorNameSpace["RPC_RESPONSE"] = "Rpc.Response"; DecoratorNameSpace["RPC_DESCRIPTION"] = "Rpc.Description"; DecoratorNameSpace["RPC_SUMMARY"] = "Rpc.Summary"; })(DecoratorNameSpace || (DecoratorNameSpace = {})); exports.default = DecoratorNameSpace;