@azure/core-amqp
Version:
Common library for amqp based azure sdks like @azure/event-hubs.
16 lines • 1.33 kB
TypeScript
export { RequestResponseLink, type SendRequestOptions } from "./requestResponseLink.js";
export { retry, type RetryOptions, type RetryConfig, RetryOperationType, RetryMode, } from "./retry.js";
export { TokenType } from "./auth/token.js";
export { ConnectionConfig, type ConnectionConfigOptions, } from "./connectionConfig/connectionConfig.js";
export { CbsClient, type CbsResponse } from "./cbs.js";
export { Constants, StandardAbortMessage } from "./util/constants.js";
export { AmqpMessageHeader } from "./messageHeader.js";
export { AmqpMessageProperties } from "./messageProperties.js";
export { ConnectionContextBase, type ConnectionProperties, type CreateConnectionContextBaseParameters, } from "./ConnectionContextBase.js";
export { MessagingError, isMessagingError, ErrorNameConditionMapper, ConditionErrorNameMapper, translate, retryableErrors, isSystemError, SystemErrorConditionMapper, type NetworkSystemError, } from "./errors.js";
export { delay, parseConnectionString, defaultCancellableLock, type ParsedOutput, type WebSocketOptions, } from "./util/utils.js";
export { AmqpAnnotatedMessage } from "./amqpAnnotatedMessage.js";
export { logger } from "./log.js";
export * from "./internals.js";
export type { AcquireLockProperties, CancellableAsyncLock } from "./util/lock.js";
//# sourceMappingURL=index.d.ts.map