Uses of Class
io.axoniq.framework.axonserver.connector.api.AxonServerConfiguration.PersistentStreamSettings
Packages that use AxonServerConfiguration.PersistentStreamSettings
Package
Description
Root package for the Axon Server Connector.
-
Uses of AxonServerConfiguration.PersistentStreamSettings in io.axoniq.framework.axonserver.connector.api
Methods in io.axoniq.framework.axonserver.connector.api that return AxonServerConfiguration.PersistentStreamSettingsModifier and TypeMethodDescriptionAxonServerConfiguration.getAutoPersistentStreamsSettings()Return the settings for all persistent streams that will be created automatically.Methods in io.axoniq.framework.axonserver.connector.api that return types with arguments of type AxonServerConfiguration.PersistentStreamSettingsModifier and TypeMethodDescriptionAxonServerConfiguration.getPersistentStreams()Returns the settings for each of the configured persistent streams, by name.Methods in io.axoniq.framework.axonserver.connector.api with parameters of type AxonServerConfiguration.PersistentStreamSettingsModifier and TypeMethodDescriptionvoidAxonServerConfiguration.setAutoPersistentStreamsSettings(AxonServerConfiguration.PersistentStreamSettings autoPersistentStreamsSettings) Set the settings for all persistent streams that will be created automatically.