| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport.status |
Generic status messages like device/service/container is there or disappeared.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTypes
The default component types.
|
| Modifier and Type | Field and Description |
|---|---|
private ComponentType |
StatusMessage.componentType |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,ComponentType> |
StatusMessageSerializer.COMPONENT_CONSTANTS |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
StatusMessage.getComponentType()
Returns the component type.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
StatusMessage.setComponentType(ComponentType componentType)
Changes the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StatusMessageSerializer.registerComponents(Class<? extends ComponentType> type)
Registers custom component types.
|
| Constructor and Description |
|---|
StatusMessage(ComponentType componentType,
ActionType action,
String id,
String deviceId,
String... aliasIds)
Creates a new status message.
|
Copyright © 2022. All rights reserved.