Package com.networknt.rpc.router
Class RpcRouterConfig
- java.lang.Object
-
- com.networknt.rpc.router.RpcRouterConfig
-
public class RpcRouterConfig extends Object
Created by steve on 19/02/17.
-
-
Constructor Summary
Constructors Constructor Description RpcRouterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetFormPath()StringgetHandlerPackage()StringgetJsonPath()StringgetResourcesBasePath()booleanisRegisterService()voidsetDescription(String description)voidsetFormPath(String formPath)voidsetHandlerPackage(String handlerPackage)voidsetJsonPath(String jsonPath)voidsetRegisterService(boolean registerService)voidsetResourcesBasePath(String resourcesBasePath)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getHandlerPackage
public String getHandlerPackage()
-
setHandlerPackage
public void setHandlerPackage(String handlerPackage)
-
getJsonPath
public String getJsonPath()
-
setJsonPath
public void setJsonPath(String jsonPath)
-
getFormPath
public String getFormPath()
-
setFormPath
public void setFormPath(String formPath)
-
getResourcesBasePath
public String getResourcesBasePath()
-
setResourcesBasePath
public void setResourcesBasePath(String resourcesBasePath)
-
isRegisterService
public boolean isRegisterService()
-
setRegisterService
public void setRegisterService(boolean registerService)
-
-