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

23 lines (22 loc) 711 B
import { KeepObserverPublic } from '@util/index'; import keepObserverPipe from './pipe/index'; import PipeUser from './pipe/PipeUser/index'; import WatchDog from './pipe/WatchDog/index'; import MessageQueue from './pipe/MQ/index'; export { keepObserverPipe, PipeUser, WatchDog, MessageQueue }; declare class KeepObserver extends KeepObserverPublic { private _config; private _pipe; private _apis; private middleScopeNames; readonly _publicMiddleScopeNames: string[]; private updateVersionClearCache; private registerApi; apis: any; useMiddle: any; getRunMiddle: any; extendReportParams: any; use: any; constructor(config?: {}); } export default KeepObserver;