interface BrokerWriterGroupTransportDataTypeOptions {
    authenticationProfileUri?: UAString;
    queueName?: UAString;
    requestedDeliveryGuarantee?: BrokerTransportQualityOfService;
    resourceUri?: UAString;
}

Hierarchy (view full)

Properties

authenticationProfileUri?: UAString
queueName?: UAString
requestedDeliveryGuarantee?: BrokerTransportQualityOfService
resourceUri?: UAString