| Package | Description |
|---|---|
| com.bloomberglp.blpapi |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.resubscribe(SubscriptionList subscriptionList)
Modify each subscription in the specified subscriptionList to reflect
the modified options specified for it.
|
void |
Session.resubscribe(SubscriptionList subscriptionList,
int resubId)
Modify each subscription in the specified subscriptionList to reflect
the modified options specified for it.
|
void |
Session.resubscribe(SubscriptionList subscriptionList,
int resubId,
String requestLabel)
Modify each subscription in the specified subscriptionList to reflect
the modified options specified for it.
|
void |
Session.resubscribe(SubscriptionList subscriptionList,
String requestLabel)
Modify each subscription in the specified subscriptionList to reflect
the modified options specified for it.
|
void |
Session.subscribe(SubscriptionList subscriptionList)
Initiate a request to receive asynchronous updates to the specified
topics.
|
void |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity)
Initiate a request to receive asynchronous updates to the specified
topics.
|
void |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity,
String requestLabel)
Initiate a request to receive asynchronous updates to the specified
topics in the
subscriptionList. |
void |
Session.subscribe(SubscriptionList subscriptionList,
String requestLabel)
Initiate a request to receive asynchronous updates to the specified
topics.
|
void |
Session.subscribe(SubscriptionList subscriptionList,
UserHandle Identity)
Deprecated.
as of 3.3.0, use
Session.subscribe(SubscriptionList, Identity) instead |
void |
Session.subscribe(SubscriptionList subscriptionList,
UserHandle identity,
String requestLabel)
Deprecated.
as of 3.3.0, use
Session.subscribe(SubscriptionList, Identity, String) instead |
void |
Session.unsubscribe(SubscriptionList subscriptionList)
Cancel previous requests for asynchronous topic updates associated with
the correlation ids listed in the specified subscriptionList
|
void |
Session.unsubscribe(SubscriptionList subscriptionList,
String requestLabel)
Cancel previous requests for asynchronous topic updates associated with
the correlation ids listed in the specified subscriptionList
|
Copyright © 2021 Bloomberg L.P.. All rights reserved.