>     @Path("/messages")
>     MessageStream stream(@HeaderParam("Client-ID") UUID clientId,
> -                        StreamOptions... options);
> +                        StreamMessagesOptions... options);
> +
> +   /**
> +    * List specific messages. Unlike the stream method, a client's own 
> messages are always returned in this operation.

List is fine considering the name of the method.

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

Reply via email to