Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@nestjs/microservices / server / server-factory.d.ts
Size: Mime:
import { CustomTransportStrategy, MicroserviceOptions } from '../interfaces';
import { Server } from './server';
export declare class ServerFactory {
    static create(microserviceOptions: MicroserviceOptions): Server & CustomTransportStrategy;
}