Interface QBitComponentMetaDataProducerInterface<T extends MetaDataProducerOutput,C extends QBitConfig>

All Superinterfaces:
MetaDataProducerInterface<T>
All Known Implementing Classes:
QBitComponentMetaDataProducer

public interface QBitComponentMetaDataProducerInterface<T extends MetaDataProducerOutput,C extends QBitConfig> extends MetaDataProducerInterface<T>
extension of MetaDataProducerInterface, designed for producing meta data within a (java-defined, at this time) QBit. Specifically exists to accept the QBitConfig as a type parameter and a value, easily accessed in the producer's methods as getQBitConfig()
  • Method Details

    • getQBitConfig

      C getQBitConfig()
      Getter for qBitConfig
    • setQBitConfig

      void setQBitConfig(C qBitConfig)
      Setter for qBitConfig