Allow to provide custom MongoHandlerObservationConvention.
This commit adds an additional constructor to MongoObservationCommandListener that allows to set a custom MongoHandlerObservationConvention.
Closes: #4321
Original Pull Request: #4607
pull/4517/head
francoiskha2 years agocommitted byChristoph Strobl
@ -48,7 +49,7 @@ public class MongoObservationCommandListener implements CommandListener {
@@ -48,7 +49,7 @@ public class MongoObservationCommandListener implements CommandListener {
@ -61,6 +62,7 @@ public class MongoObservationCommandListener implements CommandListener {
@@ -61,6 +62,7 @@ public class MongoObservationCommandListener implements CommandListener {
@ -77,6 +79,26 @@ public class MongoObservationCommandListener implements CommandListener {
@@ -77,6 +79,26 @@ public class MongoObservationCommandListener implements CommandListener {