Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-redis
/
me.ahoo.wow.redis.eventsourcing
/
RedisSnapshotStore
Redis
Snapshot
Store
class
RedisSnapshotStore
(
redisTemplate
:
ReactiveStringRedisTemplate
)
:
SnapshotStore
Members
Constructors
Redis
Snapshot
Store
Link copied to clipboard
constructor
(
redisTemplate
:
ReactiveStringRedisTemplate
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
open
override
val
name
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
get
Version
Link copied to clipboard
open
fun
getVersion
(
aggregateId
:
AggregateId
)
:
Mono
<
Int
>
load
Link copied to clipboard
open
override
fun
<
S
:
Any
>
load
(
aggregateId
:
AggregateId
)
:
Mono
<
Snapshot
<
S
>
>
save
Link copied to clipboard
open
override
fun
<
S
:
Any
>
save
(
snapshot
:
Snapshot
<
S
>
)
:
Mono
<
Void
>