Skip to content

Commit

Permalink
chore(engine): apply review hint
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Feb 22, 2021
1 parent c902242 commit 634c1af
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -42,9 +42,9 @@ public interface MessageRecordValue extends RecordValueWithVariables {
long getTimeToLive();

/**
* @return the unix timestamp until when the message can be correlated. If the deadline is
* exceeded then the message expires and is removed. If this property is not set, it returns
* -1 instead.
* @return the unix timestamp in milliseconds until when the message can be correlated. If the
* deadline is exceeded then the message expires and will be removed. If this property is not
* set, it returns -1 instead.
*/
long getDeadline();
}

0 comments on commit 634c1af

Please sign in to comment.