Interface ClockPinCommandStep1
- All Superinterfaces:
FinalCommandStep<PinClockResponse>
- All Known Implementing Classes:
ClockPinCommandImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiontime(long timestamp) Deprecated.Specifies the exact time to which the Zeebe engine's internal clock should be pinned using an epoch timestamp in milliseconds.Deprecated.Specifies the exact time to which the Zeebe engine's internal clock should be pinned using anInstantobject.Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
time
Deprecated.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
Deprecated.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.
-
ClockPinCommandStep1