public class ClientRegisterConfigImpl extends java.lang.Object implements ClientRegisterConfig
| Constructor and Description |
|---|
ClientRegisterConfigImpl(org.apache.shenyu.register.common.config.ShenyuClientConfig shenyuClientConfig,
org.apache.shenyu.common.enums.RpcTypeEnum rpcTypeEnum,
org.springframework.context.ApplicationContext applicationContext,
org.springframework.core.env.Environment env) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAddPrefixed()
Gets addPrefixed.
|
java.lang.String |
getAppName()
Gets appName.
|
java.lang.String |
getContextPath()
Gets contextPath.
|
java.lang.String |
getHost()
Gets host.
|
java.lang.String |
getIpAndPort()
Gets ipAndPort.
|
java.lang.Integer |
getPort()
Gets port.
|
org.apache.shenyu.common.enums.RpcTypeEnum |
getRpcTypeEnum()
Gets rpcTypeEnum.
|
public ClientRegisterConfigImpl(org.apache.shenyu.register.common.config.ShenyuClientConfig shenyuClientConfig,
org.apache.shenyu.common.enums.RpcTypeEnum rpcTypeEnum,
org.springframework.context.ApplicationContext applicationContext,
org.springframework.core.env.Environment env)
public java.lang.Integer getPort()
ClientRegisterConfiggetPort in interface ClientRegisterConfigpublic java.lang.String getHost()
ClientRegisterConfiggetHost in interface ClientRegisterConfigpublic java.lang.String getAppName()
ClientRegisterConfiggetAppName in interface ClientRegisterConfigpublic java.lang.String getContextPath()
ClientRegisterConfiggetContextPath in interface ClientRegisterConfigpublic java.lang.String getIpAndPort()
ClientRegisterConfiggetIpAndPort in interface ClientRegisterConfigpublic java.lang.Boolean getAddPrefixed()
ClientRegisterConfiggetAddPrefixed in interface ClientRegisterConfigpublic org.apache.shenyu.common.enums.RpcTypeEnum getRpcTypeEnum()
ClientRegisterConfiggetRpcTypeEnum in interface ClientRegisterConfigCopyright © 2023 The Apache Software Foundation. All rights reserved.