| Modifier and Type | Method and Description |
|---|---|
void |
ProviderSession.resolve(ResolutionList resolutionList)
Resolves the topics in the specified 'resolutionList' and updates the
'resolutionList' with the results of the resolution process.
|
void |
ProviderSession.resolve(ResolutionList resolutionList,
ProviderSession.ResolveMode resolveMode)
Resolves the topics in the specified 'resolutionList' and updates the
'resolutionList' with the results of the resolution process.
|
void |
ProviderSession.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.
|
void |
ProviderSession.resolveAsync(ResolutionList resolutionList)
Begin the resolution of the topics in the specified 'resolutionList'.All
the services referenced in the topics in the 'resolutionList' must
already have been registered using registerService().
|
void |
ProviderSession.resolveAsync(ResolutionList resolutionList,
ProviderSession.ResolveMode resolveMode)
Begin the resolution of the topics in the specified 'resolutionList'.
|
void |
ProviderSession.resolveAsync(ResolutionList resolutionList,
ProviderSession.ResolveMode resolveMode,
Identity providerIdentity)
Begin the resolution of the topics in the specified 'resolutionList'.
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.