Class PersistentStreamAutoConfiguration

java.lang.Object
io.axoniq.framework.springboot.autoconfig.PersistentStreamAutoConfiguration

@AutoConfiguration(after={AxonServerAutoConfiguration.class,DeadLetterQueueConfiguration.class}, before=EventProcessingAutoConfiguration.class) public class PersistentStreamAutoConfiguration extends Object
Spring Boot autoconfiguration that defines the required infrastructure for persistent streams by creating a PersistentStreamScheduledExecutorBuilder, a PersistentStreamEventSourceFactory and a named PersistentStreamEventSource bean for each entry under axon.axonserver.persistent-streams using the PersistentStreamConfigurationEnhancer configuration enhancer.
Since:
5.2.0
Author:
Jakob Hatzl
See Also: