Uses of Interface
io.axoniq.framework.axonserver.connector.event.PersistentStreamEventSourceFactory
Packages that use PersistentStreamEventSourceFactory
Package
Description
Part of the Axon Server Connector module.
Spring Boot auto configuration for Axoniq Framework.
-
Uses of PersistentStreamEventSourceFactory in io.axoniq.framework.axonserver.connector.event
Classes in io.axoniq.framework.axonserver.connector.event that implement PersistentStreamEventSourceFactoryModifier and TypeClassDescriptionclassDefault implementation ofPersistentStreamEventSourceFactory.Fields in io.axoniq.framework.axonserver.connector.event declared as PersistentStreamEventSourceFactoryModifier and TypeFieldDescriptionstatic final PersistentStreamEventSourceFactoryDefaultPersistentStreamEventSourceFactory.INSTANCEDefault singleton instance for theDefaultPersistentStreamEventSourceFactory.Methods in io.axoniq.framework.axonserver.connector.event that return PersistentStreamEventSourceFactoryModifier and TypeMethodDescriptionPersistentStreamEventSourceFactory.defaultFactory()The defaultPersistentStreamEventSourceFactory(aDefaultPersistentStreamEventSourceFactory) to be used to createPersistentStreamEventSourceinstances. -
Uses of PersistentStreamEventSourceFactory in io.axoniq.framework.springboot.autoconfig
Methods in io.axoniq.framework.springboot.autoconfig that return PersistentStreamEventSourceFactoryModifier and TypeMethodDescriptionPersistentStreamAutoConfiguration.persistentStreamEventSourceFactory()Creates the defaultPersistentStreamEventSourceFactoryif no custom one is present.Methods in io.axoniq.framework.springboot.autoconfig with parameters of type PersistentStreamEventSourceFactoryModifier and TypeMethodDescriptionPersistentStreamAutoConfiguration.persistentStreamConfigurationEnhancer(org.springframework.beans.factory.ObjectProvider<AxonServerConfiguration> axonServerConfigProvider, PersistentStreamScheduledExecutorBuilder schedulerBuilder, PersistentStreamEventSourceFactory factory) Creates aPersistentStreamConfigurationEnhancerthat registers aPersistentStreamEventSourcecomponent for each entry underaxon.axonserver.persistent-streams.Constructors in io.axoniq.framework.springboot.autoconfig with parameters of type PersistentStreamEventSourceFactoryModifierConstructorDescriptionPersistentStreamConfigurationEnhancer(org.springframework.beans.factory.ObjectProvider<AxonServerConfiguration> axonServerConfigProvider, PersistentStreamScheduledExecutorBuilder schedulerBuilder, PersistentStreamEventSourceFactory eventSourceFactory) Instantiates aPersistentStreamConfigurationEnhancer.