Class BcRegistryController


  • @RestController
    @RequestMapping("#{ (${tesler.api.use-servlet-context-path} == true) ? \'\':  \'${tesler.api.path}\'}/bc-registry")
    public class BcRegistryController
    extends Object
    • Constructor Detail

      • BcRegistryController

        public BcRegistryController()
    • Method Detail

      • invalidateCache

        @RequestMapping(method=GET,
                        value="invalidate-cache")
        public ResponseDTO invalidateCache()