public abstract class ShutdownSignalExceptionResolver extends Object implements ExceptionResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL_CLOSE |
| Constructor and Description |
|---|
ShutdownSignalExceptionResolver(boolean connectionExceptionByDefault) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getReplyCode(com.rabbitmq.client.ShutdownSignalException exception) |
boolean |
isConnectionExceptionByDefault() |
protected boolean |
reasonIsChannelClose(Throwable throwable) |
AmqpExtensionException |
resolveException(Throwable throwable)
resolves exception from inner information for the throwable
|
public static final String CHANNEL_CLOSE
public ShutdownSignalExceptionResolver(boolean connectionExceptionByDefault)
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)
public boolean isConnectionExceptionByDefault()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.