vertx3-eventbus-rx-client
Version:
RxJS powered Event Bus client for Vert.x 3
10 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var State;
(function (State) {
State[State["CONNECTING"] = 0] = "CONNECTING";
State[State["OPEN"] = 1] = "OPEN";
State[State["CLOSING"] = 2] = "CLOSING";
State[State["CLOSED"] = 3] = "CLOSED";
})(State = exports.State || (exports.State = {}));
//# sourceMappingURL=state.js.map