Class FluxInterceptor

java.lang.Object
io.leangen.graphql.spqr.spring.modules.reactive.FluxInterceptor
All Implemented Interfaces:
io.leangen.graphql.execution.ResolverInterceptor

public class FluxInterceptor extends Object implements io.leangen.graphql.execution.ResolverInterceptor
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.leangen.graphql.execution.ResolverInterceptor

    io.leangen.graphql.execution.ResolverInterceptor.Continuation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    aroundInvoke(io.leangen.graphql.execution.InvocationContext context, io.leangen.graphql.execution.ResolverInterceptor.Continuation continuation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FluxInterceptor

      public FluxInterceptor()
  • Method Details

    • aroundInvoke

      public Object aroundInvoke(io.leangen.graphql.execution.InvocationContext context, io.leangen.graphql.execution.ResolverInterceptor.Continuation continuation) throws Exception
      Specified by:
      aroundInvoke in interface io.leangen.graphql.execution.ResolverInterceptor
      Throws:
      Exception