Uses of Interface
com.rabbitmq.utility.SensibleClone
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Utility package of helper classes, mostly used in the implementation code.
-
Uses of SensibleClone in com.rabbitmq.client
Modifier and TypeClassDescriptionclass
Thrown when application tries to perform an action on connection/channel which was already closedclass
class
Encapsulates a shutdown condition for a connection to an AMQP broker. -
Uses of SensibleClone in com.rabbitmq.utility
Modifier and TypeClassDescriptionclass
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 TypeMethodDescriptionstatic <T extends Throwable & SensibleClone<T>>
TUtility.fixStackTrace
(T throwable) static <V,
E extends Throwable & SensibleClone<E>>
ValueOrException<V, E> ValueOrException.makeException
(E exception) Factory method for exceptionsstatic <V,
E extends Throwable & SensibleClone<E>>
ValueOrException<V, E> ValueOrException.makeValue
(V value) Factory method for values