> +import org.jclouds.javax.annotation.Nullable;
> +
> +import java.beans.ConstructorProperties;
> +
> +/**
> + * Statistics on messages in this queue.
> + *
> + * @author Everett Toews
> + */
> +public class MessagesStats {
> +
> +   private int claimed;
> +   private int free;
> +   private int total;
> +   private Optional<Aged> oldest;
> +   private Optional<Aged> newest;

SGTM. Fixed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/43/files#r7065962

Reply via email to