Kotlin Generator
class KotlinGenerator
Functions
Link copied to clipboard
fun generatedServiceName(service: Service, rpc: Rpc? = null, isImplementation: Boolean = false): ClassName
Link copied to clipboard
Generates TypeSpecs for gRPC adapter for the given service.
Link copied to clipboard
Example
Link copied to clipboard
Generates all TypeSpecs for the given Service.
Link copied to clipboard