Package io.sentry.spring.graphql
Class SentrySpringSubscriptionHandler
java.lang.Object
io.sentry.spring.graphql.SentrySpringSubscriptionHandler
- All Implemented Interfaces:
SentrySubscriptionHandler
public final class SentrySpringSubscriptionHandler
extends Object
implements SentrySubscriptionHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Object
onSubscriptionResult
(@NotNull Object result, @NotNull IHub hub, @NotNull ExceptionReporter exceptionReporter, @NotNull graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters)
-
Constructor Details
-
SentrySpringSubscriptionHandler
public SentrySpringSubscriptionHandler()
-
-
Method Details
-
onSubscriptionResult
@NotNull public @NotNull Object onSubscriptionResult(@NotNull @NotNull Object result, @NotNull @NotNull IHub hub, @NotNull @NotNull ExceptionReporter exceptionReporter, @NotNull @NotNull graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters) - Specified by:
onSubscriptionResult
in interfaceSentrySubscriptionHandler
-