Class Aged


  • public class Aged
    extends Object
    The age of messages in a queue.
    • Method Detail

      • getAge

        public int getAge()
        Returns:
        Age of the oldest/newest message in seconds.
      • getCreated

        public Date getCreated()
        Returns:
        Date/Time of the oldest/newest message.
      • getId

        public String getId()
        Returns:
        Id of the oldest/newest message.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()