Class ConsumerAttributes


  • public class ConsumerAttributes
    extends java.lang.Object
    Class containing information on consumer attributes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NUM_CONSUMERS
      Number of consumers.
      static java.lang.String NUM_WILDCARD_CONSUMERS
      Number of wildcard consumers.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NUM_CONSUMERS

        public static final java.lang.String NUM_CONSUMERS
        Number of consumers.
        See Also:
        Constant Field Values
      • NUM_WILDCARD_CONSUMERS

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