Package 

Class GraphQLConfiguration.FederationTracingConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Flag to enable or disable field tracing for the Apollo Gateway.
      final Unit setEnabled(Boolean enabled) Flag to enable or disable field tracing for the Apollo Gateway.
      final Boolean getDebug() Flag to enable or disable debug logging
      final Unit setDebug(Boolean debug) Flag to enable or disable debug logging
      • Methods inherited from class java.lang.Object

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

      • GraphQLConfiguration.FederationTracingConfiguration

        GraphQLConfiguration.FederationTracingConfiguration(ApplicationConfig config)
    • Method Detail

      • getEnabled

         final Boolean getEnabled()

        Flag to enable or disable field tracing for the Apollo Gateway. Default is true as this is only used if the parent config is enabled.

      • setEnabled

         final Unit setEnabled(Boolean enabled)

        Flag to enable or disable field tracing for the Apollo Gateway. Default is true as this is only used if the parent config is enabled.

      • getDebug

         final Boolean getDebug()

        Flag to enable or disable debug logging