Class SimpleInstrumentation

java.lang.Object
graphql.execution.instrumentation.SimpleInstrumentation
All Implemented Interfaces:
Instrumentation

@PublicApi @Deprecated(since="2022-10-05") public class SimpleInstrumentation extends Object implements Instrumentation
Deprecated.
use SimplePerformantInstrumentation instead as a base class.
An implementation of Instrumentation that does nothing. It can be used as a base for derived classes where you only implement the methods you want to. With all the methods in Instrumentation now defaulted (post Java 6) this class is really not needed anymore but has been retained for backwards compatibility reasons.
  • Field Details

  • Constructor Details

    • SimpleInstrumentation

      public SimpleInstrumentation()
      Deprecated.