| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
PullSubscription
Represents the duration, in minutes, that the subscription can remain idle without a GetEvents request from the client.
|
class |
PushSubscription
Represents the frequency, specified in minutes, at which notification messages will be sent to the client when no events have occurred.
|
class |
StreamingSubscription
Represents a subscription to a pull-based event notification subscription.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeResponse |
Service.subscribe(Subscription subscription)
Subscribes to notifications.
|