Micronaut Reactor Configuration Reference

Every documented configuration property of Micronaut Reactor, with types, descriptions, and defaults.

Micronaut Reactor documentation

2 properties across 1 section

Micronaut Reactor Config Properties

Configuration properties for ReactorConfiguration

PropertyTypeDescription
reactor.enable-automatic-context-propagationjava.lang.BooleanEnables thread-local propagation in the Reactor context (Only available when if Micrometer context propagation is on the classpath)
reactor.enable-schedule-hook-context-propagationjava.lang.BooleanEnables propagation by instrumenting the schedule hook and capturing PropagatedContext when the job is scheduled.