Uses of Interface
org.axonframework.messaging.eventstreaming.StreamableEventSource
Packages that use StreamableEventSource
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of StreamableEventSource in org.axonframework.eventsourcing.eventstore
Subinterfaces of StreamableEventSource 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 StreamableEventSourceModifier and TypeClassDescriptionclassDecorator around theEventStoreintercepting alleventsbefore they areappendedorpublishedwithdispatch interceptors.classAnEventStoreimplementation which uses anEventStorageEngineas its storage solution. -
Uses of StreamableEventSource in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled that return StreamableEventSourceModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.eventSource()Returns theStreamableEventSourceused to track events.Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled with parameters of type StreamableEventSourceModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.eventSource(StreamableEventSource eventSource) -
Uses of StreamableEventSource in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture that implement StreamableEventSourceModifier and TypeClassDescriptionclassAnEventStoreimplementation recording all the events that arepublished.