Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.NotificationMessage
Packages that use NotificationMessage
-
Uses of NotificationMessage in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return NotificationMessageModifier and TypeMethodDescriptionNotificationMessage.Codec.decodeType(EncodingContext context, UaDecoder decoder) PublishResponse.getNotificationMessage()RepublishResponse.getNotificationMessage()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type NotificationMessageMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type NotificationMessageModifier and TypeMethodDescriptionvoidNotificationMessage.Codec.encodeType(EncodingContext context, UaEncoder encoder, NotificationMessage value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type NotificationMessageModifierConstructorDescriptionPublishResponse(ResponseHeader responseHeader, UInteger subscriptionId, UInteger @Nullable [] availableSequenceNumbers, Boolean moreNotifications, NotificationMessage notificationMessage, StatusCode @Nullable [] results, DiagnosticInfo @Nullable [] diagnosticInfos) RepublishResponse(ResponseHeader responseHeader, NotificationMessage notificationMessage)