| Package | Description |
|---|---|
| com.bloomberglp.blpapi |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.resubscribe(SubscriptionList subscriptionList)
This is the same as calling
resubscribe(subscriptionList, nullRequestLabel) |
void |
Session.resubscribe(SubscriptionList subscriptionList,
int resubId)
This is the same as calling
resubscribe(subscriptionList, resubId, nullRequestLabel) |
void |
Session.resubscribe(SubscriptionList subscriptionList,
int resubId,
String requestLabel)
Modify each subscription in the specified subscriptionList to reflect the
modified options specified for it.
|
List<SubscriptionPreprocessError> |
Session.resubscribe(SubscriptionList subscriptionList,
int resubId,
String requestLabel,
SubscriptionPreprocessMode mode)
Modifies each subscription in
subscriptionList to reflect the
modified options specified for it. |
List<SubscriptionPreprocessError> |
Session.resubscribe(SubscriptionList subscriptionList,
int resubId,
SubscriptionPreprocessMode mode)
This is the same as calling
resubscribe(subscriptionList, resubId, nullRequestLabel, mode) |
void |
Session.resubscribe(SubscriptionList subscriptionList,
String requestLabel)
Modify each subscription in the specified subscriptionList to reflect the
modified options specified for it.
|
List<SubscriptionPreprocessError> |
Session.resubscribe(SubscriptionList subscriptionList,
String requestLabel,
SubscriptionPreprocessMode mode)
Modifies each subscription in
subscriptionList to reflect the
modified options specified for it. |
List<SubscriptionPreprocessError> |
Session.resubscribe(SubscriptionList subscriptionList,
SubscriptionPreprocessMode mode)
This is the same as calling
resubscribe(subscriptionList, nullRequestLabel, mode) |
void |
Session.subscribe(SubscriptionList subscriptionList)
This is the same as calling
subscribe(subscriptionList, nullIdentity, nullRequestLabel) |
void |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity)
This is the same as calling
subscribe(subscriptionList, identity, nullRequestLabel) |
void |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity,
String requestLabel)
Initiate a request to receive asynchronous updates to the specified
topics in the
subscriptionList. |
List<SubscriptionPreprocessError> |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity,
String requestLabel,
SubscriptionPreprocessMode mode)
Begins subscription for each entry in
subscriptionList. |
List<SubscriptionPreprocessError> |
Session.subscribe(SubscriptionList subscriptionList,
Identity identity,
SubscriptionPreprocessMode mode)
This is the same as calling
subscribe(subscriptionList, identity, nullRequestLabel, mode) |
void |
Session.subscribe(SubscriptionList subscriptionList,
String requestLabel)
This is the same as calling
subscribe(subscriptionList, nullIdentity, requestLabel) |
List<SubscriptionPreprocessError> |
Session.subscribe(SubscriptionList subscriptionList,
String requestLabel,
SubscriptionPreprocessMode mode)
This is the same as calling
subscribe(subscriptionList, nullIdentity, requestLabel, mode) |
List<SubscriptionPreprocessError> |
Session.subscribe(SubscriptionList subscriptionList,
SubscriptionPreprocessMode mode)
This is the same as calling
subscribe(subscriptionList, nullIdentity, nullRequestLabel, mode) |
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 © 2022 Bloomberg L.P.. All rights reserved.