Index
All Classes and Interfaces|All Packages
A
- AbstractConnectionFactoryConfigurer<T> - Class in org.springframework.boot.amqp.autoconfigure
-
Base class for configurers of sub-classes of
AbstractConnectionFactory. - AbstractConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
properties. - AbstractConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
propertiesandconnectionDetails, with the latter taking priority. - AbstractRabbitListenerContainerFactoryConfigurer<T> - Class in org.springframework.boot.amqp.autoconfigure
-
Base class for configurers of sub-classes of
AbstractRabbitListenerContainerFactory. - AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Creates a new configurer that will use the given
rabbitProperties. - Address(String, int) - Constructor for record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Creates an instance of a
Addressrecord class. - AmqpContainer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
B
- BaseContainer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
- bindTo(MeterRegistry) - Method in class org.springframework.boot.amqp.metrics.RabbitMetrics
C
- Cache() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache
- CachingConnectionFactoryConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configures Rabbit
CachingConnectionFactorywith sensible defaults tuned using configuration properties. - CachingConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
properties. - CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
propertiesandconnectionDetails, with the latter taking priority. - Channel() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.DirectRabbitListenerContainerFactoryConfigurer
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.SimpleRabbitListenerContainerFactoryConfigurer
- configure(CachingConnectionFactory, RabbitProperties) - Method in class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
- configure(RabbitConnectionFactoryBean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
-
Configure the specified rabbit connection factory bean.
- configure(RabbitTemplate, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
-
Configure the specified
RabbitTemplate. - configure(RabbitStreamTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
-
Configure the specified
RabbitStreamTemplate. - configure(T) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
-
Configures the given
connectionFactorywith sensible defaults. - configure(T, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Configure the specified rabbit listener container factory.
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
- configure(T, RabbitProperties) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
-
Configures the given
connectionFactoryusing the givenrabbitProperties. - Connection() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- ConnectionFactoryCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the RabbitMQ
ConnectionFactoryto fine-tune its auto-configuration. - createContributor(Map) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createIndicator(RabbitTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createRetryTemplate(RabbitProperties.Retry) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
- customize(ConnectionFactory) - Method in interface org.springframework.boot.amqp.autoconfigure.ConnectionFactoryCustomizer
-
Customize the
ConnectionFactory. - customize(EnvironmentBuilder) - Method in interface org.springframework.boot.amqp.autoconfigure.EnvironmentBuilderCustomizer
-
Customize the
EnvironmentBuilder. - customize(RabbitTemplate) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitTemplateCustomizer
-
Callback to customize a
RabbitTemplateinstance. - customize(RabbitRetryTemplateSettings) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitTemplateRetrySettingsCustomizer
-
Callback to customize the
RabbitRetryTemplateSettingsto create theRetryTemplateused as part ofRabbitTemplateoperations. - customize(RetryPolicySettings) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitListenerRetrySettingsCustomizer
-
Callback to customize the
RetryPolicySettingsto create theRetryPolicyused by message listeners.
D
- determineAddresses() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
-
Returns the configured addresses or a single address (
host:port) created from the configured host and port if no addresses have been set. - determineEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
-
Returns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.
- determineHost() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
-
Returns the host from the first address, or the configured host if no addresses have been set.
- determinePassword() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
-
If addresses have been set and the first address has a password it is returned.
- determinePort() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
-
Returns the port from the first address, or the configured port if no addresses have been set.
- determineUsername() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
-
If addresses have been set and the first address has a username it is returned.
- determineVirtualHost() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
-
If addresses have been set and the first address has a virtual host it is returned.
- DIRECT - Enum constant in enum class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ContainerType
-
Container where the listener is invoked directly on the RabbitMQ consumer thread.
- DirectContainer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.DirectContainer
- DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configure
DirectRabbitListenerContainerFactorywith sensible defaults tuned using configuration properties. - DirectRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.DirectRabbitListenerContainerFactoryConfigurer
-
Creates a new configurer that will use the given
rabbitProperties. - doHealthCheck(Health.Builder) - Method in class org.springframework.boot.amqp.health.RabbitHealthIndicator
E
- EnvironmentBuilderCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
EnvironmentBuilderto fine-tune its auto-configuration before it creates anEnvironment. - equals(Object) - Method in record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Indicates whether some other object is "equal to" this one.
G
- getAcknowledgeMode() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- getAddresses() - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
-
List of addresses to which the client should connect.
- getAddresses() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getAddressShuffleMode() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getAlgorithm() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getAllowedListPatterns() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getBatchSize() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- getBundle() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getCache() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getChannel() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache
- getChannelRpcTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getCheckoutTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- getConcurrency() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- getConnection() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache
- getConnectionNameStrategy() - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
- getConnectionTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getConsumersPerQueue() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.DirectContainer
- getDefaultReceiveQueue() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getDefaultRequeueRejected() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- getDirect() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- getEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getExchange() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getFirstAddress() - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
-
Returns the first address.
- getHost() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getHost() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- getIdleEventInterval() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- getInitialInterval() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- getKeyStore() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getKeyStoreAlgorithm() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getKeyStorePassword() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getKeyStoreType() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getListener() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getMandatory() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getMaxConcurrency() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- getMaxInboundMessageBodySize() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getMaxInterval() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- getMaxRetries() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- getMode() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- getMultiplier() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- getName() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- getPassword() - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
-
Login to authenticate against the broker.
- getPassword() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getPassword() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- getPort() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getPort() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- getPrefetch() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- getPublisherConfirmType() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getRabbitProperties() - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
- getRabbitProperties() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
- getReceiveTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getReplyTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getRequestedChannelMax() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getRequestedHeartbeat() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getRetry() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- getRetry() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getRetryListeners() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitRetryTemplateSettings
-
Return the list of
RetryListenerinstances. - getRetryPolicySettings() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitRetryTemplateSettings
-
Return the
RetryPolicySettingsto use to customize the retry policy. - getRoutingKey() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- getSimple() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- getSize() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- getSize() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- getSsl() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getSslBundle() - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
-
SSL bundle to use.
- getStream() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getStream() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- getTemplate() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getTrustStore() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getTrustStoreAlgorithm() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getTrustStorePassword() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getTrustStoreType() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- getType() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- getUsername() - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
-
Login user to authenticate to the broker.
- getUsername() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getUsername() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- getVirtualHost() - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails
-
Virtual host to use when connecting to the broker.
- getVirtualHost() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- getVirtualHost() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
H
- hashCode() - Method in record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Returns a hash code value for this object.
- host() - Method in record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Returns the value of the
hostrecord component.
I
- isAutoStartup() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- isConsumerBatchEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- isDeBatchingEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- isEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- isForceStop() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.DirectContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- isNativeListener() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.StreamContainer
- isObservationEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
- isObservationEnabled() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- isPublisherReturns() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- isStateless() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ListenerRetry
- isValidateServerCertificate() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- isVerifyHostname() - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
L
- Listener() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- ListenerRetry() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ListenerRetry
O
- org.springframework.boot.amqp.autoconfigure - package org.springframework.boot.amqp.autoconfigure
-
Auto-configuration for RabbitMQ.
- org.springframework.boot.amqp.autoconfigure.health - package org.springframework.boot.amqp.autoconfigure.health
-
Auto-configuration for RabbitMQ health.
- org.springframework.boot.amqp.autoconfigure.metrics - package org.springframework.boot.amqp.autoconfigure.metrics
-
Auto-configuration for RabbitMQ metrics.
- org.springframework.boot.amqp.health - package org.springframework.boot.amqp.health
-
Health integration for AMQP and RabbitMQ.
- org.springframework.boot.amqp.metrics - package org.springframework.boot.amqp.metrics
-
Metrics for AMQP and RabbitMQ.
P
- port() - Method in record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Returns the value of the
portrecord component.
R
- RabbitAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure
-
Auto-configurationforRabbitTemplate. - RabbitAutoConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration
- RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.amqp.autoconfigure
- RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration - Class in org.springframework.boot.amqp.autoconfigure
- RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.amqp.autoconfigure
- RabbitConnectionDetails - Interface in org.springframework.boot.amqp.autoconfigure
-
Details required to establish a connection to a RabbitMQ service.
- RabbitConnectionDetails.Address - Record Class in org.springframework.boot.amqp.autoconfigure
-
A RabbitMQ address.
- RabbitConnectionFactoryBeanConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configures
RabbitConnectionFactoryBeanwith sensible defaults tuned using configuration properties. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
-
Creates a new configurer that will use the given
resourceLoaderandproperties. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
-
Creates a new configurer that will use the given
resourceLoader,properties, andconnectionDetails. - RabbitConnectionFactoryBeanConfigurer(ResourceLoader, RabbitProperties, RabbitConnectionDetails, SslBundles) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
-
Creates a new configurer that will use the given
resourceLoader,properties,connectionDetails, andsslBundles. - RabbitConnectionFactoryCreator(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
- RabbitHealthContributorAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure.health
-
Auto-configurationforRabbitHealthIndicator. - RabbitHealthIndicator - Class in org.springframework.boot.amqp.health
-
Simple implementation of a
HealthIndicatorreturning status information for the RabbitMQ messaging system. - RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.amqp.health.RabbitHealthIndicator
- RabbitListenerRetrySettingsCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
-
Callback interface that can be used to customize retry settings used by message listeners.
- RabbitMessagingTemplateConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitMessagingTemplateConfiguration
- RabbitMetrics - Class in org.springframework.boot.amqp.metrics
-
A
MeterBinderfor RabbitMQ Java Client metrics. - RabbitMetrics(ConnectionFactory, Iterable) - Constructor for class org.springframework.boot.amqp.metrics.RabbitMetrics
-
Create a new meter binder recording the specified
ConnectionFactory. - RabbitMetricsAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure.metrics
-
Auto-configurationfor metrics on all availableconnection factories. - RabbitMetricsAutoConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.metrics.RabbitMetricsAutoConfiguration
- RabbitProperties - Class in org.springframework.boot.amqp.autoconfigure
-
Configuration properties for Rabbit.
- RabbitProperties() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- RabbitProperties.AmqpContainer - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.BaseContainer - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.Cache - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.Cache.Channel - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.Cache.Connection - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.ContainerType - Enum Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.DirectContainer - Class in org.springframework.boot.amqp.autoconfigure
-
Configuration properties for
DirectMessageListenerContainer. - RabbitProperties.Listener - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.ListenerRetry - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.Retry - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.SimpleContainer - Class in org.springframework.boot.amqp.autoconfigure
-
Configuration properties for
SimpleMessageListenerContainer. - RabbitProperties.Ssl - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.Stream - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.StreamContainer - Class in org.springframework.boot.amqp.autoconfigure
- RabbitProperties.Template - Class in org.springframework.boot.amqp.autoconfigure
- RabbitRetryTemplateSettings - Class in org.springframework.boot.amqp.autoconfigure
-
Define the settings of a
RetryTemplate. - RabbitStreamTemplateConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configure
RabbitStreamTemplatewith sensible defaults. - RabbitStreamTemplateConfigurer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
- RabbitTemplateConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration.RabbitTemplateConfiguration
- RabbitTemplateConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configure
RabbitTemplatewith sensible defaults tuned using configuration properties. - RabbitTemplateConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
-
Creates a new configurer that will use the given
rabbitProperties. - RabbitTemplateCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
-
Callback interface that can be used to customize a
RabbitTemplate. - RabbitTemplateRetrySettingsCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
-
Callback interface that can be used to customize retry settings used by
RabbitTemplate. - Retry() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
S
- setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setAddresses(List) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setAddressShuffleMode(AbstractConnectionFactory.AddressShuffleMode) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setAlgorithm(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setAllowedListPatterns(List) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setAutoStartup(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setBatchSize(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- setBundle(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setChannelRpcTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setCheckoutTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- setConcurrency(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- setConnectionNameStrategy(ConnectionNameStrategy) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setConsumerBatchEnabled(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- setConsumersPerQueue(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.DirectContainer
- setCredentialsProvider(CredentialsProvider) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
- setCredentialsRefreshService(CredentialsRefreshService) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
- setDeBatchingEnabled(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setDefaultReceiveQueue(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setEnabled(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- setEnabled(Boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setExchange(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setForceStop(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setHost(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setHost(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setInitialInterval(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- setKeyStore(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setKeyStoreAlgorithm(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setKeyStorePassword(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setKeyStoreType(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setMandatory(Boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- setMaxInboundMessageBodySize(DataSize) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setMaxInterval(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- setMaxRetries(long) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- setMessageConverter(MessageConverter) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the
MessageConverterto use ornullif the out-of-the-box converter should be used. - setMessageConverter(MessageConverter) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
-
Set the
MessageConverterto use ornullif the out-of-the-box converter should be used. - setMessageConverter(MessageConverter) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
-
Set the
MessageConverterto use ornullif the out-of-the-box converter should be used. - setMessageRecoverer(MessageRecoverer) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the
MessageRecovererto use ornullto rely on the default. - setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.DirectContainer
- setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- setMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- setMultiplier(double) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Retry
- setName(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- setNativeListener(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.StreamContainer
- setObservationEnabled(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
- setObservationEnabled(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setPassword(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- setPassword(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setPort(int) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- setPort(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setPrefetch(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
- setProducerCustomizer(ProducerCustomizer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
-
Set the
ProducerCustomizerinstances to use. - setPublisherConfirmType(CachingConnectionFactory.ConfirmType) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setPublisherReturns(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setReplyTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setRequestedChannelMax(int) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setRequestedHeartbeat(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setRetrySettingsCustomizers(List) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the
RabbitListenerRetrySettingsCustomizerinstances to use. - setRetrySettingsCustomizers(List) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
-
Set the
RabbitTemplateRetrySettingsCustomizerinstances to use. - setRoutingKey(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- setSize(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- setSize(Integer) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- setStateless(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ListenerRetry
- setStreamMessageConverter(StreamMessageConverter) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
-
Set the
StreamMessageConverterto use ornullif the out-of-the-box stream message converter should be used. - setTaskExecutor(Executor) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the task executor to use.
- setTrustStore(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setTrustStoreAlgorithm(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setTrustStorePassword(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setTrustStoreType(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setType(RabbitProperties.ContainerType) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Listener
- setUsername(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- setUsername(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setValidateServerCertificate(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setVerifyHostname(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- setVirtualHost(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties
- setVirtualHost(String) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- SIMPLE - Enum constant in enum class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ContainerType
-
Container where the RabbitMQ consumer dispatches messages to an invoker thread.
- SimpleContainer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.SimpleContainer
- SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configure
SimpleRabbitListenerContainerFactorywith sensible defaults tuned using configuration properties. - SimpleRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.SimpleRabbitListenerContainerFactoryConfigurer
-
Creates a new configurer that will use the given
rabbitProperties. - Ssl() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Ssl
- Stream() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Stream
- STREAM - Enum constant in enum class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ContainerType
-
Container that uses the RabbitMQ Stream Client.
- StreamContainer() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.StreamContainer
T
- Template() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Template
- toString() - Method in record class org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address
-
Returns a string representation of this record class.
V
- valueOf(String) - Static method in enum class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ContainerType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.amqp.autoconfigure.RabbitProperties.ContainerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages