@dolittle/sdk.services
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
13 lines • 834 B
JavaScript
;
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports.IReverseCallClient = void 0;
const rxjs_1 = require("rxjs");
/**
* Defines a client for reverse calls coming from the server to the client.
*/
class IReverseCallClient extends rxjs_1.Observable {
}
exports.IReverseCallClient = IReverseCallClient;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSVJldmVyc2VDYWxsQ2xpZW50LmpzIiwic291cmNlUm9vdCI6Ii4uLyIsInNvdXJjZXMiOlsiSVJldmVyc2VDYWxsQ2xpZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSwrQ0FBK0M7QUFDL0MscUdBQXFHOzs7QUFFckcsK0JBQWtDO0FBU2xDOztHQUVHO0FBQ0gsTUFBc0Isa0JBQXFDLFNBQVEsaUJBQTRCO0NBQUc7QUFBbEcsZ0RBQWtHIn0=