Index

A C E G H I L O P S T 
All Classes and Interfaces|All Packages

A

Address(String, int) - Constructor for record class org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails.Address
Creates an instance of a Address record class.
AmqpAutoConfiguration - Class in org.springframework.boot.amqp.autoconfigure
Auto-configuration for generic AMQP 1.0 support.
AmqpAutoConfiguration() - Constructor for class org.springframework.boot.amqp.autoconfigure.AmqpAutoConfiguration
 
AmqpClientCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
Callback interface that can be used to customize the auto-configured AmqpClient.Builder.
AmqpConnectionDetails - Interface in org.springframework.boot.amqp.autoconfigure
Details required to establish a connection to an AMQP broker.
AmqpConnectionDetails.Address - Record Class in org.springframework.boot.amqp.autoconfigure
An AMQP broker address.
AmqpMessageListenerContainerFactoryConfigurer - Class in org.springframework.boot.amqp.autoconfigure
Configure AmqpMessageListenerContainerFactory with sensible defaults tuned using configuration properties.
AmqpMessageListenerContainerFactoryConfigurer(AmqpProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.AmqpMessageListenerContainerFactoryConfigurer
 
AmqpProperties - Class in org.springframework.boot.amqp.autoconfigure
Configuration properties for AMQP 1.0 connectivity.
AmqpProperties() - Constructor for class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
AmqpProperties.Client - Class in org.springframework.boot.amqp.autoconfigure
Client-level settings.
AmqpProperties.Listener - Class in org.springframework.boot.amqp.autoconfigure
 

C

Client() - Constructor for class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Client
 
configure(AmqpMessageListenerContainerFactory) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpMessageListenerContainerFactoryConfigurer
 
ConnectionOptionsCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
Callback interface for customizing ConnectionOptions on the auto-configured AmqpConnectionFactory.
customize(ConnectionOptions) - Method in interface org.springframework.boot.amqp.autoconfigure.ConnectionOptionsCustomizer
Customize the ConnectionOptions.
customize(AmqpClient.Builder) - Method in interface org.springframework.boot.amqp.autoconfigure.AmqpClientCustomizer
Callback to customize a AmqpClient.Builder instance.

E

equals(Object) - Method in record class org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails.Address
Indicates whether some other object is "equal to" this one.

G

getAddress() - Method in interface org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails
Return the AmqpConnectionDetails.Address of the broker.
getClient() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
getCompletionTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Client
 
getConcurrency() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
getDefaultToAddress() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Client
 
getGracefulShutdownPeriod() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
getHost() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
getInitialCredits() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
getListener() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
getPassword() - Method in interface org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails
Password used to authenticate to the broker.
getPassword() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
getPort() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
getReceiveTimeout() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
getUsername() - Method in interface org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails
Login user to authenticate to the broker.
getUsername() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 

H

hashCode() - Method in record class org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails.Address
Returns a hash code value for this object.
host() - Method in record class org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails.Address
Returns the value of the host record component.

I

isAutoStartup() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
isDefaultRequeueRejected() - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 

L

Listener() - Constructor for class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 

O

org.springframework.boot.amqp.autoconfigure - package org.springframework.boot.amqp.autoconfigure
Auto-configuration for generic AMQP 1.0 support.

P

port() - Method in record class org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails.Address
Returns the value of the port record component.

S

setAutoStartup(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
setCompletionTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Client
 
setConcurrency(int) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
setDefaultRequeueRejected(boolean) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
setDefaultToAddress(String) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Client
 
setGracefulShutdownPeriod(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
setHost(String) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
setInitialCredits(int) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
setListenerErrorHandler(AmqpListenerErrorHandler) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpMessageListenerContainerFactoryConfigurer
 
setMessageConverter(MessageConverter) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpMessageListenerContainerFactoryConfigurer
 
setPassword(String) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
setPort(int) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties.Listener
 
setTaskExecutor(Executor) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpMessageListenerContainerFactoryConfigurer
 
setUsername(String) - Method in class org.springframework.boot.amqp.autoconfigure.AmqpProperties
 

T

toString() - Method in record class org.springframework.boot.amqp.autoconfigure.AmqpConnectionDetails.Address
Returns a string representation of this record class.
A C E G H I L O P S T 
All Classes and Interfaces|All Packages