public class InMemoryEventStore extends ConcurrentMapEventStore
| Constructor and Description |
|---|
InMemoryEventStore() |
InMemoryEventStore(int maxLogSizePerAggregate) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
append(List<InstanceEvent> events) |
doAppend, find, findAll, getLastVersionpublish, subscribepublic InMemoryEventStore()
public InMemoryEventStore(int maxLogSizePerAggregate)
public reactor.core.publisher.Mono<Void> append(List<InstanceEvent> events)
append in interface InstanceEventStoreappend in class ConcurrentMapEventStoreCopyright © 2019 codecentric AG. All rights reserved.