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 / decorators / event-pattern.decorator.d.ts
Size: Mime:
/**
 * Subscribes to incoming events which fulfils chosen pattern.
 */
export declare const EventPattern: <T = string>(metadata?: T, transport?: number) => MethodDecorator;