public class ResolutionList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolutionList.Status |
| Constructor and Description |
|---|
ResolutionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Message message) |
void |
add(Message message,
CorrelationID correlationId) |
void |
add(String topic) |
void |
add(String topic,
CorrelationID correlationId) |
void |
addAttribute(Name attribute)
Deprecated.
Attributes are no longer supported.
|
Element |
attribute(Name attributeName,
CorrelationID correlationId)
Deprecated.
Attributes are no longer supported.
|
Element |
attributeAt(Name attributeName,
int index)
Deprecated.
Attributes are no longer supported.
|
CorrelationID |
correlationIdAt(int index) |
Message |
message(CorrelationID correlationId) |
Message |
messageAt(int index) |
int |
size() |
ResolutionList.Status |
status(CorrelationID correlationId) |
ResolutionList.Status |
statusAt(int index) |
String |
topicString(CorrelationID correlationId) |
String |
topicStringAt(int index) |
public void add(String topic, CorrelationID correlationId)
public void add(String topic)
@Deprecated public void addAttribute(Name attribute)
@Deprecated public Element attribute(Name attributeName, CorrelationID correlationId)
@Deprecated public Element attributeAt(Name attributeName, int index)
public Message message(CorrelationID correlationId)
public Message messageAt(int index)
public CorrelationID correlationIdAt(int index)
public String topicString(CorrelationID correlationId)
public String topicStringAt(int index)
public ResolutionList.Status status(CorrelationID correlationId)
public ResolutionList.Status statusAt(int index)
public int size()
public void add(Message message)
public void add(Message message, CorrelationID correlationId)
Copyright © 2021 Bloomberg L.P.. All rights reserved.