| Package | Description |
|---|---|
| net.sf.eBus.messages |
Messages are the heart of eBus.
|
| net.sf.eBus.messages.type |
Provides classes for translating Java built-in types to and
from binary encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static EMessageKey |
EMessageKey.parseKey(String s)
Returns a message key parsed from the given input.
|
| Constructor and Description |
|---|
EField()
Creates a new eBus field instance.
|
EMessage(String subject,
long timestamp)
Deprecated.
use
EMessage.EMessage(EMessage.Builder) in the
future. System messages are not local-nly by definition
since they are used to communicate between eBus
applications. |
EMessageObject()
Creates a new message object instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MultiKey2<String,DataType>> |
DataType.fields(Class<? extends EMessageObject> mc)
Returns the specified message class or field class
field name, data type pairs.
|
static DataType |
DataType.findType(Class<?> jClass)
Returns the data type object associated with the class.
|
Copyright © 2019. All rights reserved.