Class DispatchingConnection

  • All Implemented Interfaces:
    Connection, graphql.schema.DataFetcher

    public class DispatchingConnection
    extends java.lang.Object
    implements graphql.schema.DataFetcher, Connection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(graphql.schema.DataFetchingEnvironment environment)  
      • Methods inherited from class java.lang.Object

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

      • DispatchingConnection

        public DispatchingConnection​(java.lang.Object o)
    • Method Detail

      • get

        public java.lang.Object get​(graphql.schema.DataFetchingEnvironment environment)
                             throws java.lang.Exception
        Specified by:
        get in interface graphql.schema.DataFetcher
        Throws:
        java.lang.Exception