Package | Description |
---|---|
org.jclouds.openstack.marconi.v1.domain | |
org.jclouds.openstack.marconi.v1.features | |
org.jclouds.openstack.marconi.v1.functions |
Modifier and Type | Field and Description |
---|---|
protected List<Message> |
Claim.Builder.messages |
Modifier and Type | Method and Description |
---|---|
Message |
Message.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
Claim.getMessages() |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.fromMessage(Message in) |
Modifier and Type | Method and Description |
---|---|
Claim.Builder |
Claim.Builder.messages(List<Message> messages) |
Constructor and Description |
---|
Claim(String id,
int ttl,
int age,
List<Message> messages) |
MessageStream(Iterable<Message> resources,
Iterable<Link> links) |
Modifier and Type | Method and Description |
---|---|
Message |
MessageApi.get(String id)
Gets a specific message.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ParseMessagesToStream.MessageWithHref |
Modifier and Type | Field and Description |
---|---|
protected static com.google.common.base.Function<ParseMessagesToStream.MessageWithHref,Message> |
ParseMessagesToStream.TO_MESSAGE |
Modifier and Type | Method and Description |
---|---|
Message |
ParseMessage.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
ParseMessagesToList.apply(HttpResponse response) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.