Class MessageConsumer.Status

  • Enclosing class:
    MessageConsumer

    private static class MessageConsumer.Status
    extends Object
    Status of the message consumer.
    • Field Detail

      • OPEN

        public static final int OPEN
        Status of the message consumer when it is open. It is the initial state.
        See Also:
        Constant Field Values
      • CLOSE

        public static final int CLOSE
        Status of the message consumer when it is closed.
        See Also:
        Constant Field Values
      • names

        private static final String[] names
    • Constructor Detail

      • Status

        private Status()
    • Method Detail

      • toString

        public static String toString​(int status)