Uses of Interface
org.axonframework.messaging.eventstreaming.TrackingTokenSource
Packages that use TrackingTokenSource
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of TrackingTokenSource in org.axonframework.eventsourcing.eventstore
Subinterfaces of TrackingTokenSource in org.axonframework.eventsourcing.eventstoreModifier and TypeInterfaceDescriptioninterfaceInfrastructure component providing the means to start anEventStoreTransactiontoappend eventsandevent sourcemodels from the underlying storage solution.Classes in org.axonframework.eventsourcing.eventstore that implement TrackingTokenSourceModifier and TypeClassDescriptionclassDecorator around theEventStoreintercepting alleventsbefore they areappendedorpublishedwithdispatch interceptors.classAnEventStoreimplementation which uses anEventStorageEngineas its storage solution. -
Uses of TrackingTokenSource in org.axonframework.messaging.eventhandling.processing.streaming
Method parameters in org.axonframework.messaging.eventhandling.processing.streaming with type arguments of type TrackingTokenSourceModifier and TypeMethodDescriptionStreamingEventProcessor.resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>> initialTrackingTokenSupplier) Reset tokens to the position as return by the giveninitialTrackingTokenSupplier.<R> CompletableFuture<Void> StreamingEventProcessor.resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>> initialTrackingTokenSupplier, R resetContext) Reset tokens to the position as return by the giveninitialTrackingTokenSupplier. -
Uses of TrackingTokenSource in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled that return types with arguments of type TrackingTokenSourceModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.initialToken()Returns the function used to generate initialTrackingTokens.Method parameters in org.axonframework.messaging.eventhandling.processing.streaming.pooled with type arguments of type TrackingTokenSourceModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.initialToken(Function<TrackingTokenSource, CompletableFuture<TrackingToken>> initialToken) Specifies theFunctionused to generate the initialTrackingTokens.PooledStreamingEventProcessor.resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>> initialTrackingTokenSupplier) <R> CompletableFuture<Void> PooledStreamingEventProcessor.resetTokens(Function<TrackingTokenSource, CompletableFuture<TrackingToken>> initialTrackingTokenSupplier, R resetContext) -
Uses of TrackingTokenSource in org.axonframework.messaging.eventstreaming
Subinterfaces of TrackingTokenSource in org.axonframework.messaging.eventstreamingModifier and TypeInterfaceDescriptioninterfaceInterface towards a streamable event source. -
Uses of TrackingTokenSource in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture that implement TrackingTokenSourceModifier and TypeClassDescriptionclassAnEventStoreimplementation recording all the events that arepublished.