Class ClockController
java.lang.Object
io.camunda.zeebe.gateway.rest.controller.ClockController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> pinClock(ClockPinRequest pinRequest) CompletableFuture<org.springframework.http.ResponseEntity<Object>>
-
Constructor Details
-
ClockController
-
-
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()
-