@voicenter-team/mysql-dynamic-cluster
Version:
Galera cluster with implementation of dynamic choose mysql server for queries, caching, hashing it and metrics
14 lines • 464 B
JavaScript
;
/**
* Created by Bohdan on Mar, 2022
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExchangeType = void 0;
var ExchangeType;
(function (ExchangeType) {
ExchangeType["TOPIC"] = "topic";
ExchangeType["HEADERS"] = "headers";
ExchangeType["FANOUT"] = "fanout";
ExchangeType["DIECT"] = "dierct";
})(ExchangeType = exports.ExchangeType || (exports.ExchangeType = {}));
//# sourceMappingURL=AmqpInterfaces.js.map