Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
ConnectionFactory.getExceptionHandler()
Get the exception handler.
|
ExceptionHandler |
Connection.getExceptionHandler()
Get the exception handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the exception handler to use for newly created connections.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExceptionHandler
Default implementation of
ExceptionHandler
used by AMQConnection . |
class |
ForgivingExceptionHandler
An implementation of
ExceptionHandler that does not
close channels on unhandled consumer and listener exception. |
class |
StrictExceptionHandler
An implementation of
ExceptionHandler that does
close channels on unhandled consumer exception. |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
AMQConnection.getExceptionHandler()
Protected API - retrieve the current ExceptionHandler
|
ExceptionHandler |
ConnectionParams.getExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setExceptionHandler(ExceptionHandler exceptionHandler) |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
AutorecoveringConnection.getExceptionHandler() |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.