Reference
exports
A list of exports for this account.
- Default value: n/a
- Hot reloadable: Yes
Values
Type | Description | Choices |
---|---|---|
[ object ] | An object with a set of explicit properties that can be set. | - |
Properties
Name | Description | Type | Default |
---|---|---|---|
stream | A subject or subject with wildcards that the account will publish to. Exclusive of service . | string | - |
service | A subject or subject with wildcards that the account will subscribe to. Exclusive of stream . | string | - |
accounts | A list of account names that can import the stream or service. If not specified, the service or stream is public and any account can import it. | string | - |
response_type | Indicates if a response to a service request consists of a single or a stream of messages. Possible values are single or stream . | string | single |