Class ProducerAttributes


  • public class ProducerAttributes
    extends java.lang.Object
    Class containing information on producer attributes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NUM_PRODUCERS
      Number of producers.
      static java.lang.String NUM_WILDCARD_PRODUCERS
      Number of wildcard producers.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NUM_PRODUCERS

        public static final java.lang.String NUM_PRODUCERS
        Number of producers.
        See Also:
        Constant Field Values
      • NUM_WILDCARD_PRODUCERS

        public static final java.lang.String NUM_WILDCARD_PRODUCERS
        Number of wildcard producers.
        See Also:
        Constant Field Values