You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of TimestampProcessor.getTimestamp(...) is inefficient in cases were the type of the message whose timestamp is extracted is knwon (it runs with refelctions). An example is ActionProcessor.getInitialAction(...). Thus, we should provide a method that just converts a given timestamp (message or builder) to a provided unit.
The text was updated successfully, but these errors were encountered:
The usage of TimestampProcessor.getTimestamp(...) is inefficient in cases were the type of the message whose timestamp is extracted is knwon (it runs with refelctions). An example is ActionProcessor.getInitialAction(...). Thus, we should provide a method that just converts a given timestamp (message or builder) to a provided unit.
The text was updated successfully, but these errors were encountered: