| 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) |
void |
Subscriptions.subscribe(String hubUrl,
String topic,
boolean sync,
long leaseSeconds,
String secret,
SubscriptionCallback callback) |
void |
Subscriptions.unsubscribe(Subscription subscription,
String hubUrl,
boolean sync,
String secret,
SubscriptionCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionCallback |
Subscription.getCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setCallback(SubscriptionCallback callback) |
Copyright © 2016. All rights reserved.