Interface TagReceiver


  • public interface TagReceiver
    Used by TagDb to send back updates on fetched tags
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onTag​(org.yamcs.protobuf.Yamcs.ArchiveTag tag)
      A new tag matching the request was fetched from the tag db
    • Method Detail

      • onTag

        void onTag​(org.yamcs.protobuf.Yamcs.ArchiveTag tag)
        A new tag matching the request was fetched from the tag db