interface PublishOptions {
    routingKey?: string;
}

Properties

Properties

routingKey?: string