public interface IDigestDeliveryEvent extends INotificationSourceEvent
Modifier and Type | Interface and Description |
---|---|
static interface |
IDigestDeliveryEvent.IListener |
static class |
IDigestDeliveryEvent.Listeners |
static class |
IDigestDeliveryEvent.QueueListeners |
IEvent.ISynchronousListener, IEvent.SynchronousListeners
Modifier and Type | Method and Description |
---|---|
List<IThingID> |
getAppCriterias()
List if application criteria that triggered the subscription
|
int |
getDeliveryMode()
Returns delivery mode of the subscription that used to trigger digest
This is stored separately from actual subscriptionID because subscription
may change, but DigestDeliveryEvent should keep track of delivery mode
of the original subscription
|
List<IPortalEvent> |
getSourceEvents()
List of source IPortalEvents in this digested, ordered by the receve time
|
IThingID |
getSubscriptionID()
Returns subscription thingID for this events digest
|
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
IThingID getSubscriptionID()
int getDeliveryMode()
List<IPortalEvent> getSourceEvents()