toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.event
/
DomainEventBus
Domain
Event
Bus
interface
DomainEventBus
:
MessageBus
<
DomainEventStream
,
EventStreamExchange
>
,
TopicKindCapable
Domain Event Bus.
领域事件发布有序性(per AggregateId)
领域事件处理有序性
Inheritors
LocalDomainEventBus
DistributedDomainEventBus
NoOpDomainEventBus
LocalFirstDomainEventBus
MetricDomainEventBus
Members
Properties
topic
Kind
Link copied to clipboard
open
override
val
topicKind
:
TopicKind
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
receive
Link copied to clipboard
abstract
fun
receive
(
namedAggregates
:
Set
<
NamedAggregate
>
)
:
Flux
<
EventStreamExchange
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
DomainEventStream
)
:
Mono
<
Void
>