Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.utility |
Utility package of helper classes, mostly used in the implementation code.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyClosedException
Thrown when application tries to perform an action on connection/channel
which was already closed
|
class |
ConsumerCancelledException |
class |
ShutdownSignalException
Encapsulates a shutdown condition for a connection to an AMQP broker.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingValueOrException<V,E extends Throwable & SensibleClone<E>> |
interface |
SensibleClone<T extends SensibleClone<T>>
This interface exists as a workaround for the annoyingness of java.lang.Cloneable.
|
class |
ValueOrException<V,E extends Throwable & SensibleClone<E>> |
Modifier and Type | Method and Description |
---|---|
static <T extends Throwable & SensibleClone<T>> |
Utility.fixStackTrace(T throwable) |
static <V,E extends Throwable & SensibleClone<E>> |
ValueOrException.makeException(E exception)
Factory method for exceptions
|
static <V,E extends Throwable & SensibleClone<E>> |
ValueOrException.makeValue(V value)
Factory method for values
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.