Prior to this commit, the reactive Scheduled tasks would be wrapped as a `SubscribingRunnable` which does not implement a custom `toString`. This would result in task metadata using the default Java `toString` representation for those. This commit ensures that the bean class name and method name are used for this `toString`. Closes gh-34010