| Package | Description |
|---|---|
| net.sf.eBus.client |
This package contains the top-level eBus API which
applications use to interact with eBus.
|
| Modifier and Type | Method and Description |
|---|---|
protected ERequestFeed |
EMultiRequestFeed.createFeed(EMessageKey key)
Returns a newly minted subordinate request feed for the
given key.
|
static ERequestFeed |
ERequestFeed.open(ERequestor client,
EMessageKey key,
EFeed.FeedScope scope)
Creates a new request feed for the given client, message
key, and feed scope.
|
static ERequestFeed |
ERequestFeed.open(ERequestor cl,
EMessageKey key,
EFeed.FeedScope scope,
EClient.ClientLocation l,
boolean isMulti)
Creates a new request feed for the given client, message
key, and feed scope.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ERequestor.feedStatus(EFeedState feedState,
ERequestFeed feed)
|
void |
ERemoteApp.feedStatus(EFeedState feedState,
ERequestFeed feed)
Ignores request feed state changes.
|
protected void |
EMultiRequestFeed.putFeedInPlace(ERequestFeed feed)
Sets the status and reply callbacks as per the multi-key
configuration and subscribes the subordinate feeds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IERequestFeed.statusCallback(FeedStatusCallback<ERequestFeed> cb)
Puts the feed status callback in place.
|
void |
ERequestFeed.statusCallback(FeedStatusCallback<ERequestFeed> cb)
Puts the feed status callback in place.
|
void |
EMultiRequestFeed.statusCallback(FeedStatusCallback<ERequestFeed> cb)
Puts the feed status callback in place.
|
Copyright © 2019. All rights reserved.