B C D E G I K M O P R S
B
- BusKafkaAutoConfiguration - me.ahoo.eventbus.spring.boot.autoconfigure.kafka中的类
-
- BusKafkaAutoConfiguration() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.kafka.BusKafkaAutoConfiguration
-
- BusRabbitAutoConfiguration - me.ahoo.eventbus.spring.boot.autoconfigure.rabbit中的类
-
- BusRabbitAutoConfiguration(RabbitProperties) - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.BusRabbitAutoConfiguration
-
C
- Compensate() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.Compensate
-
- CompensateAutoConfiguration - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的类
-
- CompensateAutoConfiguration(CompensateProperties) - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateAutoConfiguration
-
- CompensatePrefix - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的接口
-
- CompensateProperties - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的类
-
- CompensateProperties() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- CompensateProperties.Compensate - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的类
-
- CompensateProperties.DbMutex - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的类
-
- CompensateProperties.ScheduleConfig - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的类
-
- ConditionalOnCompensateEnabled - me.ahoo.eventbus.spring.boot.autoconfigure.compensate中的注释类型
-
- ConditionalOnKafkaEnabled - me.ahoo.eventbus.spring.boot.autoconfigure.kafka中的注释类型
-
- ConditionalOnRabbitEnabled - me.ahoo.eventbus.spring.boot.autoconfigure.rabbit中的注释类型
-
- consistencyPublisher(Publisher, PublishEventRepository, PlatformTransactionManager, EventDescriptorParser) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- consistencySubscriberFactory(ConsistencyPublisher, PublishEventRepository, SubscribeEventRepository, PlatformTransactionManager, EventDescriptorParser) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
D
- DbMutex() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- DEFAULT - 类 中的静态变量me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- deserializer(ObjectMapper) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
E
- EnabledSuffix - me.ahoo.eventbus.spring.boot.autoconfigure中的接口
-
- EventBusAutoConfiguration - me.ahoo.eventbus.spring.boot.autoconfigure中的类
-
- EventBusAutoConfiguration(EventBusProperties) - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- EventBusProperties - me.ahoo.eventbus.spring.boot.autoconfigure中的类
-
- EventBusProperties() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties
-
- EventBusProperties.Subscriber - me.ahoo.eventbus.spring.boot.autoconfigure中的类
-
- eventCodec(Serializer, Deserializer) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.kafka.BusKafkaAutoConfiguration
-
- eventCodec(Serializer, Deserializer) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.BusRabbitAutoConfiguration
-
- eventDescriptorParser(EventNameGenerator) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- eventNameGenerator() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
G
- getDbMutex() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.Compensate
-
- getInitialDelay() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- getInitialDelay() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.ScheduleConfig
-
- getPeriod() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.ScheduleConfig
-
- getPrefix() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties.Subscriber
-
- getPublish() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- getSchedule() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.Compensate
-
- getSubscribe() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- getSubscriber() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties
-
- getTransition() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- getTtl() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
I
- isEnabled() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- isEnabled() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.kafka.KafkaProperties
-
- isEnabled() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.RabbitProperties
-
K
- KafkaProperties - me.ahoo.eventbus.spring.boot.autoconfigure.kafka中的类
-
- KafkaProperties() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.kafka.KafkaProperties
-
- kafkaPublisher(KafkaEventCodec, KafkaTemplate<Long, String>) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.kafka.BusKafkaAutoConfiguration
-
- kafkaSubscriberRegistry(KafkaEventCodec, ConsistencySubscriberFactory, KafkaListenerEndpointRegistry, KafkaListenerContainerFactory) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.kafka.BusKafkaAutoConfiguration
-
M
- me.ahoo.eventbus.spring.boot.autoconfigure - 程序包 me.ahoo.eventbus.spring.boot.autoconfigure
-
- me.ahoo.eventbus.spring.boot.autoconfigure.compensate - 程序包 me.ahoo.eventbus.spring.boot.autoconfigure.compensate
-
- me.ahoo.eventbus.spring.boot.autoconfigure.kafka - 程序包 me.ahoo.eventbus.spring.boot.autoconfigure.kafka
-
- me.ahoo.eventbus.spring.boot.autoconfigure.rabbit - 程序包 me.ahoo.eventbus.spring.boot.autoconfigure.rabbit
-
- mutexOwnerRepository(DataSource) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateAutoConfiguration
-
O
- objectMapper() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
P
- PREFIX - 接口 中的静态变量me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensatePrefix
-
- PREFIX - 类 中的静态变量me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties
-
- PREFIX - 类 中的静态变量me.ahoo.eventbus.spring.boot.autoconfigure.kafka.KafkaProperties
-
- PREFIX - 类 中的静态变量me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.RabbitProperties
-
- publishCompensateWorker(ConsistencyPublisher, PublishEventRepository, MutexContendServiceFactory) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateAutoConfiguration
-
- publishEventRepository(Serializer, NamedParameterJdbcTemplate) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- publishMutexContendServiceFactory(MutexOwnerRepository) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateAutoConfiguration
-
R
- RabbitProperties - me.ahoo.eventbus.spring.boot.autoconfigure.rabbit中的类
-
- RabbitProperties() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.RabbitProperties
-
- rabbitPublisher(RabbitEventCodec, ConnectionFactory) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.BusRabbitAutoConfiguration
-
- rabbitSubscriberRegistry(RabbitEventCodec, ConnectionFactory, ConsistencySubscriberFactory, RabbitListenerEndpointRegistry) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.BusRabbitAutoConfiguration
-
S
- ScheduleConfig() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.ScheduleConfig
-
- serializer(ObjectMapper) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- setDbMutex(CompensateProperties.DbMutex) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.Compensate
-
- setEnabled(boolean) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- setEnabled(boolean) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.kafka.KafkaProperties
-
- setEnabled(boolean) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.rabbit.RabbitProperties
-
- setInitialDelay(Duration) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- setInitialDelay(Duration) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.ScheduleConfig
-
- setPeriod(Duration) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.ScheduleConfig
-
- setPrefix(String) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties.Subscriber
-
- setPublish(CompensateProperties.Compensate) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- setSchedule(CompensateProperties.ScheduleConfig) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.Compensate
-
- setSubscribe(CompensateProperties.Compensate) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties
-
- setSubscriber(EventBusProperties.Subscriber) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties
-
- setTransition(Duration) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- setTtl(Duration) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateProperties.DbMutex
-
- subscribeCompensateWorker(Deserializer, SubscriberRegistry, SubscribeEventRepository, MutexContendServiceFactory) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateAutoConfiguration
-
- subscribeEventRepository(Serializer, NamedParameterJdbcTemplate) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- subscribeMutexContendServiceFactory(MutexOwnerRepository) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.compensate.CompensateAutoConfiguration
-
- Subscriber() - 类 的构造器me.ahoo.eventbus.spring.boot.autoconfigure.EventBusProperties.Subscriber
-
- subscriberNameGenerator() - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- subscriberScanner(SubscriberNameGenerator, EventDescriptorParser) - 类 中的方法me.ahoo.eventbus.spring.boot.autoconfigure.EventBusAutoConfiguration
-
- SUFFIX - 接口 中的静态变量me.ahoo.eventbus.spring.boot.autoconfigure.EnabledSuffix
-
B C D E G I K M O P R S