protected final class EFeed.NotifyTask extends EFeed.AbstractClientTask
ESubscriber.notify(ENotificationMessage, IESubscribeFeed).mFeed| Constructor and Description |
|---|
NotifyTask(ENotificationMessage message,
ECondition condition,
IESubscribeFeed feed,
NotifyCallback cb)
Creates a notify callback task for the given
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Issues the
ESubscriber.notify(ENotificationMessage, IESubscribeFeed)
callback if the message satisfies the
subscription condition. |
String |
toString() |
public NotifyTask(ENotificationMessage message, ECondition condition, IESubscribeFeed feed, NotifyCallback cb)
message - the notification message.condition - subscription condition.feed - the message is from this notification
feed.cb - notification message callback.public void run()
ESubscriber.notify(ENotificationMessage, IESubscribeFeed)
callback if the message satisfies the
subscription condition. Logs any client-thrown
exception.Copyright © 2019. All rights reserved.