Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Channel
Interface to a channel.
|
interface |
Connection
Public API: Interface to an AMQ connection.
|
interface |
RecoverableChannel
Convenient interface when working against auto-recovery channels.
|
interface |
RecoverableConnection
Convenient interface when working against auto-recovery connections.
|
Modifier and Type | Class and Description |
---|---|
class |
AMQChannel
Base class modelling an AMQ channel.
|
class |
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.
|
class |
ChannelN
Main interface to AMQP protocol functionality.
|
class |
ShutdownNotifierComponent
A class that manages
ShutdownListener s and remembers the reason for a shutdown. |
Modifier and Type | Class and Description |
---|---|
class |
AutorecoveringChannel
Channel implementation that is automatically
recovered during connection recovery. |
class |
AutorecoveringConnection
Connection implementation that performs automatic recovery when
connection shutdown is not initiated by the application (e.g.
|
class |
RecoveryAwareAMQConnection
AMQConnection modification that uses RecoveryAwareChannelN |
class |
RecoveryAwareChannelN
ChannelN modification that keeps track of delivery
tags and avoids sending |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.