Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- handle(Return) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- handle(Error) - Method in interface org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.JavaLangErrorHandler
-
Handle the error; typically, the JVM will be terminated.
- handle(R) - Method in interface org.springframework.amqp.core.ReceiveAndReplyCallback
- handleAck(long, boolean) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- handleCancel(String) - Method in class org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer.SimpleConsumer
- handleCancelOk(String) - Method in class org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer.SimpleConsumer
- handleConfirm(PendingConfirm, boolean) - Method in interface org.springframework.amqp.rabbit.connection.PublisherCallbackChannel.Listener
-
Invoked by the channel when a confirm is received.
- handleConfirm(PendingConfirm, boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
- handleConsumeOk(String) - Method in class org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer.SimpleConsumer
- handleDelivery(String, Envelope, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer.SimpleConsumer
- handleDiscarded(Message) - Method in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
-
Called when a message with a fatal exception has an
x-death
header, prior to discarding the message. - handleError(Throwable) - Method in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
- handleError(Message, Channel, Message<?>, ListenerExecutionFailedException) - Method in interface org.springframework.amqp.rabbit.listener.api.RabbitListenerErrorHandler
-
Handle the error.
- handleError(Message, Message<?>, ListenerExecutionFailedException) - Method in interface org.springframework.amqp.rabbit.listener.api.RabbitListenerErrorHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- handleListenerException(Throwable) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
-
Handle the given exception that arose during listener execution.
- handleListenerException(Throwable) - Method in class org.springframework.amqp.rabbit.listener.adapter.AbstractAdaptableMessageListener
-
Handle the given exception that arose during listener execution.
- handleMessage(T) - Method in interface org.springframework.amqp.rabbit.listener.adapter.ReplyingMessageListener
-
Handle the message and return a reply.
- handleNack(long, boolean) - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- HandlerAdapter - Class in org.springframework.amqp.rabbit.listener.adapter
-
A wrapper for either an
InvocableHandlerMethod
orDelegatingInvocableHandler
. - HandlerAdapter(DelegatingInvocableHandler) - Constructor for class org.springframework.amqp.rabbit.listener.adapter.HandlerAdapter
-
Construct an instance with the provided delegating handler.
- HandlerAdapter(InvocableHandlerMethod) - Constructor for class org.springframework.amqp.rabbit.listener.adapter.HandlerAdapter
-
Construct an instance with the provided method.
- handleRecovery(Recoverable) - Method in class org.springframework.amqp.rabbit.connection.ClosingRecoveryListener
- handleRecoveryStarted(Recoverable) - Method in class org.springframework.amqp.rabbit.connection.ClosingRecoveryListener
- handleResult(InvocationResult, Message, Channel) - Method in class org.springframework.amqp.rabbit.listener.adapter.AbstractAdaptableMessageListener
-
Handle the given result object returned from the listener method, sending a response message back.
- handleResult(InvocationResult, Message, Channel, Object) - Method in class org.springframework.amqp.rabbit.listener.adapter.AbstractAdaptableMessageListener
-
Handle the given result object returned from the listener method, sending a response message back.
- handleReturn(Return) - Method in interface org.springframework.amqp.rabbit.connection.PublisherCallbackChannel.Listener
-
Handle a returned message.
- handleReturn(Return) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
- handleStartupFailure(BackOffExecution) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
- has(Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
-
Check if there is a resource for the given key bound to the current thread.
- hasDefaultHandler() - Method in class org.springframework.amqp.rabbit.listener.adapter.DelegatingInvocableHandler
- hasDelivery() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
- hasException() - Method in class org.springframework.amqp.support.converter.RemoteInvocationResult
-
Return whether this invocation result holds an exception.
- hashCode() - Method in class org.springframework.amqp.core.Address
- hashCode() - Method in class org.springframework.amqp.core.Message
- hashCode() - Method in class org.springframework.amqp.core.MessageProperties
- hashCode() - Method in class org.springframework.amqp.core.QueueInformation
- hashCode() - Method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- hashCode() - Method in class org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer.SimpleConsumer
- hashCode() - Method in class org.springframework.rabbit.stream.support.StreamMessageProperties
- hasInferredTypeHeader(MessageProperties) - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
- hasInvocationTargetException() - Method in class org.springframework.amqp.support.converter.RemoteInvocationResult
-
Return whether this invocation result holds an InvocationTargetException, thrown by an invocation of the target method itself.
- hasPublisherConnectionFactory() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
- HEADERS - Static variable in class org.springframework.amqp.core.ExchangeTypes
-
Headers exchange.
- headersExchange(String) - Static method in class org.springframework.amqp.core.ExchangeBuilder
-
Return a
HeadersExchange
builder. - HeadersExchange - Class in org.springframework.amqp.core
-
Headers exchange.
- HeadersExchange(String) - Constructor for class org.springframework.amqp.core.HeadersExchange
- HeadersExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.HeadersExchange
- HeadersExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.HeadersExchange
- HeadersExchangeParser - Class in org.springframework.amqp.rabbit.config
- HeadersExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.HeadersExchangeParser
- host() - Element in annotation interface org.springframework.amqp.rabbit.test.context.SpringRabbitTest
-
Set the host when not using
RabbitAvailable
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RabbitListenerErrorHandler.handleError(Message, Channel, org.springframework.messaging.Message, ListenerExecutionFailedException)