Uses of Class
com.bloomberglp.blpapi.Message

Uses of Message in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Message
 Message TopicList.message(CorrelationID correlationId)
           
 Message ResolutionList.message(CorrelationID correlationId)
           
 Message TopicList.messageAt(int index)
           
 Message ResolutionList.messageAt(int index)
           
 Message MessageIterator.next()
          Return the next element in the iteration
 

Methods in com.bloomberglp.blpapi that return types with arguments of type Message
 java.util.Iterator<Message> Event.iterator()
          Return an iterator over the messages contained in this Event
 

Methods in com.bloomberglp.blpapi with parameters of type Message
 void TopicList.add(Message message)
           
 void ResolutionList.add(Message message)
           
 void TopicList.add(Message message, CorrelationID correlationId)
           
 void ResolutionList.add(Message message, CorrelationID correlationId)
           
 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.
 



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