public final class AvroGrpcUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Protocol |
getProtocol(Class iface)
Gets the
Protocol from the Avro Interface. |
static String |
getServiceName(Class iface)
Provides a a unique gRPC service name for Avro RPC interface or its subclass
Callback Interface.
|
public static String getServiceName(Class iface)
iface - Avro RPC interface.public static org.apache.avro.Protocol getProtocol(Class iface)
Protocol from the Avro Interface.Copyright © 2009–2025 The Apache Software Foundation. All rights reserved.