Interface INatsPublisherOptions

Options for NatsPublisher<T> class.

interface INatsPublisherOptions {
    client: NatsClient;
    streamName: string;
}

Properties

Properties

client: NatsClient

The underlying client.

streamName: string

The name of the underlying stream.

Generated using TypeDoc