Uses of Class
com.bloomberglp.blpapi.SubscriptionList
-
Uses of SubscriptionList in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionvoid
Session.resubscribe
(SubscriptionList subscriptionList) This is the same as callingresubscribe(subscriptionList, nullRequestLabel)
void
Session.resubscribe
(SubscriptionList subscriptionList, int resubId) This is the same as callingresubscribe(subscriptionList, resubId, nullRequestLabel)
Session.resubscribe
(SubscriptionList subscriptionList, int resubId, SubscriptionPreprocessMode mode) This is the same as callingresubscribe(subscriptionList, resubId, nullRequestLabel, mode)
void
Session.resubscribe
(SubscriptionList subscriptionList, int resubId, String requestLabel) Modify each subscription in the specified subscriptionList to reflect the modified options specified for it.Session.resubscribe
(SubscriptionList subscriptionList, int resubId, String requestLabel, SubscriptionPreprocessMode mode) Modifies each subscription insubscriptionList
to reflect the modified options specified for it.Session.resubscribe
(SubscriptionList subscriptionList, SubscriptionPreprocessMode mode) This is the same as callingresubscribe(subscriptionList, nullRequestLabel, mode)
void
Session.resubscribe
(SubscriptionList subscriptionList, String requestLabel) Modify each subscription in the specified subscriptionList to reflect the modified options specified for it.Session.resubscribe
(SubscriptionList subscriptionList, String requestLabel, SubscriptionPreprocessMode mode) Modifies each subscription insubscriptionList
to reflect the modified options specified for it.void
Session.subscribe
(SubscriptionList subscriptionList) This is the same as callingsubscribe(subscriptionList, nullIdentity, nullRequestLabel)
void
Session.subscribe
(SubscriptionList subscriptionList, Identity identity) This is the same as callingsubscribe(subscriptionList, identity, nullRequestLabel)
Session.subscribe
(SubscriptionList subscriptionList, Identity identity, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, identity, nullRequestLabel, mode)
void
Session.subscribe
(SubscriptionList subscriptionList, Identity identity, String requestLabel) Initiate a request to receive asynchronous updates to the specified topics in thesubscriptionList
.Session.subscribe
(SubscriptionList subscriptionList, Identity identity, String requestLabel, SubscriptionPreprocessMode mode) Begins subscription for each entry insubscriptionList
.Session.subscribe
(SubscriptionList subscriptionList, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, nullIdentity, nullRequestLabel, mode)
void
Session.subscribe
(SubscriptionList subscriptionList, UserHandle Identity) Deprecated.void
Session.subscribe
(SubscriptionList subscriptionList, UserHandle identity, String requestLabel) Deprecated.as of 3.3.0, useSession.subscribe(SubscriptionList, Identity, String)
insteadvoid
Session.subscribe
(SubscriptionList subscriptionList, String requestLabel) This is the same as callingsubscribe(subscriptionList, nullIdentity, requestLabel)
Session.subscribe
(SubscriptionList subscriptionList, String requestLabel, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, nullIdentity, requestLabel, mode)
void
Session.unsubscribe
(SubscriptionList subscriptionList) Cancel previous requests for asynchronous topic updates associated with the correlation ids listed in the specified subscriptionListvoid
Session.unsubscribe
(SubscriptionList subscriptionList, String requestLabel) Cancel previous requests for asynchronous topic updates associated with the correlation ids listed in the specified subscriptionList
Session.subscribe(SubscriptionList, Identity)
instead