Uses of Class
com.bloomberglp.blpapi.TopicList
Packages that use TopicList
-
Uses of TopicList in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi with parameters of type TopicListModifier and TypeMethodDescriptionvoidProviderSession.createTopics(TopicList topicList) Creates the topics in the specified 'topicList' and updates the 'topicList' with the results of the resolution and creation process.voidProviderSession.createTopics(TopicList topicList, ProviderSession.ResolveMode resolveMode) Create the topics in the specified 'topicList' and updates the 'topicList' with the results of the resolution process.voidProviderSession.createTopics(TopicList topicList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Create the topics in the specified 'topicList' and updates the 'topicList' with the results of the resolution process.voidProviderSession.createTopicsAsync(TopicList topicList) Begin the creation of the topics in the specified 'topicList'.All the services referenced in the topics in the 'topicList' must already have been registered using registerService().voidProviderSession.createTopicsAsync(TopicList topicList, ProviderSession.ResolveMode resolveMode) Begin the creation of the topics in the specified 'topicList'.voidProviderSession.createTopicsAsync(TopicList topicList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Begin the creation of the topics in the specified 'topicList'.