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 createdTopicobject based on the specifiedmessage.Methods in com.bloomberglp.blpapi with parameters of type TopicModifier and TypeMethodDescriptionvoidEventFormatter.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.voidEventFormatter.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.voidEventFormatter.appendMessage(String messageType, Topic topic) Deprecated.Use {EventFormatter.appendMessage(Name, Topic)} instead.voidEventFormatter.appendMessage(String messageType, Topic topic, Integer sequenceNumber) Deprecated.Use {EventFormatter.appendMessage(Name, Topic, Integer)} instead.voidEventFormatter.appendRecapMessage(Topic topic, CorrelationID cid) Append a (empty) recap message that will be published under the specified 'topic' to the event referenced by thisEventFormatter.voidEventFormatter.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.voidProviderSession.deleteTopic(Topic topic) Removes one reference from the specified 'topic'.Method parameters in com.bloomberglp.blpapi with type arguments of type TopicModifier and TypeMethodDescriptionvoidProviderSession.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 TopicTestUtil.createTopic(Service service, boolean isActive) Creates a validTopicwith the specifiedserviceto support testing publishers.
ProviderSession.createTopicsAsync(TopicList, ResolveMode, Identity)orProviderSession.createTopics(TopicList, ResolveMode, Identity)instead Creates a new Topic object based on the specified 'message'.