public interface RpcType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RpcType.Get
An interface to get
RpcType. |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
RpcFactory |
newFactory(Parameters parameters) |
static RpcType |
valueOf(String rpcType)
Parse the given string as a
SupportedRpcType
or a user-defined RpcType. |
static RpcType valueOf(String rpcType)
SupportedRpcType
or a user-defined RpcType.rpcType - The string representation of an RpcType.SupportedRpcType or a user-defined RpcType.String name()
RpcFactory newFactory(Parameters parameters)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.