Uses of Class
org.axonframework.eventsourcing.eventstore.ContinuousMessageStream
Packages that use ContinuousMessageStream
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of ContinuousMessageStream in org.axonframework.eventsourcing.eventstore
Constructor parameters in org.axonframework.eventsourcing.eventstore with type arguments of type ContinuousMessageStreamModifierConstructorDescriptionContinuousMessageStream(Function<E, List<E>> fetcher, Function<E, MessageStream.Entry<EventMessage>> converter, BiFunction<ContinuousMessageStream<?>, Runnable, Registration> callbackTracker) Creates a newContinuousMessageStreaminstance configured with the given strategies.