| 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 EReplyFeed |
EMultiReplyFeed.createFeed(EMessageKey key)
Returns a newly minted subordinate reply feed for the
given key.
|
static EReplyFeed |
EReplyFeed.open(EReplier client,
EMessageKey key,
EFeed.FeedScope scope,
ECondition condition)
Returns a reply advertiser feed for the specified request
message class and subject.
|
static EReplyFeed |
EReplyFeed.open(EReplier client,
EMessageKey key,
EFeed.FeedScope scope,
ECondition condition,
EClient.ClientLocation l,
MessageType dataType,
boolean isMulti)
Returns a reply advertiser feed for the specified request
message class and subject.
|
EReplyFeed |
EReplyFeed.ERequest.replier()
Returns the associated reply feed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EMultiReplyFeed.putFeedInPlace(EReplyFeed feed)
Sets the feed status callback, advertises
feed,
and updates the reply feed state. |
Copyright © 2019. All rights reserved.