{"version":3,"sources":["../../../packages/core/rpc/notification/rpc-notification-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,OAAO,CAAC,IAAI,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD","file":"rpc-notification-handler.d.ts","sourcesContent":["import { RpcNotification } from './rpc-notification-model';\r\n\r\n/**\r\n * Rpc notification sever side handler interface.\r\n */\r\nexport interface RpcNotificationHandler {\r\n    handler(data: RpcNotification): Promise<void>;\r\n}\r\n"]}