- DelayTypeEnum - com.zlf.enums中的枚举
-
延迟类型枚举
- deleteExchange(RabbitAdmin, String) - 类 中的方法com.zlf.service.RabbitService
-
删除一个交换机
- determineAddresses() - 类 中的方法com.zlf.config.RabbitProperties
-
Returns the comma-separated addresses or a single address (host:port)
created from the configured host and port if no addresses have been set.
- determineEnabled() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
-
Returns whether SSL is enabled from the first address, or the configured ssl
enabled flag if no addresses have been set.
- determineHost() - 类 中的方法com.zlf.config.RabbitProperties
-
Returns the host from the first address, or the configured host if no addresses
have been set.
- determinePassword() - 类 中的方法com.zlf.config.RabbitProperties
-
If addresses have been set and the first address has a password it is returned.
- determinePort() - 类 中的方法com.zlf.config.RabbitProperties
-
Returns the port from the first address, or the configured port if no addresses
have been set.
- determineUsername() - 类 中的方法com.zlf.config.RabbitProperties
-
If addresses have been set and the first address has a username it is returned.
- determineVirtualHost() - 类 中的方法com.zlf.config.RabbitProperties
-
If addresses have been set and the first address has a virtual host it is returned.
- DirectContainer() - 类 的构造器com.zlf.config.RabbitProperties.DirectContainer
-