Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch
Description
When submitting tasks to an OrderedSafeExecutor, most of the time a ledger id is being passed. Given that the method accepts and Object, the primitive long is boxed into a Long allocated on the heap.
Added specific method overload to directly accept longs as the key in the OrderedSafeExecutor.
Attachments
Issue Links
- links to