public abstract class ShutdownSignalExceptionResolver extends Object implements ExceptionResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL_CLOSE |
| Constructor and Description |
|---|
ShutdownSignalExceptionResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getReplyCode(com.rabbitmq.client.ShutdownSignalException exception) |
protected boolean |
reasonIsChannelClose(Throwable throwable) |
AmqpExtensionException |
resolveException(Throwable throwable)
resolves exception from inner information for the throwable
|
public static final String CHANNEL_CLOSE
public AmqpExtensionException resolveException(Throwable throwable)
ExceptionResolverresolveException in interface ExceptionResolverthrowable - throwable raised by the java clientprotected boolean reasonIsChannelClose(Throwable throwable)
protected int getReplyCode(com.rabbitmq.client.ShutdownSignalException exception)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.