Class RpcRouterConfig


  • public class RpcRouterConfig
    extends Object
    Created by steve on 19/02/17.
    • Constructor Detail

      • RpcRouterConfig

        public RpcRouterConfig()
    • 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)