Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1022 Bytes

umessage.adoc

File metadata and controls

25 lines (17 loc) · 1022 Bytes

uProtocol Message (uMessage)

Table of Contents

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in IETF BCP14 (RFC2119 & RFC8174)

SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation

See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.

This program and the accompanying materials are made available under
the terms of the Apache License Version 2.0 which is available at
https://www.apache.org/licenses/LICENSE-2.0

SPDX-FileType: DOCUMENTATION
SPDX-License-Identifier: Apache-2.0

1. Overview

UMessage is the top-level message type for the uProtocol. It consists of message metadata and (optional) data (payload).

Note
Please refer to umessage.proto for more details.