Uses of Interface
org.axonframework.axonserver.connector.event.axon.PersistentStreamScheduledExecutorBuilder
Packages that use PersistentStreamScheduledExecutorBuilder
Package
Description
-
Uses of PersistentStreamScheduledExecutorBuilder in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return PersistentStreamScheduledExecutorBuilder -
Uses of PersistentStreamScheduledExecutorBuilder in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return PersistentStreamScheduledExecutorBuilderModifier and TypeMethodDescriptionAxonServerAutoConfiguration.backwardsCompatiblePersistentStreamScheduledExecutorBuilder(ScheduledExecutorService persistentStreamScheduler) Creates aPersistentStreamScheduledExecutorBuilderdefaulting to the same givenpersistentStreamScheduleron each invocation.AxonServerAutoConfiguration.persistentStreamScheduledExecutorBuilder()Creates aPersistentStreamScheduledExecutorBuilderthat constructsScheduledExecutorServicesfor each persistent stream.Methods in org.axonframework.springboot.autoconfig with parameters of type PersistentStreamScheduledExecutorBuilderModifier and TypeMethodDescriptionAxonServerAutoConfiguration.autoPersistentStreamMessageSourceDefinitionBuilder(PersistentStreamScheduledExecutorBuilder executorBuilder, PersistentStreamMessageSourceFactory psFactory, AxonServerConfiguration axonServerConfiguration) Creates aConfigurerModuleto invoke}invalid @link
{@link EventProcessingConfigurer::usingSubscribingEventProcessorsAxonServerAutoConfiguration.persistentStreamRegistrar(org.springframework.core.env.Environment environment, PersistentStreamScheduledExecutorBuilder executorBuilder) Constructs aPersistentStreamMessageSourceRegistrarto create and register Spring beans for persistent streams.Constructors in org.axonframework.springboot.autoconfig with parameters of type PersistentStreamScheduledExecutorBuilderModifierConstructorDescriptionPersistentStreamMessageSourceRegistrar(org.springframework.core.env.Environment environment, PersistentStreamScheduledExecutorBuilder executorBuilder) Instantiates aPersistentStreamMessageSourceRegistrarinstance.