Interface SentrySubscriptionHandler

All Known Implementing Classes:
NoOpSubscriptionHandler, SentryDgsSubscriptionHandler, SentryDgsSubscriptionHandler, SentrySpringSubscriptionHandler, SentrySpringSubscriptionHandler

public interface SentrySubscriptionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    @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)