-
Method Summary
Specifies the exact time to which the Zeebe engine's internal clock should be pinned using an
epoch timestamp in milliseconds.
Specifies the exact time to which the Zeebe engine's internal clock should be pinned using an
Instant object.
-
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 an
Instant object.
- Parameters:
instant - the Instant 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.