|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AmqpException in org.springframework.amqp |
|---|
| Subclasses of AmqpException in org.springframework.amqp | |
|---|---|
class |
AmqpIllegalStateException
Equivalent of an IllegalStateException but within the AmqpException hierarchy. |
class |
AmqpIOException
RuntimeException wrapper for an IOException which
can be commonly thrown from AMQP operations. |
class |
AmqpUnsupportedEncodingException
RuntimeException for unsupported encoding in an AMQP operation. |
class |
UncategorizedAmqpException
A "catch-all" exception type within the AmqpException hierarchy when no more specific cause is known. |
| Uses of AmqpException in org.springframework.amqp.core |
|---|
| Methods in org.springframework.amqp.core that throw AmqpException | |
|---|---|
void |
AmqpTemplate.convertAndSend(Object message)
|
void |
AmqpTemplate.convertAndSend(Object message,
MessagePostProcessor messagePostProcessor)
|
void |
AmqpTemplate.convertAndSend(String routingKey,
Object message)
|
void |
AmqpTemplate.convertAndSend(String routingKey,
Object message,
MessagePostProcessor messagePostProcessor)
|
void |
AmqpTemplate.convertAndSend(String exchange,
String routingKey,
Object message)
|
void |
AmqpTemplate.convertAndSend(String exchange,
String routingKey,
Object message,
MessagePostProcessor messagePostProcessor)
|
Message |
MessagePostProcessor.postProcessMessage(Message message)
|
Message |
AmqpTemplate.receive()
|
Message |
AmqpTemplate.receive(String queueName)
|
Object |
AmqpTemplate.receiveAndConvert()
|
Object |
AmqpTemplate.receiveAndConvert(String queueName)
|
void |
AmqpTemplate.send(MessageCreator messageCreator)
|
void |
AmqpTemplate.send(String routingKey,
MessageCreator messageCreator)
|
void |
AmqpTemplate.send(String exchange,
String routingKey,
MessageCreator messageCreator)
|
| Uses of AmqpException in org.springframework.amqp.rabbit.core |
|---|
| Methods in org.springframework.amqp.rabbit.core that throw AmqpException | ||
|---|---|---|
void |
RabbitTemplate.convertAndSend(Object object)
|
|
void |
RabbitTemplate.convertAndSend(Object message,
MessagePostProcessor messagePostProcessor)
|
|
void |
RabbitTemplate.convertAndSend(String routingKey,
Object object)
|
|
void |
RabbitTemplate.convertAndSend(String routingKey,
Object message,
MessagePostProcessor messagePostProcessor)
|
|
void |
RabbitTemplate.convertAndSend(String exchange,
String routingKey,
Object object)
|
|
void |
RabbitTemplate.convertAndSend(String exchange,
String routingKey,
Object message,
MessagePostProcessor messagePostProcessor)
|
|
|
RabbitOperations.execute(ChannelCallback<T> action)
|
|
Message |
RabbitTemplate.receive()
|
|
Object |
RabbitTemplate.receiveAndConvert()
|
|
Object |
RabbitTemplate.receiveAndConvert(String queueName)
|
|
void |
RabbitTemplate.send(MessageCreator messageCreator)
|
|
void |
RabbitTemplate.send(String routingKey,
MessageCreator messageCreator)
|
|
void |
RabbitTemplate.send(String exchange,
String routingKey,
MessageCreator messageCreator)
|
|
| Uses of AmqpException in org.springframework.amqp.rabbit.listener.adapter |
|---|
| Subclasses of AmqpException in org.springframework.amqp.rabbit.listener.adapter | |
|---|---|
class |
ListenerExecutionFailedException
Exception to be thrown when the execution of a listener method failed. |
| Uses of AmqpException in org.springframework.amqp.rabbit.support |
|---|
| Methods in org.springframework.amqp.rabbit.support that return AmqpException | |
|---|---|
protected AmqpException |
RabbitAccessor.convertRabbitAccessException(Exception ex)
|
static AmqpException |
RabbitUtils.convertRabbitAccessException(Exception ex)
|
| Uses of AmqpException in org.springframework.amqp.support.converter |
|---|
| Subclasses of AmqpException in org.springframework.amqp.support.converter | |
|---|---|
class |
MessageConversionException
|
|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||