| Modifier and Type | Field and Description |
|---|---|
static ProviderSession.ResolveMode |
ProviderSession.ResolveMode.AUTO_REGISTER_SERVICES
Try to register services found in ResolutionList if necessary.
|
static ProviderSession.ResolveMode |
ProviderSession.ResolveMode.DONT_REGISTER_SERVICES
Fail to resolve a topic if the service has not already been
registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderSession.createTopics(TopicList topicList,
ProviderSession.ResolveMode resolveMode)
Create the topics in the specified 'topicList' and updates the
'topicList' with the results of the resolution process.
|
void |
ProviderSession.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.
|
void |
ProviderSession.createTopicsAsync(TopicList topicList,
ProviderSession.ResolveMode resolveMode)
Begin the creation of the topics in the specified 'topicList'.
|
void |
ProviderSession.createTopicsAsync(TopicList topicList,
ProviderSession.ResolveMode resolveMode,
Identity providerIdentity)
Begin the creation of the topics in the specified 'topicList'.
|
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,
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 © 2017 Bloomberg L.P.. All rights reserved.