Interface HvlBpmnIntegrationRestService


@HvlPublicFeignRestService @FeignClient(name="bpmnIntegrationRestService") public interface HvlBpmnIntegrationRestService
A restful service interface which provides endpoint for bpmn engine adapter rest calls.
  • Method Summary

    Modifier and Type
    Method
    Description
    tr.com.havelsan.javarch.service.data.HvlResponse<Void>
    integrate(Map<String,Object> payload, String type)
    Integrates.
  • Method Details

    • integrate

      @PostMapping(path="/integrate", consumes="application/json") tr.com.havelsan.javarch.service.data.HvlResponse<Void> integrate(@RequestBody Map<String,Object> payload, @RequestParam("type") String type)
      Integrates.
      Parameters:
      payload - the payload
      type - the type
      Returns:
      the hvl response