Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- factory() - Static method in class org.springframework.amqp.rabbit.connection.PublisherCallbackChannelImpl
- FactoryFinder - Interface in org.springframework.amqp.rabbit.connection
-
Callback to determine the connection factory using the provided information.
- failure(Object, String, String) - Method in class org.springframework.amqp.rabbit.listener.MicrometerHolder
- FALSE - Static variable in annotation interface org.springframework.amqp.rabbit.annotation.Exchange
- FANOUT - Static variable in class org.springframework.amqp.core.ExchangeTypes
-
Fanout exchange.
- fanoutExchange(String) - Static method in class org.springframework.amqp.core.ExchangeBuilder
-
Return a
FanoutExchange
builder. - FanoutExchange - Class in org.springframework.amqp.core
-
Simple container collecting information to describe a fanout exchange.
- FanoutExchange(String) - Constructor for class org.springframework.amqp.core.FanoutExchange
- FanoutExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.FanoutExchange
- FanoutExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.FanoutExchange
- FanoutExchangeParser - Class in org.springframework.amqp.rabbit.config
- FanoutExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.FanoutExchangeParser
- fatal() - Static method in class org.springframework.amqp.rabbit.junit.BrokerRunning
- fatal() - Static method in class org.springframework.amqp.rabbit.junit.BrokerRunningSupport
- FatalExceptionStrategy - Interface in org.springframework.amqp.rabbit.listener
-
A strategy interface for the
ConditionalRejectingErrorHandler
to decide whether an exception should be considered to be fatal and the message should not be requeued. - FatalListenerExecutionException - Exception in org.springframework.amqp.rabbit.listener.exception
-
Exception to be thrown when the execution of a listener method failed with an irrecoverable problem.
- FatalListenerExecutionException(String) - Constructor for exception org.springframework.amqp.rabbit.listener.exception.FatalListenerExecutionException
-
Constructor for ListenerExecutionFailedException.
- FatalListenerExecutionException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.exception.FatalListenerExecutionException
-
Constructor for ListenerExecutionFailedException.
- FatalListenerStartupException - Exception in org.springframework.amqp.rabbit.listener.exception
-
Exception to be thrown when the execution of a listener method failed on startup.
- FatalListenerStartupException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException
-
Constructor for ListenerExecutionFailedException.
- fillInClientStackTraceIfPossible(Throwable) - Static method in class org.springframework.amqp.support.converter.RemoteInvocationUtils
-
Fill the current client-side stack trace into the given exception.
- findHandlerForPayload(Class<? extends Object>) - Method in class org.springframework.amqp.rabbit.listener.adapter.DelegatingInvocableHandler
- findIdleConsumer() - Method in class org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer
-
When adjusting down, return a consumer that can be canceled.
- findIdleConsumer() - Method in class org.springframework.amqp.rabbit.listener.DirectReplyToMessageListenerContainer
- flush() - Method in class org.springframework.amqp.rabbit.core.BatchingRabbitTemplate
-
Flush any partial in-progress batches.
- forceCloseAndClearQueue() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
- frameMaxHeadroom(int) - Method in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
-
Set the amount by which the negotiated frame_max is to be reduced when considering truncating the stack trace header.
- fromClass(Class<?>, MessageProperties) - Method in interface org.springframework.amqp.support.converter.ClassMapper
- fromClass(Class<?>, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
- fromClass(Class<?>, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
- fromClonedMessage(Message) - Static method in class org.springframework.amqp.core.MessageBuilder
-
The final message will have a copy of the message body, the MessageProperties will be cloned (top level only).
- fromClonedProperties(MessageProperties) - Static method in class org.springframework.amqp.core.MessagePropertiesBuilder
-
Performs a shallow copy of the properties for the initial value.
- fromHeaders(MessageHeaders, MessageProperties) - Method in class org.springframework.amqp.support.SimpleAmqpHeaderMapper
- fromInferredTypeHeader(MessageProperties) - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
- fromInt(int) - Static method in enum class org.springframework.amqp.core.MessageDeliveryMode
- fromJavaType(JavaType, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
- fromJavaType(JavaType, MessageProperties) - Method in interface org.springframework.amqp.support.converter.Jackson2JavaTypeMapper
-
Set the message properties according to the type.
- fromMessage(Message) - Static method in class org.springframework.amqp.core.MessageBuilder
-
The final message body will be a direct reference to the message body, the MessageProperties will be a shallow copy.
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.AbstractJackson2MessageConverter
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.ContentTypeDelegatingMessageConverter
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
-
Unmarshals the given
Message
into an object. - fromMessage(Message) - Method in interface org.springframework.amqp.support.converter.MessageConverter
-
Convert from a Message to a Java object.
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.MessagingMessageConverter
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.RemoteInvocationAwareMessageConverterAdapter
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
-
Converts from a AMQP Message to an Object.
- fromMessage(Message) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
-
Converts from a AMQP Message to an Object.
- fromMessage(Message) - Method in class org.springframework.rabbit.stream.support.converter.DefaultStreamMessageConverter
- fromMessage(Message) - Method in interface org.springframework.rabbit.stream.support.converter.StreamMessageConverter
- fromMessage(Message, Object) - Method in class org.springframework.amqp.support.converter.AbstractJackson2MessageConverter
-
A variant of
MessageConverter.fromMessage(Message)
which takes an extra conversion context as an argument. - fromMessage(Message, Object) - Method in interface org.springframework.amqp.support.converter.SmartMessageConverter
-
A variant of
MessageConverter.fromMessage(Message)
which takes an extra conversion context as an argument. - fromMessageProperties(MessageProperties, String) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
- fromMessageProperties(MessageProperties, String) - Method in interface org.springframework.amqp.rabbit.support.MessagePropertiesConverter
- fromProperties(MessageProperties) - Static method in class org.springframework.amqp.core.MessagePropertiesBuilder
-
Initializes the builder with the supplied properties; the same object will be returned by
MessagePropertiesBuilder.build()
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form