Navigation Menu

Skip to content

Commit

Permalink
Add descriptions about envelope's "timeout" field
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 55de6a5 commit 1d17c38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions reference/1.1.0/message/index.md
Expand Up @@ -16,6 +16,7 @@ The basic format of a request message is like following:
"type" : "<Type of the message>",
"replyTo" : "<Route to the receiver>",
"dataset" : "<Name of the target dataset>",
"timeout" : <Seconds to wait for the result>,
"body" : <Body of the message>
}

Expand Down Expand Up @@ -63,6 +64,17 @@ Value
Default value
: Nothing. This is required information.

### `timeout` {#request-timeout}

Abstract
: Time to expire the request message, in seconds.

Value
: A float number, for example: `0.5`.

Default value
: `60` (means one minute). This is optional.

### `body` {#request-body}

Abstract
Expand Down

0 comments on commit 1d17c38

Please sign in to comment.