| 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.
|
class |
EServer
Accepts new connections to this eBus application.
|
| Modifier and Type | Method and Description |
|---|---|
static EMultiPublishFeed |
EMultiPublishFeed.open(EPublisher client,
Class<? extends ENotificationMessage> mc,
List<String> subjects,
EFeed.FeedScope scope)
Returns an open publish feed for multiple notification
message keys.
|
static EMultiPublishFeed |
EMultiPublishFeed.open(EPublisher client,
Class<? extends ENotificationMessage> mc,
Pattern query,
EFeed.FeedScope scope)
Returns an open publish feed for a notification message
class and multiple subjects.
|
static EPublishFeed |
EPublishFeed.open(EPublisher client,
EMessageKey key,
EFeed.FeedScope scope)
Returns a notification publish feed for the specified
notification message class and subject.
|
static EPublishFeed |
EPublishFeed.open(EPublisher cl,
EMessageKey key,
EFeed.FeedScope scope,
EClient.ClientLocation l,
boolean isMulti)
Returns a notification publish feed for the specified
notification message class and subject.
|
Copyright © 2019. All rights reserved.