| 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 |
|---|---|
void |
RequestCallback.call(EReplyFeed.ERequest request)
An incoming request.
|
void |
CancelRequestCallback.call(EReplyFeed.ERequest request)
The specified request is canceled by the
requestor. |
default void |
EReplier.cancelRequest(EReplyFeed.ERequest request)
The specified request is canceled by the
requestor. |
void |
ERemoteApp.cancelRequest(EReplyFeed.ERequest request)
Forward this cancel request to the remote eBus application
if that remote application acknowledged the request.
|
default void |
EReplier.request(EReplyFeed.ERequest request)
An incoming request.
|
void |
ERemoteApp.request(EReplyFeed.ERequest request)
Assigns a locally unique identifier to this request and
forwards the request to the remote eBus application.
|
void |
TestReplierContext.request(EReplyFeed.ERequest request,
String subject,
ERequestMessage msg) |
Copyright © 2019. All rights reserved.