Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-r2dbc
/
me.ahoo.wow.r2dbc
/
EventStreamSchema
Event
Stream
Schema
interface
EventStreamSchema
Inheritors
SimpleEventStreamSchema
ShardingEventStreamSchema
Members
Properties
aggregate
Id
Version
Unique
Index
Name
Link copied to clipboard
open
val
aggregateIdVersionUniqueIndexName
:
String
request
Id
Unique
Index
Name
Link copied to clipboard
open
val
requestIdUniqueIndexName
:
String
Functions
append
Link copied to clipboard
abstract
fun
append
(
aggregateId
:
AggregateId
)
:
String
load
Link copied to clipboard
abstract
fun
load
(
aggregateId
:
AggregateId
)
:
String
load
By
Event
Time
Link copied to clipboard
abstract
fun
loadByEventTime
(
aggregateId
:
AggregateId
)
:
String