| Modifier and Type | Method and Description |
|---|---|
Topic |
ProviderSession.createTopic(Message message)
Deprecated.
as of 3.4.0, use
ProviderSession.createTopicsAsync(TopicList, ResolveMode, Identity)
or ProviderSession.createTopics(TopicList, ResolveMode,
Identity) instead
Creates a new Topic object based on the specified 'message'. The
'message' must be one of the following types: TOPIC_STATUS or
RESOLUTION_STATUS. Returns null if the 'message' was not
valid. |
Topic |
ProviderSession.getTopic(Message message)
Finds a previously created
Topic object based on the
specified message. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventFormatter.appendMessage(Name messageType,
Topic topic)
Appends a (empty) message of the specified 'messageType' that will be
published under the specified 'topic' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendMessage(Name messageType,
Topic topic,
Integer sequenceNumber)
Appends a (empty) message of the specified 'messageType' that will be
published under the specified 'topic' with the specified
'sequenceNumber' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendMessage(String messageType,
Topic topic)
Appends a (empty) message of the specified 'messageType' that will be
published under the specified 'topic' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendMessage(String messageType,
Topic topic,
Integer sequenceNumber)
Appends a (empty) message of the specified 'messageType' that will be
published under the specified 'topic' with the specified
'sequenceNumber' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendRecapMessage(Topic topic,
CorrelationID cid)
Append a (empty) recap message that will be published under the
specified 'topic' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendRecapMessage(Topic topic,
Integer sequenceNumber,
CorrelationID cid)
Append a (empty) recap message that will be published under the
specified 'topic' to the event referenced by this
EventFormatter. |
void |
ProviderSession.deleteTopic(Topic topic)
Removes one reference from the specified 'topic'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderSession.deleteTopics(List<Topic> topics)
Deletes each topic in the specified 'topics'.
|
Copyright © 2017 Bloomberg L.P.. All rights reserved.