Class InProcessSampledSpanStoreImpl.RegisterSpanNameEvent

    • Field Detail

      • spanNames

        private final java.util.Collection<java.lang.String> spanNames
    • Constructor Detail

      • RegisterSpanNameEvent

        private RegisterSpanNameEvent​(InProcessSampledSpanStoreImpl sampledSpanStore,
                                      java.util.Collection<java.lang.String> spanNames)
    • Method Detail

      • process

        public void process()
        Description copied from interface: EventQueue.Entry
        Process the event associated with this entry. This will be called for every event in the associated EventQueue.
        Specified by:
        process in interface EventQueue.Entry