| Package | Description |
|---|---|
| net.sf.eBus.client |
This package contains the top-level eBus API which
applications use to interact with eBus.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EMultiSubscribeFeed
This feeds acts as a proxy for handling multiple
ESubscribeFeeds on behalf of a ESubscriber
client. |
class |
ESubscribeFeed
ESubscribeFeed is the application entry point for
receiving notification messages. |
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyCallback.call(ENotificationMessage msg,
IESubscribeFeed feed)
An incoming notification message from
feed. |
default void |
ESubscriber.feedStatus(EFeedState feedState,
IESubscribeFeed feed)
|
void |
ERemoteApp.feedStatus(EFeedState feedState,
IESubscribeFeed feed)
Forwards the subscribe feed state to the remote eBus
application if the feed is still in place.
|
default void |
ESubscriber.notify(ENotificationMessage msg,
IESubscribeFeed feed)
An incoming notification message from
feed. |
void |
ERemoteApp.notify(ENotificationMessage msg,
IESubscribeFeed feed)
Forwards the message to the remote eBus application if the
subscription is still in place.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IESubscribeFeed.statusCallback(FeedStatusCallback<IESubscribeFeed> cb)
Puts the feed status callback in place.
|
void |
ESubscribeFeed.statusCallback(FeedStatusCallback<IESubscribeFeed> cb)
Puts the feed status callback in place.
|
void |
EMultiSubscribeFeed.statusCallback(FeedStatusCallback<IESubscribeFeed> cb)
Puts the feed status callback in place.
|
| Constructor and Description |
|---|
NotifyTask(ENotificationMessage message,
ECondition condition,
IESubscribeFeed feed,
NotifyCallback cb)
Creates a notify callback task for the given
parameters.
|
Copyright © 2019. All rights reserved.