Uses of Class
com.bloomberglp.blpapi.ProviderSession.ResolveMode
Packages that use ProviderSession.ResolveMode
-
Uses of ProviderSession.ResolveMode in com.bloomberglp.blpapi
Fields in com.bloomberglp.blpapi declared as ProviderSession.ResolveModeModifier and TypeFieldDescriptionstatic final ProviderSession.ResolveModeProviderSession.ResolveMode.AUTO_REGISTER_SERVICESTry to register services found in ResolutionList if necessary.static final ProviderSession.ResolveModeProviderSession.ResolveMode.DONT_REGISTER_SERVICESFail to resolve a topic if the service has not already been registered.Methods in com.bloomberglp.blpapi with parameters of type ProviderSession.ResolveModeModifier and TypeMethodDescriptionvoidProviderSession.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, 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'.voidProviderSession.resolve(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode) Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.voidProviderSession.resolve(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.voidProviderSession.resolveAsync(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode) Begin the resolution of the topics in the specified 'resolutionList'.voidProviderSession.resolveAsync(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Begin the resolution of the topics in the specified 'resolutionList'.