Repository URL to install this package:
|
Version:
7.0.10 ▾
|
import { CustomTransportStrategy, MicroserviceOptions } from '../interfaces';
import { Server } from './server';
export declare class ServerFactory {
static create(microserviceOptions: MicroserviceOptions): Server & CustomTransportStrategy;
}