Package io.sentry.spring.jakarta.webflux
Class SentryScheduleHook
java.lang.Object
io.sentry.spring.jakarta.webflux.SentryScheduleHook
@Experimental
public final class SentryScheduleHook
extends Object
implements Function<Runnable,Runnable>
Hook meant to used with
Schedulers.onScheduleHook(String, Function)
to configure Reactor to copy correct hub into the operating thread.