public enum RpcTypeEnum extends java.lang.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(java.lang.String name)
acquireByName.
|
static java.util.List<RpcTypeEnum> |
acquireSupportMetadatas()
acquire operator support Metadata RPC type.
|
static java.util.List<RpcTypeEnum> |
acquireSupports()
acquire operator supports.
|
static java.util.List<RpcTypeEnum> |
acquireSupportSwaggers()
acquire operator support swagger type.
|
static java.util.List<RpcTypeEnum> |
acquireSupportURIs()
acquire operator support URI RPC type.
|
java.lang.String |
getName()
get name.
|
java.lang.Boolean |
getSupport()
get support.
|
static RpcTypeEnum |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public java.lang.Boolean getSupport()
public static java.util.List<RpcTypeEnum> acquireSupports()
public static java.util.List<RpcTypeEnum> acquireSupportURIs()
public static java.util.List<RpcTypeEnum> acquireSupportMetadatas()
public static java.util.List<RpcTypeEnum> acquireSupportSwaggers()
public static RpcTypeEnum acquireByName(java.lang.String name)
name - this is rpc typeCopyright © 2024 The Apache Software Foundation. All rights reserved.