A C E I N P S 
All Classes All Packages

A

annotationType() - Method in class io.cloudstate.kotlinsupport.transcoding.crdt.CommandHandlerImpl
 
annotationType() - Method in class io.cloudstate.kotlinsupport.transcoding.crdt.CrdtEntityImpl
 

C

CommandHandler - Annotation Type in io.cloudstate.kotlinsupport.annotations.crdt
Marks a method as a command handler.
CommandHandler - Annotation Type in io.cloudstate.kotlinsupport.annotations.eventsourced
Marks a method as a command handler.
CommandHandlerImpl - Class in io.cloudstate.kotlinsupport.transcoding.crdt
 
CommandHandlerImpl(String) - Constructor for class io.cloudstate.kotlinsupport.transcoding.crdt.CommandHandlerImpl
 
CrdtEntity - Annotation Type in io.cloudstate.kotlinsupport.annotations.crdt
A CRDT backed entity.
CrdtEntityImpl - Class in io.cloudstate.kotlinsupport.transcoding.crdt
 
CrdtEntityImpl() - Constructor for class io.cloudstate.kotlinsupport.transcoding.crdt.CrdtEntityImpl
 

E

EntityId - Annotation Type in io.cloudstate.kotlinsupport.annotations
Annotation used to indicate that the annotated parameter accepts an entity id.
eventClass() - Method in annotation type io.cloudstate.kotlinsupport.annotations.eventsourced.EventHandler
The event class.
EventHandler - Annotation Type in io.cloudstate.kotlinsupport.annotations.eventsourced
Marks a method as an event handler.
EventSourcedEntity - Annotation Type in io.cloudstate.kotlinsupport.annotations.eventsourced
An event sourced entity.

I

io.cloudstate.kotlinsupport.annotations - package io.cloudstate.kotlinsupport.annotations
 
io.cloudstate.kotlinsupport.annotations.crdt - package io.cloudstate.kotlinsupport.annotations.crdt
 
io.cloudstate.kotlinsupport.annotations.eventsourced - package io.cloudstate.kotlinsupport.annotations.eventsourced
 
io.cloudstate.kotlinsupport.transcoding.crdt - package io.cloudstate.kotlinsupport.transcoding.crdt
 

N

name() - Method in annotation type io.cloudstate.kotlinsupport.annotations.crdt.CommandHandler
The name of the command to handle.
name() - Method in annotation type io.cloudstate.kotlinsupport.annotations.eventsourced.CommandHandler
The name of the command to handle.
name() - Method in class io.cloudstate.kotlinsupport.transcoding.crdt.CommandHandlerImpl
 

P

persistenceId() - Method in annotation type io.cloudstate.kotlinsupport.annotations.eventsourced.EventSourcedEntity
The name of the persistence id.

S

Snapshot - Annotation Type in io.cloudstate.kotlinsupport.annotations.eventsourced
Marks a method as a snapshot method.
snapshotEvery() - Method in annotation type io.cloudstate.kotlinsupport.annotations.eventsourced.EventSourcedEntity
Specifies how snapshots of the entity state should be made: Zero means use default from configuration file.
SnapshotHandler - Annotation Type in io.cloudstate.kotlinsupport.annotations.eventsourced
Marks a method as a snapshot handler.
A C E I N P S 
All Classes All Packages