| Class | Description |
|---|---|
| CommandGenerator |
Runner that uses the provided CommandGateway to send some commands to our application.
|
| RunAnnotatedAggregate |
Setting up the basic ToDoItem sample with a simple command and event bus and a file based event store.
|
| RunAnnotatedAggregateWithSpring |
Setting up the basic ToDoItem sample with a simple command and event bus and a file based event store.
|
| RunBasicCommandHandling |
Setting up the basic ToDoItem sample with as little as possible help from axon utilities.
|
| RunClusteringEventBus |
This example creates two clusters and assigns different listeners to each cluster.
|
| RunClusteringEventBusWithSpring | |
| RunClusteringEventBusWithSpring.AnotherThreadPrintingEventListener | |
| RunClusteringEventBusWithSpring.ThreadPrintingEventListener | |
| RunDisruptorCommandBus |
Setting up the basic ToDoItem sample with a disruptor command and event bus and a file based event store.
|
| RunDisruptorCommandBusWithSpring |
Setting up the basic ToDoItem sample with a disruptor command and event bus and a file based event store.
|
| RunDistributedCommandBus |
This runner demonstrates the basic capabilities of the distributed command bus.
|
| RunDistributedCommandBus.ToDoLoggingCommandHandler | |
| RunDistributedCommandBusWithSpring |
See
RunDistributedCommandBus, only difference is that we use spring to wire all the beans. |
| RunEventReplay | |
| RunEventReplay.AnotherThreadPrintingEventListener | |
| RunEventReplay.StubEventStore | |
| RunEventReplay.ThreadPrintingEventListener | |
| RunEventReplayWithSpring | |
| RunSaga |
Simple Example that shows how to Create Saga instances, schedule deadlines and inject resources
|
| RunSagaWithSpring |
Simple Example that shows how to Create Saga instances, schedule deadlines and inject resources using Spring.
|
| RunUpcaster | |
| RunUpcaster.NewToDoItemWithDeadlineCreatedEvent |
This class represents the refactored ToDoItemCreatedEvent
|
| RunUpcaster.ToDoItemUpcaster |
This is our upcaster.
|
| RunUpcasterWithSpring |
Copyright © 2010-2014. All Rights Reserved.