| 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 |
|---|---|
ERequestFeed.ERequest |
ERequestFeed.request(ERequestMessage msg)
Forwards the request to all matching repliers, returning
the request instance.
|
ERequestFeed.ERequest |
EMultiRequestFeed.request(ERequestMessage msg)
Posts a request message to all replier via the subordinate
request feed matching the message's key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyCallback.call(int remaining,
EReplyMessage reply,
ERequestFeed.ERequest request)
One or more replies to an outstanding request.
|
default void |
ERequestor.reply(int remaining,
EReplyMessage reply,
ERequestFeed.ERequest request)
eBus calls this method to deliver a reply message to the
corresponding
request. |
void |
ERemoteApp.reply(int remaining,
EReplyMessage reply,
ERequestFeed.ERequest request)
Forwards the remaining replier count and reply message to
the remote eBus application.
|
Copyright © 2019. All rights reserved.