Uses of Interface
com.rabbitmq.utility.SensibleClone
Packages that use 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.clientClasses in com.rabbitmq.client that implement SensibleCloneModifier and TypeClassDescriptionclassThrown when application tries to perform an action on connection/channel which was already closedclassclassEncapsulates a shutdown condition for a connection to an AMQP broker.
- 
Uses of SensibleClone in com.rabbitmq.utilityClasses in com.rabbitmq.utility with type parameters of type SensibleCloneModifier and TypeClassDescriptionclassBlockingValueOrException<V,E extends Throwable & SensibleClone<E>> interfaceSensibleClone<T extends SensibleClone<T>>This interface exists as a workaround for the annoyingness of java.lang.Cloneable.classValueOrException<V,E extends Throwable & SensibleClone<E>> Methods in com.rabbitmq.utility with type parameters of type SensibleCloneModifier 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