UNPKG

rsocket-rxjs

Version:
10 lines (9 loc) 258 B
export class FluentRequest { constructor( // private requester: RSocketRoutingRequester, _route, _data, _authentication) { this._route = _route; this._data = _data; this._authentication = _authentication; } }