Type alias ExternalStream

ExternalStream: {
    api: string;
    deliver?: string;
}

Type declaration

  • api: string

    API prefix for the remote stream - the API prefix should be something like `$JS.domain.API where domain is the JetStream domain on the NATS server configuration.

  • Optional deliver?: string

    Deliver prefix for the remote stream

Generated using TypeDoc