Package io.camunda.client.api.command
Interface PinClockCommandStep1
- All Superinterfaces:
FinalCommandStep<PinClockResponse>
- All Known Implementing Classes:
PinClockCommandImpl
-
Method Summary
Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
time
Specifies the exact time to which the Zeebe engine's internal clock should be pinned using an epoch timestamp in milliseconds.- Parameters:
timestamp- the epoch time in milliseconds to which the clock should be pinned- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
time
Specifies the exact time to which the Zeebe engine's internal clock should be pinned using anInstantobject.- Parameters:
instant- theInstantto which the clock should be pinned- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-