Uses of Interface
com.bloomberglp.blpapi.Topic
Packages that use Topic
-
Uses of Topic in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return TopicModifier and TypeMethodDescriptionProviderSession.createTopic
(Message message) Deprecated.Finds a previously createdTopic
object based on the specifiedmessage
.Methods in com.bloomberglp.blpapi with parameters of type TopicModifier 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'.Method parameters in com.bloomberglp.blpapi with type arguments of type TopicModifier and TypeMethodDescriptionvoid
ProviderSession.deleteTopics
(List<Topic> topics) Deletes each topic in the specified 'topics'. -
Uses of Topic in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test that return TopicModifier 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'.