Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
 
 

Repository files navigation

nestjs-cloud-pubsub

Actions Status Coverage Status

The @google-cloud/pubsub NestJS module

Install

npm install nestjs-cloud-pubsub @google-cloud/pubsub

Usage

@Module({
  imports: [PubsubModule.forRoot({})],
})
export class AppModule {}

Inject Pubsub instance

@Injectable()
export class AppService {
  constructor(
    @InjectPubsub()
    private readonly pubsub: Pubsub
  ) {}
}

Contributing

PRs accepted.

License

MIT © CADDi Co.,Ltd

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages