Class NoopScope

java.lang.Object
io.opencensus.internal.NoopScope
All Implemented Interfaces:
NonThrowingCloseable, Scope, Closeable, AutoCloseable

public final class NoopScope extends Object implements Scope
A Scope that does nothing when it is created or closed.
  • Field Details

    • INSTANCE

      private static final Scope INSTANCE
  • Constructor Details

    • NoopScope

      private NoopScope()
  • Method Details