When publishing a message to the stream, the configuration can include a transaction object to execute the operation atomically.

interface PublishMessageConfig {
    transaction?: ProviderTransaction;
}

Properties

Properties

transaction?: ProviderTransaction