|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.axonframework.domain.AbstractAggregateRoot<I> org.axonframework.eventsourcing.AbstractEventSourcedAggregateRoot<I> org.axonframework.eventsourcing.annotation.AbstractAnnotatedAggregateRoot org.axonframework.quickstart.annotated.ToDoItem
public class ToDoItem
Constructor Summary | |
---|---|
ToDoItem()
|
|
ToDoItem(CreateToDoItemCommand command)
|
Method Summary | |
---|---|
void |
markCompleted(MarkCompletedCommand command)
|
void |
on(ToDoItemCreatedEvent event)
|
Methods inherited from class org.axonframework.eventsourcing.annotation.AbstractAnnotatedAggregateRoot |
---|
createParameterResolverFactory, getChildEntities, getIdentifier, handle, registerParameterResolverFactory |
Methods inherited from class org.axonframework.eventsourcing.AbstractEventSourcedAggregateRoot |
---|
apply, apply, commitEvents, getVersion, initializeState, isLive |
Methods inherited from class org.axonframework.domain.AbstractAggregateRoot |
---|
addEventRegistrationCallback, getLastCommittedEventSequenceNumber, getUncommittedEventCount, getUncommittedEvents, initializeEventStream, isDeleted, markDeleted, registerEvent, registerEvent, registerEventMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.axonframework.domain.AggregateRoot |
---|
addEventRegistrationCallback, getUncommittedEventCount, getUncommittedEvents, isDeleted |
Constructor Detail |
---|
public ToDoItem()
@CommandHandler public ToDoItem(CreateToDoItemCommand command)
Method Detail |
---|
@CommandHandler public void markCompleted(MarkCompletedCommand command)
@EventSourcingHandler public void on(ToDoItemCreatedEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |