Package com.azure.core.amqp


package com.azure.core.amqp
Package containing classes common to AMQP protocol.
  • Class
    Description
    General configuration options for AMQP clients.
    Represents a TCP connection between the client and a service that uses the AMQP protocol.
    Represents a state for a connection, session, or link.
    Represents a unidirectional AMQP link.
    An AMQP endpoint that allows users to perform management and metadata operations on it.
    Reserved well-known constants from AMQP protocol.
    The type of approach to apply when calculating the delay between retry attempts.
    A set of options that can be specified to influence how retry attempts are made.
    An abstract representation of a policy to govern retrying of messaging operations.
    An AMQP session representing bidirectional communication that supports multiple AMQP links.
    Represents a signal that caused the AMQP connection to shutdown.
    Represents transaction in message broker.
    Provides an API to manage AMQP transaction on the message broker.
    All TransportType switches available for AMQP protocol.
    Claims-based security (CBS) node that authorizes connections with AMQP services.
    A policy to govern retrying of messaging operations in which the delay between retries will grow in an exponential manner, allowing more time to recover as the number of retries increases.
    A policy to govern retrying of messaging operations in which the base delay between retries remains the same.
    Supported methods of proxy authentication.
    Properties for configuring proxies with Event Hubs.