Class InMemoryEventStore
java.lang.Object
de.codecentric.boot.admin.server.eventstore.InstanceEventPublisher
de.codecentric.boot.admin.server.eventstore.ConcurrentMapEventStore
de.codecentric.boot.admin.server.eventstore.InMemoryEventStore
- All Implemented Interfaces:
InstanceEventStore,org.reactivestreams.Publisher<InstanceEvent>
Event-Store backed by a ConcurrentHashMap.
- Author:
- Johannes Edmeier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>append(List<InstanceEvent> events) Methods inherited from class de.codecentric.boot.admin.server.eventstore.ConcurrentMapEventStore
doAppend, find, findAll, getLastVersionMethods inherited from class de.codecentric.boot.admin.server.eventstore.InstanceEventPublisher
publish, subscribeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.reactivestreams.Publisher
subscribe
-
Constructor Details
-
InMemoryEventStore
public InMemoryEventStore() -
InMemoryEventStore
public InMemoryEventStore(int maxLogSizePerAggregate)
-
-
Method Details
-
append
- Specified by:
appendin interfaceInstanceEventStore- Overrides:
appendin classConcurrentMapEventStore
-