toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.kafka
/
KafkaAutoConfiguration
/
kafkaDomainEventBus
kafka
Domain
Event
Bus
@
Bean
@
ConditionalOnProperty
(
value
=
[
"wow.event.bus.type"
]
,
matchIfMissing
=
true
,
havingValue
=
"kafka"
)
fun
kafkaDomainEventBus
(
topicConverter
:
EventStreamTopicConverter
,
receiverOptionsCustomizer
:
ReceiverOptionsCustomizer
)
:
DistributedDomainEventBus