Class LicenseController

java.lang.Object
io.camunda.zeebe.gateway.rest.controller.LicenseController

@CamundaRestController @RequestMapping(path="/v2") public class LicenseController extends Object
  • Constructor Details

    • LicenseController

      public LicenseController()
  • Method Details

    • get

      @GetMapping(path="/license", produces="application/json") public LicenseResponse get()