agent-module/plugins/reactor/README.md
pinpoint.config
###########################################################
# Reactor
###########################################################
profiler.reactor.enable=true
# Set whether to trace the Subscriber.onError(Throwable t) method
profiler.reactor.trace.subscribe.error=true
A Reactive Streams Publisher with basic flow operators.
A Reactive Streams Publisher constrained to ZERO or ONE element with appropriate operators.
Reactor uses a Scheduler as a contract for arbitrary task execution. It provides some guarantees required by Reactive Streams flows like FIFO execution.