| 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 |
EMultiPublishFeed
This feed allows an
EPublisher to open one feed for a
given notification message class and multiple message subjects. |
class |
EPublishFeed
EPublishFeed is the application entry point for
publishing notification messages
to subscribers. |
| Modifier and Type | Method and Description |
|---|---|
void |
EServer.publishStatus(EFeedState pubState,
IEPublishFeed feed)
Updates the feed state.
|
void |
ERemoteApp.publishStatus(EFeedState feedState,
IEPublishFeed feed)
This callback means that there is or is not a local
subscriber for the remote publisher.
|
default void |
EPublisher.publishStatus(EFeedState feedState,
IEPublishFeed feed)
eBus is requesting that the publisher either start or stop
publishing the specified feed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IEPublishFeed.statusCallback(FeedStatusCallback<IEPublishFeed> cb)
Puts the publish status callback in place.
|
void |
EPublishFeed.statusCallback(FeedStatusCallback<IEPublishFeed> cb)
Puts the publish status callback in place.
|
void |
EMultiPublishFeed.statusCallback(FeedStatusCallback<IEPublishFeed> cb)
Puts the publish status callback in place.
|
Copyright © 2019. All rights reserved.