UNPKG

keep-observers

Version:

This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers

13 lines (12 loc) 336 B
import keepObserverPipe from '../index'; declare class MessageQueue { isRun: boolean; private messageQueue; private $pipe; private consumerMap; private noticeListener; sendPipeMessage: any; registerRecivePipeMessage: any; constructor(config: any, $pipe: keepObserverPipe); } export default MessageQueue;