| Modifier and Type | Method and Description |
|---|---|
void |
ProviderSession.createTopics(TopicList topicList)
Creates the topics in the specified 'topicList' and updates the
'topicList' with the results of the resolution and creation process.
|
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)
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().
|
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'.
|
Copyright © 2017 Bloomberg L.P.. All rights reserved.