@mdf.js/service-registry
Version:
MMS - API - Service Registry
15 lines • 895 B
TypeScript
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
export { Health, Layer } from '@mdf.js/core';
export { LoggerConfig, LoggerInstance } from '@mdf.js/logger';
export { CommandJobHandler, ConsumerOptions, Control, ResolverMap } from '@mdf.js/openc2';
export { Setup } from '@mdf.js/service-setup-provider';
export { RetryOptions } from '@mdf.js/utils';
export { ErrorRecord, ExtendedCrashObject, ExtendedMultiObject, ObservabilityServiceOptions, } from './observability';
export { ServiceRegistry } from './ServiceRegistry';
export type { BootstrapOptions, ConsumerAdapterOptions, CustomSetting, CustomSettings, ServiceRegistryOptions, ServiceRegistrySettings, ServiceSetting, } from './types';
//# sourceMappingURL=index.d.ts.map