Uses of Class
org.jclouds.openstack.marconi.v1.domain.Message
- 
Packages that use Message Package Description org.jclouds.openstack.marconi.v1.domain org.jclouds.openstack.marconi.v1.features org.jclouds.openstack.marconi.v1.functions  - 
- 
Uses of Message in org.jclouds.openstack.marconi.v1.domain
Fields in org.jclouds.openstack.marconi.v1.domain with type parameters of type Message Modifier and Type Field Description protected List<Message>Claim.Builder. messagesMethods in org.jclouds.openstack.marconi.v1.domain that return Message Modifier and Type Method Description MessageMessage.Builder. build()Methods in org.jclouds.openstack.marconi.v1.domain that return types with arguments of type Message Modifier and Type Method Description List<Message>Claim. getMessages()Methods in org.jclouds.openstack.marconi.v1.domain with parameters of type Message Modifier and Type Method Description Message.BuilderMessage.Builder. fromMessage(Message in)Method parameters in org.jclouds.openstack.marconi.v1.domain with type arguments of type Message Modifier and Type Method Description Claim.BuilderClaim.Builder. messages(List<Message> messages)Constructor parameters in org.jclouds.openstack.marconi.v1.domain with type arguments of type Message Constructor Description Claim(String id, int ttl, int age, List<Message> messages)MessageStream(Iterable<Message> resources, Iterable<Link> links) - 
Uses of Message in org.jclouds.openstack.marconi.v1.features
Methods in org.jclouds.openstack.marconi.v1.features that return Message Modifier and Type Method Description MessageMessageApi. get(String id)Gets a specific message.Methods in org.jclouds.openstack.marconi.v1.features that return types with arguments of type Message Modifier and Type Method Description List<Message>ClaimApi. claim(int ttl, int grace, int limit)This operation claims a set of messages (up to the value of the limit parameter) from oldest to newest and skips any messages that are already claimed.List<Message>MessageApi. list(Iterable<String> ids)Lists specific messages. - 
Uses of Message in org.jclouds.openstack.marconi.v1.functions
Subclasses of Message in org.jclouds.openstack.marconi.v1.functions Modifier and Type Class Description protected static classParseMessagesToStream.MessageWithHrefFields in org.jclouds.openstack.marconi.v1.functions with type parameters of type Message Modifier and Type Field Description protected static com.google.common.base.Function<ParseMessagesToStream.MessageWithHref,Message>ParseMessagesToStream. TO_MESSAGEMethods in org.jclouds.openstack.marconi.v1.functions that return Message Modifier and Type Method Description MessageParseMessage. apply(HttpResponse response)Methods in org.jclouds.openstack.marconi.v1.functions that return types with arguments of type Message Modifier and Type Method Description List<Message>ParseMessagesToList. apply(HttpResponse response) 
 -