Uses of Class
com.rabbitmq.client.ChannelContinuationTimeoutException
-
Packages that use ChannelContinuationTimeoutException Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of ChannelContinuationTimeoutException in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return ChannelContinuationTimeoutException Modifier and Type Method Description protected ChannelContinuationTimeoutException
AMQChannel. wrapTimeoutException(Method m, TimeoutException e)
Cleans RPC channel state after a timeout and wraps the TimeoutException in a ChannelContinuationTimeoutException
-