Class ClockController

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

@CamundaRestController @RequestMapping("/v2/clock") public class ClockController extends Object
  • Constructor Details

    • ClockController

      @Autowired public ClockController(ClockServices clockServices)
  • Method Details

    • pinClock

      @PutMapping(produces={"application/json","application/problem+json"}, consumes="application/json") public CompletableFuture<org.springframework.http.ResponseEntity<Object>> pinClock(@RequestBody ClockPinRequest pinRequest)
    • resetClock

      @PostMapping(path="/reset", produces={"application/json","application/problem+json"}) public CompletableFuture<org.springframework.http.ResponseEntity<Object>> resetClock()