Uses of Interface
io.axoniq.framework.axonserver.connector.event.PersistentStreamScheduledExecutorBuilder
Packages that use PersistentStreamScheduledExecutorBuilder
Package
Description
Part of the Axon Server Connector module.
Spring Boot auto configuration for Axoniq Framework.
-
Uses of PersistentStreamScheduledExecutorBuilder in io.axoniq.framework.axonserver.connector.event
Methods in io.axoniq.framework.axonserver.connector.event that return PersistentStreamScheduledExecutorBuilder -
Uses of PersistentStreamScheduledExecutorBuilder in io.axoniq.framework.springboot.autoconfig
Methods in io.axoniq.framework.springboot.autoconfig that return PersistentStreamScheduledExecutorBuilderModifier and TypeMethodDescriptionPersistentStreamAutoConfiguration.persistentStreamScheduledExecutorBuilder()Creates the defaultPersistentStreamScheduledExecutorBuilderif no custom one is present.Methods in io.axoniq.framework.springboot.autoconfig with parameters of type PersistentStreamScheduledExecutorBuilderModifier 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 PersistentStreamScheduledExecutorBuilderModifierConstructorDescriptionPersistentStreamConfigurationEnhancer(org.springframework.beans.factory.ObjectProvider<AxonServerConfiguration> axonServerConfigProvider, PersistentStreamScheduledExecutorBuilder schedulerBuilder, PersistentStreamEventSourceFactory eventSourceFactory) Instantiates aPersistentStreamConfigurationEnhancer.