Interface TableStreamListener


  • public interface TableStreamListener
    Implement and subscribe to the ManagementService to know when new tables or streams are created/removed
    • Method Detail

      • streamRegistered

        default void streamRegistered​(String instance,
                                      Stream stream)
      • streamUnregistered

        default void streamUnregistered​(String instance,
                                        String name)
      • streamUpdated

        default void streamUpdated​(String instance,
                                   org.yamcs.protobuf.Table.StreamInfo stream)
      • tableUnregistered

        default void tableUnregistered​(String instance,
                                       String tblName)