Silly question, but does anyone know how you set a...
# announcements
p
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
have you try only
my.FixedThreadFactory
p
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.