@nestjs/microservices
Version:
Nest - modern, fast, powerful node.js web framework (@microservices)
15 lines (14 loc) • 817 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientProxyFactory = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./client-grpc"), exports);
tslib_1.__exportStar(require("./client-kafka"), exports);
tslib_1.__exportStar(require("./client-mqtt"), exports);
tslib_1.__exportStar(require("./client-nats"), exports);
tslib_1.__exportStar(require("./client-proxy"), exports);
var client_proxy_factory_1 = require("./client-proxy-factory");
Object.defineProperty(exports, "ClientProxyFactory", { enumerable: true, get: function () { return client_proxy_factory_1.ClientProxyFactory; } });
tslib_1.__exportStar(require("./client-redis"), exports);
tslib_1.__exportStar(require("./client-rmq"), exports);
tslib_1.__exportStar(require("./client-tcp"), exports);
;