跳过导航链接
A B C D E F G I L R S T V Z 

A

AmqpContainer() - 类 的构造器com.zlf.config.RabbitProperties.AmqpContainer
 

B

binding(RabbitAdmin, AbstractExchange, Queue, String) - 类 中的方法com.zlf.service.RabbitService
交换机与队列绑定

C

Cache() - 类 的构造器com.zlf.config.RabbitProperties.Cache
 
cachingConnectionFactoryPrefix - 接口 中的静态变量com.zlf.constants.ZlfMqRegistrarBeanNamePrefix
 
Channel() - 类 的构造器com.zlf.config.RabbitProperties.Cache.Channel
 
com.zlf.config - 程序包 com.zlf.config
 
com.zlf.constants - 程序包 com.zlf.constants
 
com.zlf.dto - 程序包 com.zlf.dto
 
com.zlf.enums - 程序包 com.zlf.enums
 
com.zlf.event - 程序包 com.zlf.event
 
com.zlf.service - 程序包 com.zlf.service
 
com.zlf.starter - 程序包 com.zlf.starter
 
com.zlf.utils - 程序包 com.zlf.utils
 
ConfirmCallbackEvent - com.zlf.event中的类
 
ConfirmCallbackEvent(Object, CorrelationData, Boolean, String) - 类 的构造器com.zlf.event.ConfirmCallbackEvent
 
Connection() - 类 的构造器com.zlf.config.RabbitProperties.Cache.Connection
 
createCorrelationData(String, String) - 类 中的方法com.zlf.service.RabbitService
 
createCorrelationData2(String) - 类 中的方法com.zlf.service.RabbitService
 
createCorrelationData3(String, String, SuccessCallback<CorrelationData.Confirm>, FailureCallback) - 类 中的方法com.zlf.service.RabbitService
 
createCorrelationData4(String, SuccessCallback<CorrelationData.Confirm>, FailureCallback) - 类 中的方法com.zlf.service.RabbitService
 
createExchange(RabbitAdmin, String, String, Map<String, Object>, Boolean) - 类 中的方法com.zlf.service.RabbitService
创建交换机
createQueue(RabbitAdmin, String, Map<String, Object>) - 类 中的方法com.zlf.service.RabbitService
创建队列

D

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
 

E

EnableZlfRabbitMq - com.zlf.starter中的注释类型
使用需要在启动类上加入@EnableZlfRabbit注解 启动类上排除默认的自动装配RabbitAutoConfiguration
ERROR_BINDING_BANE_NAME_PREFIX - 接口 中的静态变量com.zlf.constants.ErrorExchangeQueueInfo
 
ERROR_EXCHANGE_PREFIX - 接口 中的静态变量com.zlf.constants.ErrorExchangeQueueInfo
 
ERROR_EXCHANGE_TYPE - 接口 中的静态变量com.zlf.constants.ErrorExchangeQueueInfo
 
ERROR_KEY_PREFIX - 接口 中的静态变量com.zlf.constants.ErrorExchangeQueueInfo
 
ERROR_QUEUE_PREFIX - 接口 中的静态变量com.zlf.constants.ErrorExchangeQueueInfo
 
ErrorExchangeQueueInfo - com.zlf.constants中的接口
 
ExchangeQueueConfig - com.zlf.config中的类
 
ExchangeQueueConfig() - 类 的构造器com.zlf.config.ExchangeQueueConfig
 
ExchangeQueueDto - com.zlf.dto中的类
 
ExchangeQueueDto() - 类 的构造器com.zlf.dto.ExchangeQueueDto
 
ExchangeQueueProperties - com.zlf.config中的类
 
ExchangeQueueProperties() - 类 的构造器com.zlf.config.ExchangeQueueProperties
 
ExchangeTypeEnum - com.zlf.enums中的枚举
交换机类型枚举

F

FailureCallbackEvent - com.zlf.event中的类
 
FailureCallbackEvent(Object, Throwable) - 类 的构造器com.zlf.event.FailureCallbackEvent
 
FunctionTypeEnum - com.zlf.enums中的枚举
功能类型枚举

G

getAcknowledgeMode() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
getAddresses() - 类 中的方法com.zlf.config.RabbitProperties
 
getAlgorithm() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getApplicationContext() - 类 中的静态方法com.zlf.utils.ZlfMqSpringUtils
获取applicationContext 发给
getBatchSize() - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
getBean(String) - 类 中的静态方法com.zlf.utils.ZlfMqSpringUtils
通过name获取 Bean.
getBean(Class<T>) - 类 中的静态方法com.zlf.utils.ZlfMqSpringUtils
通过class获取Bean.
getBean(String, Class<T>) - 类 中的静态方法com.zlf.utils.ZlfMqSpringUtils
通过name,以及Clazz返回指定的Bean
getCache() - 类 中的方法com.zlf.config.RabbitProperties
 
getChannel() - 类 中的方法com.zlf.config.RabbitProperties.Cache
 
getCheckoutTimeout() - 类 中的方法com.zlf.config.RabbitProperties.Cache.Channel
 
getConcurrency() - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
getConnection() - 类 中的方法com.zlf.config.RabbitProperties.Cache
 
getConnectionTimeout() - 类 中的方法com.zlf.config.RabbitProperties
 
getConsumersPerQueue() - 类 中的方法com.zlf.config.RabbitProperties.DirectContainer
 
getDefaultReceiveQueue() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getDefaultRequeueRejected() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
getDirect() - 类 中的方法com.zlf.config.RabbitProperties.Listener
 
getEnabled() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getExchange() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getExchangeQueueDtoByEqsIndex(ExchangeQueueProperties, Integer) - 类 中的方法com.zlf.service.RabbitService
 
getExchangeQueuePropertiesByEqpsIndex(Integer) - 类 中的方法com.zlf.service.RabbitService
 
getHost() - 类 中的方法com.zlf.config.RabbitProperties
 
getIdleEventInterval() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
getInitialInterval() - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
getKeyStore() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getKeyStorePassword() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getKeyStoreType() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getListener() - 类 中的方法com.zlf.config.RabbitProperties
 
getMandatory() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getMapByEqpsIndex(Integer) - 类 中的方法com.zlf.service.RabbitService
 
getMaxAttempts() - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
getMaxConcurrency() - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
getMaxInterval() - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
getMode() - 类 中的方法com.zlf.config.RabbitProperties.Cache.Connection
 
getMultiplier() - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
getPassword() - 类 中的方法com.zlf.config.RabbitProperties
 
getPort() - 类 中的方法com.zlf.config.RabbitProperties
 
getPrefetch() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
getPublisherConfirmType() - 类 中的方法com.zlf.config.RabbitProperties
 
getRabbitPropertiesByEqpsIndex(Integer) - 类 中的方法com.zlf.service.RabbitService
 
getReceiveTimeout() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getReplyTimeout() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getRequestedChannelMax() - 类 中的方法com.zlf.config.RabbitProperties
 
getRequestedHeartbeat() - 类 中的方法com.zlf.config.RabbitProperties
 
getRetry() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
getRetry() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getRoutingKey() - 类 中的方法com.zlf.config.RabbitProperties.Template
 
getSimple() - 类 中的方法com.zlf.config.RabbitProperties.Listener
 
getSize() - 类 中的方法com.zlf.config.RabbitProperties.Cache.Channel
 
getSize() - 类 中的方法com.zlf.config.RabbitProperties.Cache.Connection
 
getSsl() - 类 中的方法com.zlf.config.RabbitProperties
 
getTemplate() - 类 中的方法com.zlf.config.RabbitProperties
 
getTrustStore() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getTrustStorePassword() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getTrustStoreType() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getType() - 类 中的方法com.zlf.config.RabbitProperties.Listener
 
getUsername() - 类 中的方法com.zlf.config.RabbitProperties
 
getVerifyHostname() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
getVirtualHost() - 类 中的方法com.zlf.config.RabbitProperties
 

I

isAutoStartup() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
isEnabled() - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
isMissingQueuesFatal() - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
isMissingQueuesFatal() - 类 中的方法com.zlf.config.RabbitProperties.DirectContainer
 
isMissingQueuesFatal() - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
isPublisherReturns() - 类 中的方法com.zlf.config.RabbitProperties
 
isStateless() - 类 中的方法com.zlf.config.RabbitProperties.ListenerRetry
 
isValidateServerCertificate() - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 

L

Listener() - 类 的构造器com.zlf.config.RabbitProperties.Listener
 
ListenerRetry() - 类 的构造器com.zlf.config.RabbitProperties.ListenerRetry
 

R

rabbitAdmin - 接口 中的静态变量com.zlf.constants.ZlfMqRegistrarBeanNamePrefix
 
RabbitAutoConfiguration - com.zlf.starter中的类
 
RabbitAutoConfiguration() - 类 的构造器com.zlf.starter.RabbitAutoConfiguration
 
RabbitConfig - com.zlf.config中的类
 
RabbitConfig() - 类 的构造器com.zlf.config.RabbitConfig
 
RabbitProperties - com.zlf.config中的类
 
RabbitProperties() - 类 的构造器com.zlf.config.RabbitProperties
 
RabbitProperties.AmqpContainer - com.zlf.config中的类
 
RabbitProperties.Cache - com.zlf.config中的类
 
RabbitProperties.Cache.Channel - com.zlf.config中的类
 
RabbitProperties.Cache.Connection - com.zlf.config中的类
 
RabbitProperties.ContainerType - com.zlf.config中的枚举
 
RabbitProperties.DirectContainer - com.zlf.config中的类
Configuration properties for DirectMessageListenerContainer.
RabbitProperties.Listener - com.zlf.config中的类
 
RabbitProperties.ListenerRetry - com.zlf.config中的类
 
RabbitProperties.Retry - com.zlf.config中的类
 
RabbitProperties.SimpleContainer - com.zlf.config中的类
Configuration properties for SimpleMessageListenerContainer.
RabbitProperties.Ssl - com.zlf.config中的类
 
RabbitProperties.Template - com.zlf.config中的类
 
rabbitService - 接口 中的静态变量com.zlf.constants.ZlfMqRegistrarBeanNamePrefix
 
RabbitService - com.zlf.service中的类
公共服务api
RabbitService() - 类 的构造器com.zlf.service.RabbitService
 
rabbitTemplatePrefix - 接口 中的静态变量com.zlf.constants.ZlfMqRegistrarBeanNamePrefix
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.zlf.starter.ZlfRabbitMqRegistrar
 
removeBinding(RabbitAdmin, Binding) - 类 中的方法com.zlf.service.RabbitService
移除绑定关系
Retry() - 类 的构造器com.zlf.config.RabbitProperties.Retry
 
ReturnCallbackEvent - com.zlf.event中的类
 
ReturnCallbackEvent(Object, Message, Integer, String, String, String) - 类 的构造器com.zlf.event.ReturnCallbackEvent
 

S

sendDelayed(RabbitTemplate, String, String, String, long) - 类 中的方法com.zlf.service.RabbitService
发送延迟消息 一:如果队列设置了:x-message-ttl 参数 是针对整个队列的ttl的设置 二:也可以针对单条消息设置ttl,有以下两种方式: 1.消息头设置x-delay属性---setHeader message.getMessageProperties().setHeader("x-delay", expTime) 2.消息设置过期时间属性----setExpiration message.getMessageProperties().setExpiration(expTime.toString()); 一和二方式二选一 如果都配置了,则优先生效的是值最小的一个 成为死信的条件 1.队列消息长度到达限制。
sendDelayed10(Integer, Integer, String, long, CorrelationData) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed2(RabbitTemplate, String, String, String, long) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed3(RabbitTemplate, String, String, String, long, String) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed4(RabbitTemplate, String, String, String, long, String, String) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed5(RabbitTemplate, String, String, String, long, CorrelationData) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed6(Integer, Integer, String, long) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed7(Integer, Integer, String, long) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed8(Integer, Integer, String, long, String) - 类 中的方法com.zlf.service.RabbitService
 
sendDelayed9(Integer, Integer, String, long, String, String) - 类 中的方法com.zlf.service.RabbitService
 
sendMsg(RabbitTemplate, String, String, String) - 类 中的方法com.zlf.service.RabbitService
普通队列消息发送
sendMsg10(Integer, Integer, String, CorrelationData) - 类 中的方法com.zlf.service.RabbitService
 
sendMsg2(RabbitTemplate, String, String, String) - 类 中的方法com.zlf.service.RabbitService
普通队列发送消息默认消息id设置
sendMsg3(RabbitTemplate, String, String, String, String) - 类 中的方法com.zlf.service.RabbitService
普通队列发送消息,自定义消息CorrelationData
sendMsg4(RabbitTemplate, String, String, String, String, String) - 类 中的方法com.zlf.service.RabbitService
普通队列发送消息,自定义消息CorrelationData
sendMsg5(RabbitTemplate, String, String, String, CorrelationData) - 类 中的方法com.zlf.service.RabbitService
 
sendMsg6(Integer, Integer, String) - 类 中的方法com.zlf.service.RabbitService
 
sendMsg7(Integer, Integer, String) - 类 中的方法com.zlf.service.RabbitService
 
sendMsg8(Integer, Integer, String, String) - 类 中的方法com.zlf.service.RabbitService
 
sendMsg9(Integer, Integer, String, String, String) - 类 中的方法com.zlf.service.RabbitService
 
setAcknowledgeMode(AcknowledgeMode) - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
setAddresses(String) - 类 中的方法com.zlf.config.RabbitProperties
 
setAlgorithm(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setApplicationContext(ApplicationContext) - 类 中的方法com.zlf.utils.ZlfMqSpringUtils
 
setAutoStartup(boolean) - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
setBatchSize(Integer) - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
setBeanFactory(BeanFactory) - 类 中的方法com.zlf.starter.ZlfRabbitMqRegistrar
 
setCallback(Integer, Boolean, Boolean) - 类 中的方法com.zlf.service.RabbitService
设置RabbitTemplate是否需要设置两个回调函数,发布event时间
setCheckoutTimeout(Duration) - 类 中的方法com.zlf.config.RabbitProperties.Cache.Channel
 
setConcurrency(Integer) - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
setConnectionTimeout(Duration) - 类 中的方法com.zlf.config.RabbitProperties
 
setConsumersPerQueue(Integer) - 类 中的方法com.zlf.config.RabbitProperties.DirectContainer
 
setDefaultReceiveQueue(String) - 类 中的方法com.zlf.config.RabbitProperties.Template
 
setDefaultRequeueRejected(Boolean) - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
setEnabled(boolean) - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
setEnabled(Boolean) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setEnvironment(Environment) - 类 中的方法com.zlf.starter.ZlfRabbitMqRegistrar
 
setExchange(String) - 类 中的方法com.zlf.config.RabbitProperties.Template
 
setHost(String) - 类 中的方法com.zlf.config.RabbitProperties
 
setIdleEventInterval(Duration) - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
setInitialInterval(Duration) - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
setKeyStore(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setKeyStorePassword(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setKeyStoreType(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setMandatory(Boolean) - 类 中的方法com.zlf.config.RabbitProperties.Template
 
setMaxAttempts(int) - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
setMaxConcurrency(Integer) - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
setMaxInterval(Duration) - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
setMissingQueuesFatal(boolean) - 类 中的方法com.zlf.config.RabbitProperties.DirectContainer
 
setMissingQueuesFatal(boolean) - 类 中的方法com.zlf.config.RabbitProperties.SimpleContainer
 
setMode(CachingConnectionFactory.CacheMode) - 类 中的方法com.zlf.config.RabbitProperties.Cache.Connection
 
setMultiplier(double) - 类 中的方法com.zlf.config.RabbitProperties.Retry
 
setPassword(String) - 类 中的方法com.zlf.config.RabbitProperties
 
setPort(Integer) - 类 中的方法com.zlf.config.RabbitProperties
 
setPrefetch(Integer) - 类 中的方法com.zlf.config.RabbitProperties.AmqpContainer
 
setPublisherConfirmType(CachingConnectionFactory.ConfirmType) - 类 中的方法com.zlf.config.RabbitProperties
 
setPublisherReturns(boolean) - 类 中的方法com.zlf.config.RabbitProperties
 
setReceiveTimeout(Duration) - 类 中的方法com.zlf.config.RabbitProperties.Template
 
setReplyTimeout(Duration) - 类 中的方法com.zlf.config.RabbitProperties.Template
 
setRequestedChannelMax(int) - 类 中的方法com.zlf.config.RabbitProperties
 
setRequestedHeartbeat(Duration) - 类 中的方法com.zlf.config.RabbitProperties
 
setRoutingKey(String) - 类 中的方法com.zlf.config.RabbitProperties.Template
 
setSize(Integer) - 类 中的方法com.zlf.config.RabbitProperties.Cache.Channel
 
setSize(Integer) - 类 中的方法com.zlf.config.RabbitProperties.Cache.Connection
 
setStateless(boolean) - 类 中的方法com.zlf.config.RabbitProperties.ListenerRetry
 
setTrustStore(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setTrustStorePassword(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setTrustStoreType(String) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setType(RabbitProperties.ContainerType) - 类 中的方法com.zlf.config.RabbitProperties.Listener
 
setUsername(String) - 类 中的方法com.zlf.config.RabbitProperties
 
setValidateServerCertificate(boolean) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setVerifyHostname(boolean) - 类 中的方法com.zlf.config.RabbitProperties.Ssl
 
setVirtualHost(String) - 类 中的方法com.zlf.config.RabbitProperties
 
SimpleContainer() - 类 的构造器com.zlf.config.RabbitProperties.SimpleContainer
 
simpleRabbitListenerContainerFactory - 接口 中的静态变量com.zlf.constants.ZlfMqRegistrarBeanNamePrefix
 
Ssl() - 类 的构造器com.zlf.config.RabbitProperties.Ssl
 
SuccessCallbackEvent - com.zlf.event中的类
 
SuccessCallbackEvent(Object, CorrelationData.Confirm) - 类 的构造器com.zlf.event.SuccessCallbackEvent
 

T

Template() - 类 的构造器com.zlf.config.RabbitProperties.Template
 

V

valueOf(String) - 枚举 中的静态方法com.zlf.config.RabbitProperties.ContainerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.zlf.enums.DelayTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.zlf.enums.ExchangeTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.zlf.enums.FunctionTypeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.zlf.config.RabbitProperties.ContainerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.zlf.enums.DelayTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.zlf.enums.ExchangeTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.zlf.enums.FunctionTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Z

ZlfMqRegistrarBeanNamePrefix - com.zlf.constants中的接口
 
ZlfMqSpringUtils - com.zlf.utils中的类
 
ZlfMqSpringUtils() - 类 的构造器com.zlf.utils.ZlfMqSpringUtils
 
ZlfRabbitMqRegistrar - com.zlf.starter中的类
spring: rabbitmq: listener: simple: acknowledge-mode: auto #由spring监测listener代码是否出现异常,没有异常则返回ack;抛出异常则返回nack manual:手动ack,需要在业务代码结束后,调用api发送ack。
ZlfRabbitMqRegistrar() - 类 的构造器com.zlf.starter.ZlfRabbitMqRegistrar
 
A B C D E F G I L R S T V Z 
跳过导航链接

Copyright © 2024. All rights reserved.