| 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 |
ERemoteApp
This class encapsulates a connection between eBus
applications.
|
| Modifier and Type | Method and Description |
|---|---|
static EMultiRequestFeed |
EMultiRequestFeed.open(ERequestor client,
Class<? extends ERequestMessage> mc,
List<String> subjects,
EFeed.FeedScope scope)
Returns an open multi-key feed for the given request
message class and message subjects list.
|
static EMultiRequestFeed |
EMultiRequestFeed.open(ERequestor client,
Class<? extends ERequestMessage> mc,
Pattern query,
EFeed.FeedScope scope)
Returns an open multi-key request feed for a given
request message class and multiple message subjects.
|
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.
|
Copyright © 2019. All rights reserved.