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.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Test module.
-
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.messaging.eventstreaming
Classes in org.axonframework.messaging.eventstreaming that implement StreamableEventSourceModifier and TypeClassDescriptionclassAStreamableEventSourceimplementation that allows streaming event processors to process events from multiple underlying event sources.Methods in org.axonframework.messaging.eventstreaming with parameters of type StreamableEventSourceModifier and TypeMethodDescriptionMultiStreamableEventSource.SourceCollector.and(String sourceName, StreamableEventSource source) Adds another event source to the collection.MultiStreamableEventSource.combining(String sourceName, StreamableEventSource source) Creates a new MultiStreamableEventSource by combining multiple event sources.Constructor parameters in org.axonframework.messaging.eventstreaming with type arguments of type StreamableEventSourceModifierConstructorDescriptionprotectedMultiStreamableEventSource(Map<String, StreamableEventSource> eventSources, Comparator<MessageStream.Entry<EventMessage>> eventComparator) Constructs a MultiStreamableEventSource from the collected sources and comparator. -
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.