|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AmqpException in org.springframework.amqp |
---|
Subclasses of AmqpException in org.springframework.amqp | |
---|---|
class |
AmqpConnectException
RuntimeException wrapper for an ConnectException which can be commonly thrown from AMQP operations if the
remote process dies or there is a network issue. |
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)
|
Object |
AmqpTemplate.convertSendAndReceive(Object message)
|
Message |
MessagePostProcessor.postProcessMessage(Message message)
|
Message |
AmqpTemplate.receive()
|
Message |
AmqpTemplate.receive(String queueName)
|
Object |
AmqpTemplate.receiveAndConvert()
|
Object |
AmqpTemplate.receiveAndConvert(String queueName)
|
void |
AmqpTemplate.send(Message message)
|
void |
AmqpTemplate.send(String routingKey,
Message message)
|
void |
AmqpTemplate.send(String exchange,
String routingKey,
Message message)
|
Uses of AmqpException in org.springframework.amqp.rabbit.connection |
---|
Methods in org.springframework.amqp.rabbit.connection that throw AmqpException | |
---|---|
void |
RabbitResourceHolder.commitAll()
|
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)
|
|
Object |
RabbitTemplate.convertSendAndReceive(Object message)
|
|
Object |
RabbitTemplate.convertSendAndReceive(String routingKey,
Object message)
|
|
Object |
RabbitTemplate.convertSendAndReceive(String exchange,
String routingKey,
Object message)
|
|
|
RabbitOperations.execute(ChannelCallback<T> action)
|
|
Message |
RabbitTemplate.receive()
|
|
Object |
RabbitTemplate.receiveAndConvert()
|
|
Object |
RabbitTemplate.receiveAndConvert(String queueName)
|
|
void |
RabbitTemplate.send(Message message)
|
|
void |
RabbitTemplate.send(String routingKey,
Message message)
|
|
void |
RabbitTemplate.send(String exchange,
String routingKey,
Message message)
|
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(Throwable ex)
|
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |