mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 02:29:08 +00:00
This commit uses lambdas or method references wherever possible. There are still a handful of places that appear like they could be changed but couldn't mainly because they use "this" and the meaning of "this" changes when using a lambda.