| Package | Description |
|---|---|
| org.axonframework.eventstore.mongo |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventStoreCollections
Default implementation for the
SagaStoreCollections. |
| Constructor and Description |
|---|
MongoEventStore(EventStoreCollections mongo)
Constructor that uses the default Serializer.
|
MongoEventStore(Serializer<? super DomainEvent> eventSerializer,
EventStoreCollections mongo)
Constructor that accepts a Serializer, the SagaStoreCollections and a string containing the testContext.
|
Copyright © 2012. All Rights Reserved.