Silly question, but does anyone know how you set a property of java.lang.Class in yaml, specifically the micronaut.executors.*.thread-factory-class property? I've tried variations of the theme
my.FixedThreadFactory::class.java
a
Ashish Kumar Joy
06/19/2020, 12:13 PM
have you try only
my.FixedThreadFactory
p
Paul Stott
06/19/2020, 12:15 PM
You are a life saver @Ashish Kumar Joy, thanks so much. The docs would perhaps benefit from an example of this as I could not find anything.