public enum RpcTypeEnum extends Enum<RpcTypeEnum>
| Enum Constant and Description |
|---|
DUBBO
Dubbo rpc type enum.
|
GRPC
grpc.
|
HTTP
Http rpc type enum.
|
MOTAN
motan.
|
SOFA
Sofa rpc type enum.
|
SPRING_CLOUD
springCloud rpc type enum.
|
TARS
Tars rpc type enum.
|
WEB_SOCKET
Web socket rpc type enum.
|
| Modifier and Type | Method and Description |
|---|---|
static RpcTypeEnum |
acquireByName(String name)
acquireByName.
|
static List<RpcTypeEnum> |
acquireSupportMetadatas()
acquire operator support Metadata RPC type.
|
static List<RpcTypeEnum> |
acquireSupports()
acquire operator supports.
|
static List<RpcTypeEnum> |
acquireSupportURIs()
acquire operator support URI RPC type.
|
static RpcTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RpcTypeEnum HTTP
public static final RpcTypeEnum DUBBO
public static final RpcTypeEnum SOFA
public static final RpcTypeEnum TARS
public static final RpcTypeEnum WEB_SOCKET
public static final RpcTypeEnum SPRING_CLOUD
public static final RpcTypeEnum MOTAN
public static final RpcTypeEnum GRPC
public static RpcTypeEnum[] values()
for (RpcTypeEnum c : RpcTypeEnum.values()) System.out.println(c);
public static RpcTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static List<RpcTypeEnum> acquireSupports()
public static List<RpcTypeEnum> acquireSupportURIs()
public static List<RpcTypeEnum> acquireSupportMetadatas()
public static RpcTypeEnum acquireByName(String name)
name - this is rpc typeCopyright © 2021 The Apache Software Foundation. All rights reserved.