Package io.sentry.graphql
Class NoOpSubscriptionHandler
java.lang.Object
io.sentry.graphql.NoOpSubscriptionHandler
- All Implemented Interfaces:
SentrySubscriptionHandler
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull NoOpSubscriptionHandler
@NotNull Object
onSubscriptionResult
(@NotNull Object result, @NotNull IHub hub, @NotNull ExceptionReporter exceptionReporter, @NotNull graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters parameters)
-
Method Details
-
getInstance
-
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
-