Package | Description |
---|---|
com.rometools.certiorem.sub |
This package contains the business class Subscriptions that manages subscriptions and updates a
FeedInfoCache.
|
com.rometools.certiorem.sub.data |
Data classes for the Subscription management.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriptions.subscribe(String topic,
boolean sync,
long leaseSeconds,
String secret,
SubscriptionCallback callback)
Deprecated.
|
void |
Subscriptions.subscribe(String hubUrl,
String topic,
boolean sync,
long leaseSeconds,
String secret,
SubscriptionCallback callback)
Deprecated.
|
void |
Subscriptions.unsubscribe(Subscription subscription,
String hubUrl,
boolean sync,
String secret,
SubscriptionCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionCallback |
Subscription.getCallback()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.setCallback(SubscriptionCallback callback)
Deprecated.
|
Copyright © 2017. All rights reserved.