NATS
Definitions
The providerId
argument, including the default value "default", must correspond to an equivalent property in events.providers.nats entry of the router config.yml.
@edfs_natsPublish
subject
String!
The event subject.
providerId
String!
The provider ID, which identifies the connection in the router config.yaml. If unsupplied, the provider ID "default" will be used.
@edfs__natsRequest
subject
String!
The event subject.
providerId
String!
The provider ID, which identifies the connection in the router config.yaml. If unsupplied, the provider ID "default" will be used.
@edfs__natsSubscribe
subjects
[String!]!
providerId
String!
The provider ID, which identifies the connection in the router config.yaml. If unsupplied, the provider ID "default" will be used.
streamConfiguration
edfs__StreamConfiguration
Configures a stream/consumer for a NATS connection.
For a full example please refer to:
Last updated