toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-redis
/
me.ahoo.wow.redis.eventsourcing
/
RedisEventStore
Redis
Event
Store
class
RedisEventStore
(
redisTemplate
:
ReactiveStringRedisTemplate
)
:
AbstractEventStore
Members
Constructors
Redis
Event
Store
Link copied to clipboard
constructor
(
redisTemplate
:
ReactiveStringRedisTemplate
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
append
Link copied to clipboard
open
override
fun
append
(
eventStream
:
DomainEventStream
)
:
Mono
<
Void
>
load
Link copied to clipboard
open
override
fun
load
(
aggregateId
:
AggregateId
,
headVersion
:
Int
,
tailVersion
:
Int
)
:
Flux
<
DomainEventStream
>