toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.messaging.dispatcher
/
AbstractDispatcher
Abstract
Dispatcher
abstract
class
AbstractDispatcher
<
T
:
Any
>
:
MessageDispatcher
Inheritors
SnapshotDispatcher
CommandDispatcher
Members
Constructors
Abstract
Dispatcher
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
abstract
val
name
:
String
named
Aggregates
Link copied to clipboard
abstract
val
namedAggregates
:
Set
<
NamedAggregate
>
must be
me.ahoo.wow.modeling.MaterializedNamedAggregate
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
new
Aggregate
Dispatcher
Link copied to clipboard
abstract
fun
newAggregateDispatcher
(
namedAggregate
:
NamedAggregate
,
messageFlux
:
Flux
<
T
>
)
:
MessageDispatcher
receive
Message
Link copied to clipboard
abstract
fun
receiveMessage
(
namedAggregate
:
NamedAggregate
)
:
Flux
<
T
>
run
Link copied to clipboard
open
override
fun
run
(
)