Wow
Toggle table of contents
8.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-redis
/
me.ahoo.wow.redis.eventsourcing
/
EventStreamKeyConverter
Event
Stream
Key
Converter
object
EventStreamKeyConverter
:
AggregateKeyConverter
Members
Properties
AGGREGATE_
ID_
INDEX_
BUCKETS
Link copied to clipboard
const
val
AGGREGATE_ID_INDEX_BUCKETS
:
Int
=
128
ID_
DELIMITER
Link copied to clipboard
const
val
ID_DELIMITER
:
String
Functions
convert
Link copied to clipboard
open
override
fun
convert
(
aggregateId
:
AggregateId
)
:
String
to
Aggregate
Id
Link copied to clipboard
fun
toAggregateId
(
namedAggregate
:
NamedAggregate
,
key
:
String
)
:
AggregateId
to
Aggregate
Id
From
Index
Member
Link copied to clipboard
fun
toAggregateIdFromIndexMember
(
namedAggregate
:
NamedAggregate
,
member
:
String
)
:
AggregateId
to
Aggregate
Id
Index
Key
Link copied to clipboard
fun
AggregateId
.
toAggregateIdIndexKey
(
)
:
String
fun
NamedAggregate
.
toAggregateIdIndexKey
(
bucket
:
Int
)
:
String
to
Aggregate
Id
Index
Member
Link copied to clipboard
fun
toAggregateIdIndexMember
(
aggregateId
:
AggregateId
)
:
String
to
Aggregate
Id
Index
Member
Lower
Bound
Link copied to clipboard
fun
toAggregateIdIndexMemberLowerBound
(
afterId
:
String
)
:
String
to
Hash
Tag
Link copied to clipboard
fun
NamedAggregate
.
toHashTag
(
bucket
:
Int
)
:
String
to
Key
Link copied to clipboard
fun
AggregateId
.
toKey
(
)
:
String
to
Key
Prefix
Link copied to clipboard
fun
AggregateId
.
toKeyPrefix
(
)
:
String