Uses of Class
com.bloomberglp.blpapi.SubscriptionPreprocessError
Packages that use SubscriptionPreprocessError
-
Uses of SubscriptionPreprocessError in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return types with arguments of type SubscriptionPreprocessErrorModifier and TypeMethodDescriptionSession.resubscribe
(SubscriptionList subscriptionList, int resubId, SubscriptionPreprocessMode mode) This is the same as callingresubscribe(subscriptionList, resubId, nullRequestLabel, mode)
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)
Session.resubscribe
(SubscriptionList subscriptionList, String requestLabel, SubscriptionPreprocessMode mode) Modifies each subscription insubscriptionList
to reflect the modified options specified for it.Session.subscribe
(SubscriptionList subscriptionList, Identity identity, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, identity, nullRequestLabel, mode)
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)
Session.subscribe
(SubscriptionList subscriptionList, String requestLabel, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, nullIdentity, requestLabel, mode)