Uses of Interface
com.bloomberglp.blpapi.Topic

Uses of Topic in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Topic
 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.
 

Methods in com.bloomberglp.blpapi with parameters of type Topic
 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, java.lang.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(java.lang.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(java.lang.String messageType, Topic topic, java.lang.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, java.lang.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'.
 

Method parameters in com.bloomberglp.blpapi with type arguments of type Topic
 void ProviderSession.deleteTopics(java.util.List<Topic> topics)
          Deletes each topic in the specified 'topics'.
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.