![JAR search and dependency download from the Maven repository](/logo.png)
akka.grpc.interop.GrpcClient.scala Maven / Gradle / Ivy
/*
* Copyright (C) 2018-2023 Lightbend Inc.
*/
package akka.grpc.interop
/**
* Glue code to start a gRPC client (either akka-grpc or io.grpc) to test with
*/
abstract class GrpcClient {
def run(args: Array[String]): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy