toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.eventsourcing.state
/
StateEventBus
State
Event
Bus
interface
StateEventBus
:
MessageBus
<
StateEvent
<
*
>
,
StateEventExchange
<
*
>
>
,
TopicKindCapable
Inheritors
LocalFirstStateEventBus
LocalStateEventBus
DistributedStateEventBus
MetricStateEventBus
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
<
StateEventExchange
<
*
>
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
StateEvent
<
*
>
)
:
Mono
<
Void
>