接口 MicroServiceExporterAgent

所有已知实现类:
MicroServiceExporterController

public interface MicroServiceExporterAgent
  • 字段详细资料

  • 方法详细资料

    • findByIds

      @GetMapping("/jimmerMicroServiceBridge/byIds") void findByIds(@RequestParam("ids") String idArrStr, @RequestParam("fetcher") String fetcherStr, javax.servlet.http.HttpServletResponse response) throws Exception
      抛出:
      Exception
    • findByAssociatedIds

      @GetMapping("/jimmerMicroServiceBridge/byAssociatedIds") void findByAssociatedIds(@RequestParam("prop") String prop, @RequestParam("targetIds") String targetIdArrStr, @RequestParam("fetcher") String fetcherStr, javax.servlet.http.HttpServletResponse response) throws Exception
      抛出:
      Exception