public class TopicList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicList.Status |
| Constructor and Description |
|---|
TopicList() |
| 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) |
CorrelationID |
correlationIdAt(int index) |
Message |
message(CorrelationID correlationId) |
Message |
messageAt(int index) |
int |
size() |
TopicList.Status |
status(CorrelationID correlationId) |
TopicList.Status |
statusAt(int index) |
String |
topicString(CorrelationID correlationId) |
String |
topicStringAt(int index) |
public void add(String topic)
public void add(String topic, CorrelationID correlationId)
public void add(Message message)
public void add(Message message, CorrelationID correlationId)
public CorrelationID correlationIdAt(int index)
public String topicString(CorrelationID correlationId)
public String topicStringAt(int index)
public TopicList.Status status(CorrelationID correlationId)
public TopicList.Status statusAt(int index)
public Message message(CorrelationID correlationId)
public Message messageAt(int index)
public int size()
Copyright © 2019 Bloomberg L.P.. All rights reserved.