| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
NotificationMessage |
NotificationMessage.Codec.decode(SerializationContext context,
UaDecoder decoder) |
NotificationMessage |
RepublishResponse.getNotificationMessage() |
NotificationMessage |
PublishResponse.getNotificationMessage() |
| Modifier and Type | Method and Description |
|---|---|
Class<NotificationMessage> |
NotificationMessage.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationMessage.Codec.encode(SerializationContext context,
UaEncoder encoder,
NotificationMessage value) |
| Constructor and Description |
|---|
PublishResponse(ResponseHeader responseHeader,
UInteger subscriptionId,
UInteger[] availableSequenceNumbers,
Boolean moreNotifications,
NotificationMessage notificationMessage,
StatusCode[] results,
DiagnosticInfo[] diagnosticInfos) |
RepublishResponse(ResponseHeader responseHeader,
NotificationMessage notificationMessage) |
Copyright © 2025. All rights reserved.