Package io.sentry.graphql
Interface SentrySubscriptionHandler
- All Known Implementing Classes:
NoOpSubscriptionHandler
,SentryDgsSubscriptionHandler
,SentryDgsSubscriptionHandler
,SentrySpringSubscriptionHandler
,SentrySpringSubscriptionHandler
public interface SentrySubscriptionHandler
-
Method Summary
Modifier and TypeMethodDescription@NotNull Object
onSubscriptionResult
(@NotNull Object result, @NotNull IHub hub, @NotNull ExceptionReporter exceptionReporter, @NotNull graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters)
-
Method Details
-
onSubscriptionResult
@NotNull @NotNull Object onSubscriptionResult(@NotNull @NotNull Object result, @NotNull @NotNull IHub hub, @NotNull @NotNull ExceptionReporter exceptionReporter, @NotNull @NotNull graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters)
-