Package io.quarkus.logging.sentry
Class SentryBeforeSendCallbacksHandler
- java.lang.Object
-
- io.quarkus.logging.sentry.SentryBeforeSendCallbacksHandler
-
- All Implemented Interfaces:
BiFunction<io.sentry.SentryEvent,io.sentry.Hint,io.sentry.SentryEvent>
public class SentryBeforeSendCallbacksHandler extends Object implements BiFunction<io.sentry.SentryEvent,io.sentry.Hint,io.sentry.SentryEvent>
Executes beans marked with BeforeSend callback interface.
-
-
Constructor Summary
Constructors Constructor Description SentryBeforeSendCallbacksHandler(jakarta.enterprise.inject.Instance<io.sentry.SentryOptions.BeforeSendCallback> callbacks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sentry.SentryEventapply(io.sentry.SentryEvent sentryEvent, io.sentry.Hint hint)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public io.sentry.SentryEvent apply(io.sentry.SentryEvent sentryEvent, io.sentry.Hint hint)- Specified by:
applyin interfaceBiFunction<io.sentry.SentryEvent,io.sentry.Hint,io.sentry.SentryEvent>
-
-