- getAttributeProviders() - Method in class org.axonframework.springboot.TracingProperties
-
The value for which SpanAttributesProviders are enabled.
- getAutoConfiguration() - Method in class org.axonframework.springboot.MetricsProperties
-
Retrieves the AutoConfiguration settings for Metrics
- getBatchSize() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the maximum size of a processing batch.
- getBindAddr() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the Address to bind the JGroups client to.
- getBindPort() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the port to listen to JGroups connections (default 7800).
- getClaimTimeout() - Method in class org.axonframework.springboot.TokenStoreProperties
-
- getClusterName() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the Cluster Name of the JGroups Cluster to connect with (defaults to "Axon").
- getConfigurationFile() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the path to the configuration file to use to configure the Groups instance.
- getConfigurationPhase() - Method in class org.axonframework.springboot.util.AbstractQualifiedBeanCondition
-
- getDlq() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Retrieves the AutoConfiguration settings for the sequenced dead letter queue settings.
- getEntityManager() - Method in class org.axonframework.springboot.util.jpa.ContainerManagedEntityManagerProvider
-
- getEntityManager() - Method in class org.axonframework.springboot.util.legacyjpa.ContainerManagedEntityManagerProvider
-
Deprecated.
- getEvents() - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize the payload and meta data of Event Messages.
- getFallbackUrl() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
-
Returns the URL relative to the host's root to retrieve Instance Meta Data from.
- getGeneral() - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize any type of object, for which no more specific serializer is
configured.
- getGossip() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
- getHosts() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
- getInitialSegmentCount() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the number of initial segments that should be created, if no segments are already present.
- getJgroups() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Returns the JGroups configuration to use (if JGroups is on the classpath).
- getLoadFactor() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Returns the load factor for this instance of the Distributed Command Bus (default 100).
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.axonframework.springboot.util.AbstractQualifiedBeanCondition
-
- getMessages() - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize the payload and meta data of Messages.
- getMicrometer() - Method in class org.axonframework.springboot.MetricsProperties
-
Retrieves the Micrometer specific settings for Metrics
- getMode() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the type of processor to configure.
- getNestedTimeLimit() - Method in class org.axonframework.springboot.TracingProperties
-
The time limit set on nested handlers inside dispatching trace.
- getProcessors() - Method in class org.axonframework.springboot.EventProcessorProperties
-
Returns the settings for each of the configured processors, by name.
- getSequencingPolicy() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the name of the bean that defines the SequencingPolicy
for this processor.
- getSource() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the name of the bean that should be used as source for Event Messages.
- getSpringCloud() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Returns the Spring Cloud configuration to use (if Spring Cloud is on the classpath).
- getTags() - Method in class org.axonframework.springboot.TagsConfigurationProperties
-
Gets tags.
- getThreadCount() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the number of threads to use to process Events, when using a StreamingEventProcessor implementation.
- getTokenClaimInterval() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the interval between attempts to claim tokens by a StreamingEventProcessor.
- getTokenClaimIntervalTimeUnit() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the time unit used to define tokens claim interval.
- globalMetricRegistry(MetricRegistry) - Static method in class org.axonframework.springboot.autoconfig.MetricsAutoConfiguration
-
- globalMetricRegistry(MeterRegistry) - Static method in class org.axonframework.springboot.autoconfig.MicrometerMetricsAutoConfiguration
-
- Gossip() - Constructor for class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
- InfraConfiguration - Class in org.axonframework.springboot.autoconfig
-
Infrastructure autoconfiguration class for Axon Framework application.
- InfraConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.InfraConfiguration
-
- isAggregateIdentifier() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the AggregateIdentifierSpanAttributesProvider is
enabled.
- isAutoStart() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
- isDimensional() - Method in class org.axonframework.springboot.MetricsProperties.Micrometer
-
Indicates whether the Micrometer Tags/Dimensions will be used
- isEnabled() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Indicates whether the (auto-configuration) of the Distributed Command Bus is enabled.
- isEnabled() - Method in class org.axonframework.springboot.EventProcessorProperties.Dlq
-
Indicates whether creating and configuring a
SequencedDeadLetterQueue is enabled.
- isEnabled() - Method in class org.axonframework.springboot.MetricsProperties.AutoConfiguration
-
Indicates whether the auto-configuration of Metrics is enabled
- isFallbackToHttpGet() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
-
Indicates whether to fall back to HTTP GET when retrieving Instance Meta Data from the Discovery Server
fails.
- isMessageId() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the MessageIdSpanAttributesProvider is enabled.
- isMessageName() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the MessageNameSpanAttributesProvider is enabled.
- isMessageType() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the MessageTypeSpanAttributesProvider is enabled.
- isMetadata() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the MetadataSpanAttributesProvider is enabled.
- isNestedHandlers() - Method in class org.axonframework.springboot.TracingProperties
-
Getting value for nesting handlers in dispatching traces.
- isPayloadType() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the PayloadTypeSpanAttributesProvider is enabled.
- isShowEventSourcingHandlers() - Method in class org.axonframework.springboot.TracingProperties
-
Getting value for showing event sourcing handlers in traces.
- sagaStore(Serializer, EntityManagerProvider) - Method in class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
-
- sagaStore(Serializer, EntityManagerProvider) - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- sagaStoreNoSchema(ConnectionProvider, Serializer) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
-
- sagaStoreWithSchema(ConnectionProvider, Serializer, SagaSqlSchema) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
-
- serializer(RevisionResolver) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
-
- serializerConfigurer(Serializer, Serializer, Serializer) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
-
- SerializerProperties - Class in org.axonframework.springboot
-
A group of properties that allows easy configuration of the serializers used for different types of objects that
Axon needs to serialize.
- SerializerProperties() - Constructor for class org.axonframework.springboot.SerializerProperties
-
- SerializerProperties.SerializerType - Enum in org.axonframework.springboot
-
Enumerates different possible standard serializers, available in Axon.
- setAggregateIdentifier(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the AggregateIdentifierSpanAttributesProvider is
enabled.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
- setAttributeProviders(TracingProperties.AttributeProviders) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the value for which SpanAttributesProviders are
enabled.
- setAutoConfiguration(MetricsProperties.AutoConfiguration) - Method in class org.axonframework.springboot.MetricsProperties
-
Defines the AutoConfiguration settings for Metrics.
- setAutoStart(boolean) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
- setBatchSize(int) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the maximum size of a processing batch.
- setBeanClassLoader(ClassLoader) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
-
- setBindAddr(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Sets the Address to bind the JGroups to.
- setBindPort(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the port to listen to JGroups connections (default 7800).
- setClaimTimeout(Duration) - Method in class org.axonframework.springboot.TokenStoreProperties
-
- setClusterName(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Sets the Cluster Name of the JGroups Cluster to connect with (defaults to "Axon").
- setConfigurationFile(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Sets the path to the configuration file to use to configure the Groups instance.
- setDimensional(boolean) - Method in class org.axonframework.springboot.MetricsProperties.Micrometer
-
Disables (if false, default) or enables (if true) the usage of Micrometer Tags/Dimensions
- setDlq(EventProcessorProperties.Dlq) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Defines the AutoConfiguration settings for the sequenced dead letter queue.
- setEnabled(boolean) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Enables (if true) or disables (if false, default) the auto-configuration of a Distributed
Command Bus instance in the application context.
- setEnabled(boolean) - Method in class org.axonframework.springboot.EventProcessorProperties.Dlq
-
Enables (if true, default) or disables (if false) creating a
SequencedDeadLetterQueue.
- setEnabled(boolean) - Method in class org.axonframework.springboot.MetricsProperties.AutoConfiguration
-
Enables (if true, default) or disables (if false) the auto-configuration of Metrics within
the application context.
- setEntityManager(EntityManager) - Method in class org.axonframework.springboot.util.jpa.ContainerManagedEntityManagerProvider
-
Sets the container managed entityManager to use.
- setEntityManager(EntityManager) - Method in class org.axonframework.springboot.util.legacyjpa.ContainerManagedEntityManagerProvider
-
Deprecated.
Sets the container managed entityManager to use.
- setEvents(SerializerProperties.SerializerType) - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize the payload and meta data of Event Messages.
- setFallbackToHttpGet(boolean) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
-
Whether to fall back to HTTP GET when retrieving Instance Meta Data from the Discovery Server fails.
- setFallbackUrl(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
-
Sets the URL relative to the host's root to retrieve Instance Meta Data from.
- setGeneral(SerializerProperties.SerializerType) - Method in class org.axonframework.springboot.SerializerProperties
-
Sets the type of serializer to use to serialize any type of object, for which no more specific serializer is
configured.
- setGossip(DistributedCommandBusProperties.JGroupsProperties.Gossip) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
- setHosts(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
- setInitialSegmentCount(Integer) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the number of initial segments that should be created, if no segments are already present.
- setJgroups(DistributedCommandBusProperties.JGroupsProperties) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Sets the JGroups configuration to use (if JGroups is on the classpath).
- setLoadFactor(int) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Sets the load factor for this instance of the Distributed Command Bus (default 100).
- setMessageId(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the MessageIdSpanAttributesProvider is enabled.
- setMessageName(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the MessageNameSpanAttributesProvider is enabled.
- setMessages(SerializerProperties.SerializerType) - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize the payload and meta data of Messages.
- setMessageType(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the MessageTypeSpanAttributesProvider is enabled.
- setMetadata(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the MetadataSpanAttributesProvider is enabled.
- setMicrometer(MetricsProperties.Micrometer) - Method in class org.axonframework.springboot.MetricsProperties
-
Defines the Micrometer settings for Metrics.
- setMode(EventProcessorProperties.Mode) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the type of processor that should be configured.
- setNestedHandlers(boolean) - Method in class org.axonframework.springboot.TracingProperties
-
Setting value for nesting handlers in dispatching traces.
- setNestedTimeLimit(Duration) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the value for the time limit set on nested handlers inside dispatching trace.
- setPayloadType(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the PayloadTypeSpanAttributesProvider is enabled.
- setSequencingPolicy(String) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the name of the bean that defines the SequencingPolicy for
this processor.
- setShowEventSourcingHandlers(boolean) - Method in class org.axonframework.springboot.TracingProperties
-
Setting value for showing event sourcing handlers in traces.
- setSource(String) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the name of the bean that should be used as source for Event Messages.
- setSpringCloud(DistributedCommandBusProperties.SpringCloudProperties) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Sets the Spring Cloud configuration to use (if Spring Cloud is on the classpath).
- setTags(Map<String, String>) - Method in class org.axonframework.springboot.TagsConfigurationProperties
-
Sets tags.
- setThreadCount(int) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the number of threads to use to process Events, when using a StreamingEventProcessor
implementation.
- setTokenClaimInterval(long) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the time to wait after a failed attempt to claim any token, before making another attempt.
- setTokenClaimIntervalTimeUnit(TimeUnit) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the time unit used to defined tokens claim interval.
- spanFactory() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
-
- spanFactory(TracingProperties) - Method in class org.axonframework.springboot.autoconfig.OpenTelemetryAutoConfiguration
-
- springAggregateLookup() - Static method in class org.axonframework.springboot.autoconfig.InfraConfiguration
-
- springAxonConfiguration(Configurer) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
-
- springAxonConfigurer(ConfigurableListableBeanFactory, List<ConfigurerModule>, List<ModuleConfiguration>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
-
- SpringCloudProperties() - Constructor for class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
-
- springSagaLookup() - Static method in class org.axonframework.springboot.autoconfig.InfraConfiguration
-