Uses of Interface
com.bloomberglp.blpapi.Topic
-
Uses of Topic in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionProviderSession.createTopic
(Message message) Deprecated.Finds a previously createdTopic
object based on the specifiedmessage
.Modifier and TypeMethodDescriptionvoid
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 thisEventFormatter
.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 thisEventFormatter
.void
EventFormatter.appendMessage
(String messageType, Topic topic) Deprecated.Use {EventFormatter.appendMessage(Name, Topic)
} instead.void
EventFormatter.appendMessage
(String messageType, Topic topic, Integer sequenceNumber) Deprecated.Use {EventFormatter.appendMessage(Name, Topic, Integer)
} instead.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 thisEventFormatter
.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 thisEventFormatter
.void
ProviderSession.deleteTopic
(Topic topic) Removes one reference from the specified 'topic'.Modifier and TypeMethodDescriptionvoid
ProviderSession.deleteTopics
(List<Topic> topics) Deletes each topic in the specified 'topics'. -
Uses of Topic in com.bloomberglp.blpapi.test
Modifier and TypeMethodDescriptionstatic Topic
TestUtil.createTopic
(Service service, boolean isActive) Creates a validTopic
with the specifiedservice
to support testing publishers.
ProviderSession.createTopicsAsync(TopicList, ResolveMode, Identity)
orProviderSession.createTopics(TopicList, ResolveMode, Identity)
instead Creates a new Topic object based on the specified 'message'.