diff --git a/imports-request-reply.md b/imports-request-reply.md index d36307e..84063a7 100644 --- a/imports-request-reply.md +++ b/imports-request-reply.md @@ -73,14 +73,14 @@ This allows the component to perform request/reply messaging patterns.
message
>[method]message.topic: func
The topic/subject/channel this message was received on
+The topic/subject/channel this message was received on, if any
self
: borrow<message
>[method]message.content-type: func
An optional content-type describing the format of the data in the message. This is @@ -168,6 +168,9 @@ included it as a core interface.
#### `type error` [`error`](#error)+#### `type topic` +[`topic`](#topic) +
#### `resource request-options`
producer
interface for sending messages.
message
>[method]message.topic: func
The topic/subject/channel this message was received on
+The topic/subject/channel this message was received on, if any
self
: borrow<message
>[method]message.content-type: func
An optional content-type describing the format of the data in the message. This is diff --git a/messaging-core.md b/messaging-core.md index 1302613..dd6d715 100644 --- a/messaging-core.md +++ b/messaging-core.md @@ -77,14 +77,14 @@ enabling the component to handle incoming messages without request/reply capabil
message
>[method]message.topic: func
The topic/subject/channel this message was received on
+The topic/subject/channel this message was received on, if any
self
: borrow<message
>[method]message.content-type: func
An optional content-type describing the format of the data in the message. This is diff --git a/messaging-request-reply.md b/messaging-request-reply.md index 37d61c0..e9b9abd 100644 --- a/messaging-request-reply.md +++ b/messaging-request-reply.md @@ -79,14 +79,14 @@ handling incoming messages with request/reply capabilities.
message
>[method]message.topic: func
The topic/subject/channel this message was received on
+The topic/subject/channel this message was received on, if any
self
: borrow<message
>[method]message.content-type: func
An optional content-type describing the format of the data in the message. This is @@ -174,6 +174,9 @@ included it as a core interface.
#### `type error` [`error`](#error)+#### `type topic` +[`topic`](#topic) +
#### `resource request-options`