Class NoopTags.NoopTagContext

java.lang.Object
io.opencensus.tags.TagContext
io.opencensus.tags.NoopTags.NoopTagContext
Enclosing class:
NoopTags

@Immutable private static final class NoopTags.NoopTagContext extends TagContext
  • Field Details

  • Constructor Details

    • NoopTagContext

      private NoopTagContext()
  • Method Details

    • getIterator

      protected Iterator<Tag> getIterator()
      Description copied from class: TagContext
      Returns an iterator over the tags in this TagContext.
      Specified by:
      getIterator in class TagContext
      Returns:
      an iterator over the tags in this TagContext.