# AkkaGrpc generate stubs

**URL:** https://discuss.akka.io/t/akkagrpc-generate-stubs/6241
**Category:** Akka gRPC
**Created:** [April 10, 2020, 4:20pm UTC](https://discuss.akka.io/t/akkagrpc-generate-stubs/6241 "2020-04-10T16:20:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![yvesnyc](https://avatars.discourse-cdn.com/v4/letter/y/8491ac/32.png) [@yvesnyc](https://discuss.akka.io/u/yvesnyc)
#### Post date: [April 10, 2020, 4:20pm UTC](https://discuss.akka.io/t/akkagrpc-generate-stubs/6241/1 "2020-04-10T16:20:58Z")

</div>

I want to use the regular stub and channel mechanism of Grpc along with the builtin AkkaGRPC AkkaHttp stream mechanism. How can I get access to the classic Grpc async and blocking stub methods that ScalaPB would generate?

Thanks.
