Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAggregateFactory<T> - Class in org.axonframework.eventsourcing
-
Abstract AggregateFactory implementation that is aware of snapshot events.
- AbstractAggregateFactory(Class<T>) - Constructor for class org.axonframework.eventsourcing.AbstractAggregateFactory
-
Initialize an
AggregateFactoryfor the givenaggregateBaseType. - AbstractAggregateFactory(Class<T>, Set<Class<? extends T>>) - Constructor for class org.axonframework.eventsourcing.AbstractAggregateFactory
-
Initialize an
AggregateFactoryfor the given polymorphicaggregateBaseTypeand it'saggregateSubTypes. - AbstractAggregateFactory(AggregateModel<T>) - Constructor for class org.axonframework.eventsourcing.AbstractAggregateFactory
-
Initializes an
AggregateFactoryfor the givenaggregateModel. - AbstractAnnotatedParameterResolverFactory<A,
P> - Class in org.axonframework.messaging.annotation -
ParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired with a suitable type of parameter.
- AbstractAnnotatedParameterResolverFactory(Class<A>, Class<P>) - Constructor for class org.axonframework.messaging.annotation.AbstractAnnotatedParameterResolverFactory
-
Initialize a ParameterResolverFactory instance that resolves parameters of type
declaredParameterTypeannotated with the givenannotationType. - AbstractAnnotationHandlerBeanPostProcessor<I,
T> - Class in org.axonframework.spring.config -
Deprecated.
- AbstractAnnotationHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.
- AbstractCacheAdapter<L> - Class in org.axonframework.common.caching
-
Abstract implementation of the Cache interface which makes it easier to implement Adapters.
- AbstractCacheAdapter() - Constructor for class org.axonframework.common.caching.AbstractCacheAdapter
- AbstractChildEntityDefinition - Class in org.axonframework.modelling.command.inspection
-
Abstract implementation of the
ChildEntityDefinitionto provide reusable functionality for collections of ChildEntityDefinitions. - AbstractChildEntityDefinition() - Constructor for class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
- AbstractCommandGateway - Class in org.axonframework.commandhandling.gateway
-
Abstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure.
- AbstractCommandGateway(AbstractCommandGateway.Builder) - Constructor for class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Instantiate an
AbstractCommandGatewaybased on the fields contained in theAbstractCommandGateway.Builder. - AbstractCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
-
Abstract Builder class to instantiate
AbstractCommandGatewayimplementations. - AbstractDeadlineManager - Class in org.axonframework.deadline
-
Abstract implementation of the
DeadlineManagerto be implemented by concrete solutions for the DeadlineManager. - AbstractDeadlineManager() - Constructor for class org.axonframework.deadline.AbstractDeadlineManager
- AbstractDomainEventEntry<T> - Class in org.axonframework.eventhandling
-
Abstract base class of a serialized domain event.
- AbstractDomainEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
-
Default constructor required by JPA
- AbstractDomainEventEntry(String, String, long, String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
-
Reconstruct an event entry from a stored object.
- AbstractDomainEventEntry(DomainEventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
-
Construct a new event entry from a published domain event message to enable storing the event or sending it to a remote location.
- AbstractEventBus - Class in org.axonframework.eventhandling
-
Base class for the Event Bus.
- AbstractEventBus(AbstractEventBus.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventBus
-
Instantiate an
AbstractEventBusbased on the fields contained in theAbstractEventBus.Builder. - AbstractEventBus.Builder - Class in org.axonframework.eventhandling
-
Abstract Builder class to instantiate
AbstractEventBusimplementations. - AbstractEventEntry<T> - Class in org.axonframework.eventhandling
-
Abstract base class of a serialized event.
- AbstractEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
-
Default constructor required by JPA
- AbstractEventEntry(String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
-
Reconstruct an event entry from a stored object.
- AbstractEventEntry(EventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
-
Construct a new event entry from a published event message to enable storing the event or sending it to a remote location.
- AbstractEventGateway - Class in org.axonframework.eventhandling.gateway
-
Abstract implementation of an EventGateway, which handles the dispatch interceptors.
- AbstractEventGateway(AbstractEventGateway.Builder) - Constructor for class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Instantiate an
AbstractEventGatewaybased on the fields contained in theAbstractEventGateway.Builder. - AbstractEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
-
Abstract Builder class to instantiate
AbstractEventGatewayimplementations. - AbstractEventProcessor - Class in org.axonframework.eventhandling
-
Abstract implementation of an
EventProcessor. - AbstractEventProcessor(AbstractEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventProcessor
-
Instantiate a
AbstractEventProcessorbased on the fields contained in theAbstractEventProcessor.Builder. - AbstractEventProcessor.Builder - Class in org.axonframework.eventhandling
-
Abstract Builder class to instantiate a
AbstractEventProcessor. - AbstractEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore
-
Abstract
EventStorageEngineimplementation that takes care of event serialization and upcasting. - AbstractEventStorageEngine(AbstractEventStorageEngine.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Instantiate a
AbstractEventStorageEnginebased on the fields contained in theAbstractEventStorageEngine.Builder. - AbstractEventStorageEngine.Builder - Class in org.axonframework.eventsourcing.eventstore
-
Abstract Builder class to instantiate an
AbstractEventStorageEngine. - AbstractEventStore - Class in org.axonframework.eventsourcing.eventstore
-
Abstract implementation of an
EventStorethat uses aEventStorageEngineto store and load events. - AbstractEventStore(AbstractEventStore.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractEventStore
-
Instantiate an
AbstractEventStorebased on the fields contained in theAbstractEventStore.Builder. - AbstractEventStore.Builder - Class in org.axonframework.eventsourcing.eventstore
-
Abstract Builder class to instantiate an
AbstractEventStore. - AbstractEventTableFactory - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Abstract implementation of an
EventTableFactorythat provides Jdbc "create table" statements compatible with most databases. - AbstractEventTableFactory() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
- AbstractMessage<T> - Class in org.axonframework.messaging
-
Abstract base class for Messages.
- AbstractMessage(String) - Constructor for class org.axonframework.messaging.AbstractMessage
-
Initializes a new message with given identifier.
- AbstractMethodPropertyAccessStrategy - Class in org.axonframework.common.property
-
Abstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.
- AbstractMethodPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
- AbstractQualifiedBeanCondition - Class in org.axonframework.springboot.util
-
Abstract implementations for conditions that match against the availability of beans of a specific type with a given qualifier.
- AbstractQualifiedBeanCondition(String, String, String) - Constructor for class org.axonframework.springboot.util.AbstractQualifiedBeanCondition
-
Initialize the condition, looking for properties on a given annotation
- AbstractRepository<T,
A> - Class in org.axonframework.modelling.command -
Abstract implementation of the
Repositorythat takes care of the dispatching of events when an aggregate is persisted. - AbstractRepository(AbstractRepository.Builder<T>) - Constructor for class org.axonframework.modelling.command.AbstractRepository
-
Instantiate a
AbstractRepositorybased on the fields contained in theAbstractRepository.Builder. - AbstractRepository.Builder<T> - Class in org.axonframework.modelling.command
-
Abstract Builder class to instantiate
AbstractRepositoryimplementations. - AbstractResourceInjector - Class in org.axonframework.modelling.saga
-
Abstract implementation of a
ResourceInjectorfor sagas that injects field and method resources. - AbstractResourceInjector() - Constructor for class org.axonframework.modelling.saga.AbstractResourceInjector
- AbstractResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
Abstract implementation of the
ResponseTypewhich contains match functions for the majority of theTypeoptions available. - AbstractResponseType(Class<?>) - Constructor for class org.axonframework.messaging.responsetypes.AbstractResponseType
-
Instantiate a
ResponseTypewith the givenexpectedResponseTypeas the type to be matched against and to which the query response should be converted to, as is or as the contained type for an array/list/etc. - AbstractRetryScheduler - Class in org.axonframework.commandhandling.gateway
-
An abstract base class for
RetrySchedulers. - AbstractRetryScheduler(AbstractRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
Construct the
AbstractRetrySchedulerfrom its builder. - AbstractRetryScheduler.Builder<B> - Class in org.axonframework.commandhandling.gateway
-
A builder class for the
RetrySchedulerimplementations. - AbstractRoutingStrategy - Class in org.axonframework.commandhandling.distributed
-
Abstract implementation of the
RoutingStrategyinterface that includes a fallbackRoutingStrategywhich prescribes what happens when routing cannot be resolved by this implementation. - AbstractRoutingStrategy(RoutingStrategy) - Constructor for class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
-
Initializes the strategy using given
RoutingStrategyprescribing the fallback approach when this implementation cannot resolve a routing key. - AbstractRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
-
Deprecated.in favor of
AbstractRoutingStrategy(RoutingStrategy) - AbstractSagaEntry<T> - Class in org.axonframework.modelling.saga.repository.jpa
-
Deprecated.since moving to jakarta, as the generic
serializedSagawas not handled well. There is aSagaEntrynot extending from this abstract class anymore, you might be able to use instead. - AbstractSagaEntry() - Constructor for class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.Default constructor required by JPA.
- AbstractSagaEntry(Object, String, Serializer, Class<T>) - Constructor for class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.Constructs a new SagaEntry for the given
saga. - AbstractSagaManager<T> - Class in org.axonframework.modelling.saga
-
Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
- AbstractSagaManager(AbstractSagaManager.Builder<T>) - Constructor for class org.axonframework.modelling.saga.AbstractSagaManager
-
Instantiate a
AbstractSagaManagerbased on the fields contained in theAbstractSagaManager.Builder. - AbstractSagaManager.Builder<T> - Class in org.axonframework.modelling.saga
-
Abstract Builder class to instantiate
AbstractSagaManagerimplementations. - AbstractSequencedDomainEventEntry<T> - Class in org.axonframework.eventhandling
-
Abstract base class of a serialized domain event.
- AbstractSequencedDomainEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
-
Default constructor required by JPA
- AbstractSequencedDomainEventEntry(DomainEventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
-
Construct a new default domain event entry from a published domain event message to enable storing the event or sending it to a remote location.
- AbstractSnapshotEventEntry<T> - Class in org.axonframework.eventsourcing.eventstore
-
Abstract base class of a serialized snapshot event storing the state of an aggregate.
- AbstractSnapshotEventEntry() - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry
-
Default constructor required by JPA
- AbstractSnapshotEventEntry(String, String, long, String, Object, String, String, T, T) - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry
-
Reconstruct an event entry from a stored object.
- AbstractSnapshotEventEntry(DomainEventMessage<?>, Serializer, Class<T>) - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry
-
Construct a new event entry from a published domain event message to enable storing the event or sending it to a remote location.
- AbstractSnapshotEventEntry.PK - Class in org.axonframework.eventsourcing.eventstore
-
Primary key definition of the AbstractEventEntry class.
- AbstractSnapshotter - Class in org.axonframework.eventsourcing
-
Abstract implementation of the
Snapshotterthat uses a task executor to creates snapshots. - AbstractSnapshotter(AbstractSnapshotter.Builder) - Constructor for class org.axonframework.eventsourcing.AbstractSnapshotter
-
Instantiate a
AbstractSnapshotterbased on the fields contained in theAbstractSnapshotter.Builder. - AbstractSnapshotter.Builder - Class in org.axonframework.eventsourcing
-
Abstract Builder class to instantiate
AbstractSnapshotterimplementations. - AbstractSnapshotTrigger - Class in org.axonframework.eventsourcing
-
Abstract implementation of the
SnapshotTriggerthat schedules snapshots on the Unit of Work. - AbstractSnapshotTrigger(Snapshotter, Class<?>) - Constructor for class org.axonframework.eventsourcing.AbstractSnapshotTrigger
- AbstractTokenEntry<T> - Class in org.axonframework.eventhandling.tokenstore
-
Abstract base class of a JPA entry containing a serialized tracking token belonging to a given process.
- AbstractTokenEntry() - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Default constructor required for JPA
- AbstractTokenEntry(TrackingToken, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Initializes a new token entry for given
token,processandsegment. - AbstractTokenEntry(T, String, String, String) - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Initializes a token entry from existing data.
- AbstractUnitOfWork<T> - Class in org.axonframework.messaging.unitofwork
-
Abstract implementation of the Unit of Work.
- AbstractUnitOfWork() - Constructor for class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- AbstractXStreamSerializer - Class in org.axonframework.serialization
-
Abstract implementation for XStream based serializers.
- AbstractXStreamSerializer(AbstractXStreamSerializer.Builder) - Constructor for class org.axonframework.serialization.AbstractXStreamSerializer
-
Instantiate a
AbstractXStreamSerializerbased on the fields contained in theAbstractXStreamSerializer.Builder. - AbstractXStreamSerializer.Builder - Class in org.axonframework.serialization
-
Abstract Builder class to instantiate
AbstractXStreamSerializer. - accept(TopologyChange) - Method in interface org.axonframework.axonserver.connector.TopologyChangeListener
- accept(Field) - Method in class org.axonframework.test.matchers.AllFieldsFilter
- accept(Field) - Method in interface org.axonframework.test.matchers.FieldFilter
-
Indicates whether the given
fieldshould be accepted for processing, or skipped/ignored. - accept(Field) - Method in class org.axonframework.test.matchers.IgnoreField
- accept(Field) - Method in class org.axonframework.test.matchers.MatchAllFieldFilter
- accept(Field) - Method in class org.axonframework.test.matchers.NonStaticFieldsFilter
- accept(Field) - Method in class org.axonframework.test.matchers.NonTransientFieldsFilter
- accept(T) - Method in interface org.axonframework.test.eventscheduler.EventConsumer
-
Performs this operation on the given argument.
- AcceptAll - Enum Class in org.axonframework.commandhandling.distributed.commandfilter
-
A command filter that accepts all
CommandMessages. - acquireAttempts(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
-
Indicates how many attempts should be done to acquire a lock.
- activate() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
-
Activates this lifecycle instance.
- ActiveGrpcChannelChecker - Class in org.axonframework.axonserver.connector.heartbeat.connection.checker
-
Deprecated.in through use of the AxonServer java connector
- ActiveGrpcChannelChecker(AxonServerConnectionManager, String) - Constructor for class org.axonframework.axonserver.connector.heartbeat.connection.checker.ActiveGrpcChannelChecker
-
Deprecated.Constructs an
ActiveGrpcChannelCheckerbased on the connection manager. - activeProcessorThreads() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Returns an approximation of the number of threads currently processing events.
- activeSubscriptions() - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Provides the set of running subscription queries.
- activeSubscriptions() - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- ActivityHandle() - Constructor for class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
- actualVersion() - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictDescription
-
The actual version of the loaded aggregate
- actualVersion() - Method in class org.axonframework.eventsourcing.conflictresolution.DefaultConflictDescription
- add(AssociationValue) - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Adds the given
associationValue, if it has not been previously added. - add(AssociationValue) - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- add(AssociationValue, String, String) - Method in class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Adds an association between the given
associationValueandsagaIdentifier. - ADD_ALL - Static variable in class org.axonframework.common.annotation.AnnotationUtils
-
Boolean specifying that a
AnnotationUtils.findAnnotationAttributes(AnnotatedElement, String, boolean)invocation should contain all attributes of the target annotation recursively taken into account attributes of other annotations the target is present on. - addAlias(String, Class) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Adds an alias to use instead of the fully qualified class name.
- addAttribute(String, String) - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
- addAttribute(String, String) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpan
- addAttribute(String, String) - Method in interface org.axonframework.tracing.Span
-
Adds an attribute to the span.
- addCachedAssociations(Iterable<AssociationValue>, String, Class<?>) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore
-
Registers the associations of a saga with given
sagaIdentifierand givensagaTypewith the associations cache. - addConverter(DeadLetterJpaConverter<EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Adds a
DeadLetterJpaConverterto the configuration, which is used to deserialize dead-letter entries from the database. - addConverter(DeadLetterJpaConverter<EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Adds a
DeadLetterJpaConverterto the configuration, which is used to deserialize dead-letter entries from the database. - addedAssociations() - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Returns the Set of association values that have been added since the last
AssociationValues.commit(). - addedAssociations() - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- AddedTrackerStatus - Class in org.axonframework.eventhandling
-
References a new
EventTrackerStatuswhich work just has started on. - AddedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.AddedTrackerStatus
-
Initializes the
AddedTrackerStatususing the givenaddedTrackerStatus. - addFieldAlias(String, Class, String) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Adds an alias to use for a given field in the given class.
- addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Register the given
handlerwith the Unit of Work. - addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- addHandler(UnitOfWork.Phase, Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Adds a handler to the collection.
- addMessageSource(String, StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource.Builder
-
Adds a message source to the list of sources.
- addNonTransientFailurePredicate(Class<E>, Predicate<? super E>) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Adds additional predicate into the predicate chain for checking non-transiency of a failure.
- addNonTransientFailurePredicate(Predicate<Throwable>) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Adds additional predicate into the predicate chain for checking non-transiency of a failure.
- addPackageAlias(String, String) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Add an alias for a package.
- addSerializerStrategy(AvroSerializerStrategy) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Adds a serialization strategy.
- addSpanAttributeProviders(List<SpanAttributesProvider>) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Adds all provided
SpanAttributesProviders to theSpanFactory. - advance(TrackingToken, TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
- advancedTo(String, TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Advances a single token within the tokenMap
- advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
- advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.TrackerStatus
- advancedTo(TrackingToken) - Method in interface org.axonframework.eventhandling.WrappedToken
-
Advance this token to the given
newToken. - advanceTimeBy(Duration, DeadlineConsumer) - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Advances time by the given
durationand invokes the givendeadlineConsumerfor each deadline scheduled until that time. - advanceTimeBy(Duration, EventConsumer<EventMessage<?>>) - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
-
Advance time by the given
durationand invokes the giveneventConsumerfor each event scheduled for publication until that time. - advanceTimeTo(Instant, DeadlineConsumer) - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Advances time to the given
newDateTimeand invokes the givendeadlineConsumerfor each deadline scheduled until that time. - advanceTimeTo(Instant, EventConsumer<EventMessage<?>>) - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
-
Advance time to the given
newDateTimeand invokes the giveneventConsumerfor each event scheduled for publication until that time. - advanceTo(long, int) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Returns a new
GapAwareTrackingTokeninstance based on this token but which has advanced to givenindex. - advanceToNextTrigger() - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Advances the "current time" of the manager to the next scheduled deadline, and returns that deadline.
- advanceToNextTrigger() - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
-
Advances the "current time" of the scheduler to the next scheduled Event, and returns that event.
- AFTER_COMMIT - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work is after a successful commit.
- afterCommit(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- afterCommit(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Register given
handlerwith the Unit of Work. - afterCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Process given
eventsafter the Unit of Work has been committed. - afterCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
- afterCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore
-
Deprecated.
- afterEach(ExtensionContext) - Method in class org.axonframework.test.aggregate.StubAggregateLifecycleExtension
- afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.
- afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.
- afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- afterPropertiesSet() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
-
Deprecated.
- afterPropertiesSet() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- afterPropertiesSet() - Method in class org.axonframework.spring.config.EventHandlerRegistrar
-
Deprecated.
- afterPropertiesSet() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- afterPropertiesSet() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
- afterPropertiesSet() - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
- afterPropertiesSet() - Method in class org.axonframework.spring.messaging.ApplicationContextEventPublisher
- afterPropertiesSet() - Method in class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
-
Subscribes this event listener to the event bus.
- afterShutdown(EventProcessorTask) - Method in interface org.axonframework.eventhandling.async.EventProcessorTask.ShutdownCallback
-
Called when event processing is complete.
- Aggregate<T> - Interface in org.axonframework.modelling.command
-
Interface that describes an aggregate.
- Aggregate - Annotation Interface in org.axonframework.spring.stereotype
-
Annotation that informs Axon's auto configurer for Spring that a given
Componentis an aggregate instance. - AGGREGATE_CREATION_POLICY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing an aggregate creation policy to be used when handling a command.
- AGGREGATE_ID - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the aggregate identifier of a message.
- AGGREGATE_SEQ - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the aggregate sequence of a message.
- AGGREGATE_TYPE - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the aggregate type of a message.
- AggregateAnnotationCommandHandler<T> - Class in org.axonframework.modelling.command
-
Command handler that registers a set of
CommandHandlerbased on annotations of an aggregate. - AggregateAnnotationCommandHandler(AggregateAnnotationCommandHandler.Builder<T>) - Constructor for class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
-
Instantiate a
AggregateAnnotationCommandHandlerbased on the fields contained in theAggregateAnnotationCommandHandler.Builder. - AggregateAnnotationCommandHandler.Builder<T> - Class in org.axonframework.modelling.command
-
Builder class to instantiate a
AggregateAnnotationCommandHandler. - AggregateBlacklistedException - Exception Class in org.axonframework.disruptor.commandhandling
-
Exception indicating that an aggregate has been blacklisted by the DisruptorCommandBus.
- AggregateBlacklistedException(String, String, Throwable) - Constructor for exception class org.axonframework.disruptor.commandhandling.AggregateBlacklistedException
-
Initializes the exception with given
aggregateIdentifier, given explanatorymessageandcause. - AggregateCacheEntry<T> - Class in org.axonframework.eventsourcing
- AggregateCacheEntry(EventSourcedAggregate<T>) - Constructor for class org.axonframework.eventsourcing.AggregateCacheEntry
- aggregateConfiguration(Class<A>) - Method in interface org.axonframework.config.Configuration
-
Returns the
AggregateConfigurationfor the givenaggregateType. - AggregateConfiguration<A> - Interface in org.axonframework.config
-
Specialization of the Module Configuration for modules that define an Aggregate Configuration.
- AggregateConfigurer<A> - Class in org.axonframework.config
-
Axon Configuration API extension that allows the definition of an Aggregate.
- AggregateConfigurer(Class<A>) - Constructor for class org.axonframework.config.AggregateConfigurer
-
Creates a default configuration as described in
AggregateConfigurer.defaultConfiguration(Class). - AggregateCreationPolicy - Enum Class in org.axonframework.modelling.command
-
Enumeration containing the possible creation policies for aggregates.
- AggregateDeletedException - Exception Class in org.axonframework.eventsourcing
-
Special case of the
AggregateNotFoundExceptionthat indicates that historic information of an aggregate was found, but the aggregate has been deleted. - AggregateDeletedException(String) - Constructor for exception class org.axonframework.eventsourcing.AggregateDeletedException
-
Initialize a AggregateDeletedException for an aggregate identifier by given
aggregateIdentifierand a defaultmessage. - AggregateDeletedException(String, String) - Constructor for exception class org.axonframework.eventsourcing.AggregateDeletedException
-
Initialize a AggregateDeletedException for an aggregate identifier by given
aggregateIdentifierand givenmessage. - AggregateEntityNotFoundException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that the entity of an aggregate could not be found.
- AggregateEntityNotFoundException(String) - Constructor for exception class org.axonframework.modelling.command.AggregateEntityNotFoundException
-
Initialize a
AggregateEntityNotFoundExceptionwith givenmessage. - AggregateEntityNotFoundException(String, Throwable) - Constructor for exception class org.axonframework.modelling.command.AggregateEntityNotFoundException
-
Initialize a
AggregateEntityNotFoundExceptionwith givenmessageandcause. - aggregateFactories(List<AggregateFactory<?>>) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Sets the
aggregateFactoriessupported by this snapshotter. - aggregateFactories(AggregateFactory<?>...) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Sets the
aggregateFactoriessupported by this snapshotter. - aggregateFactory() - Method in interface org.axonframework.config.AggregateConfiguration
-
Returns the
AggregateFactorydefined in this configuration. - aggregateFactory() - Method in class org.axonframework.config.AggregateConfigurer
- aggregateFactory(Class<A>) - Method in interface org.axonframework.config.Configuration
-
Returns the
AggregateFactoryconfigured for the givenaggregateType. - aggregateFactory(AggregateFactory<T>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
AggregateFactoryused to create new Aggregate instances. - AggregateFactory<T> - Interface in org.axonframework.eventsourcing
-
Interface describing objects capable of creating instances of aggregates to be initialized with an event stream.
- aggregateIdAttribute(String) - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory.Builder
-
Sets the attribute name to use for the aggregate id.
- aggregateIdentifier() - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictDescription
-
The identifier of the conflicting aggregate, as a String.
- aggregateIdentifier() - Method in class org.axonframework.eventsourcing.conflictresolution.DefaultConflictDescription
- AggregateIdentifier - Annotation Interface in org.axonframework.modelling.command
- aggregateIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
aggregateIdentifiercolumn name. - aggregateIdentifierColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the aggregate identifier of the event.
- aggregateIdentifierColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
aggregateIdentifiercolumn. - aggregateIdentifierColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event identifier column.
- aggregateIdentifierSpanAttributesProvider() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- AggregateIdentifierSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
Adds the aggregate identifier to the Span if the current message being handled is a
DomainEventMessage. - AggregateIdentifierSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.AggregateIdentifierSpanAttributesProvider
- AggregateInvocationException - Exception Class in org.axonframework.modelling.command
-
Exception thrown when an invocation on a method of an aggregate gives rise to an exception.
- AggregateInvocationException(String, Throwable) - Constructor for exception class org.axonframework.modelling.command.AggregateInvocationException
-
Initializes the exception using the given
messageandcause. - AggregateLifecycle - Class in org.axonframework.modelling.command
-
Abstract base class of a component that models an aggregate's life cycle.
- AggregateLifecycle() - Constructor for class org.axonframework.modelling.command.AggregateLifecycle
- AggregateLoadTimeSnapshotTriggerDefinition - Class in org.axonframework.eventsourcing
-
A Snapshotter trigger mechanism which based on the loading time of an Aggregate decides when to trigger the creation of a snapshot.
- AggregateLoadTimeSnapshotTriggerDefinition(Snapshotter, long) - Constructor for class org.axonframework.eventsourcing.AggregateLoadTimeSnapshotTriggerDefinition
-
Initialize a
SnapshotTriggerDefinitionto trigger snapshot creation using the givensnapshotterwhen loading the aggregate instance takes longer than the givenloadTimeMillisThreshold. - AggregateMember - Annotation Interface in org.axonframework.modelling.command
- AggregateMemberAnnotatedChildEntityCollectionDefinition - Class in org.axonframework.modelling.command.inspection
-
Implementation of a
AbstractChildEntityDefinitionthat is used to detect Collections of entities (member type assignable toIterable) annotated withAggregateMember. - AggregateMemberAnnotatedChildEntityCollectionDefinition() - Constructor for class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityCollectionDefinition
- AggregateMemberAnnotatedChildEntityDefinition - Class in org.axonframework.modelling.command.inspection
-
Implementation of a
ChildEntityDefinitionthat is used to detect single entities annotated withAggregateMember. - AggregateMemberAnnotatedChildEntityDefinition() - Constructor for class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityDefinition
- AggregateMemberAnnotatedChildEntityMapDefinition - Class in org.axonframework.modelling.command.inspection
-
Implementation of a
AbstractChildEntityDefinitionthat is used to detect Maps with entities as values annotated withAggregateMember. - AggregateMemberAnnotatedChildEntityMapDefinition() - Constructor for class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityMapDefinition
- AggregateMetaModelFactory - Interface in org.axonframework.modelling.command.inspection
-
Interface of a factory for an
AggregateModelfor any given type defining an aggregate. - aggregateModel() - Method in class org.axonframework.eventsourcing.AbstractAggregateFactory
-
Gets the aggregate model.
- aggregateModel() - Method in class org.axonframework.modelling.command.AbstractRepository
-
Returns the aggregate model stored by this repository.
- aggregateModel(AggregateModel<T>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- aggregateModel(AggregateModel<T>) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Sets the
AggregateModelof generic typeT, describing the structure of the aggregate thisRepositorywill store. - aggregateModel(AggregateModel<T>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
AggregateModelof generic typeT, describing the structure of the aggregate theAnnotationCommandHandlerAdapterwill handle. - aggregateModel(AggregateModel<T>) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- aggregateModel(AggregateModel<T>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- aggregateModel(AggregateModel<T>) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
- AggregateModel<T> - Interface in org.axonframework.modelling.command.inspection
-
Specialized EntityModel that describes the capabilities and properties of an aggregate root of type
T. - AggregateModellingException - Exception Class in org.axonframework.modelling.command.inspection
-
Thrown if an aggregate model is invalid.
- AggregateModellingException(String) - Constructor for exception class org.axonframework.modelling.command.inspection.AggregateModellingException
-
Constructs this exception with given
messageexplaining the cause. - AggregateNotFoundException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that the an aggregate could not be found in the repository.
- AggregateNotFoundException(String, String) - Constructor for exception class org.axonframework.modelling.command.AggregateNotFoundException
-
Initialize a AggregateNotFoundException for an aggregate identifier by given
aggregateIdentifierand givenmessage. - AggregateNotFoundException(String, String, Throwable) - Constructor for exception class org.axonframework.modelling.command.AggregateNotFoundException
-
Initialize a AggregateNotFoundException for an aggregate identifier by given
aggregateIdentifierand with the givenmessageandcause. - AggregateRolledBackException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that an aggregate has been part of a Unit of Work that was rolled back and that the validity of its state cannot be guaranteed.
- AggregateRolledBackException(String) - Constructor for exception class org.axonframework.modelling.command.AggregateRolledBackException
-
Initialize the exception for an aggregate with given
aggregateIdentifier. - AggregateRoot - Annotation Interface in org.axonframework.modelling.command
-
Annotation placed on types that should be treated as the root of an aggregate.
- AggregateScopeDescriptor - Class in org.axonframework.commandhandling.model
-
Deprecated.in favor of the
AggregateScopeDescriptor - AggregateScopeDescriptor - Class in org.axonframework.modelling.command
-
Describes the scope of an Aggregate by means of its type and identifier.
- AggregateScopeDescriptor(String, Object) - Constructor for class org.axonframework.commandhandling.model.AggregateScopeDescriptor
-
Deprecated.Instantiate a AggregateScopeDescriptor with the provided
typeandidentifier. - AggregateScopeDescriptor(String, Object) - Constructor for class org.axonframework.modelling.command.AggregateScopeDescriptor
-
Instantiate an AggregateScopeDescriptor with the provided
typeandidentifier. - AggregateScopeDescriptor(String, Supplier<Object>) - Constructor for class org.axonframework.modelling.command.AggregateScopeDescriptor
-
Instantiate an AggregateScopeDescriptor with a
typeandidentifierSupplier. - aggregateSnapshotter(Configuration, HandlerDefinition, ParameterResolverFactory, EventStore, TransactionManager, SnapshotterSpanFactory) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- AggregateSnapshotter - Class in org.axonframework.eventsourcing
-
Implementation of a snapshotter that uses the actual aggregate and its state to create a snapshot event.
- AggregateSnapshotter(AggregateSnapshotter.Builder) - Constructor for class org.axonframework.eventsourcing.AggregateSnapshotter
-
Instantiate a
AggregateSnapshotterbased on the fields contained in theAggregateSnapshotter.Builder. - AggregateSnapshotter.Builder - Class in org.axonframework.eventsourcing
-
Builder class to instantiate a
AggregateSnapshotter. - AggregateStateCorruptedException - Exception Class in org.axonframework.disruptor.commandhandling
-
Exception indicating that the changes in an aggregate (generated events) are ignored by the DisruptorCommandBus, because it cannot guarantee that these changes have been applied to an aggregate instance with the correct state.
- AggregateStateCorruptedException(String, String) - Constructor for exception class org.axonframework.disruptor.commandhandling.AggregateStateCorruptedException
-
Initializes the exception with given
aggregateIdentifierand given explanatorymessage. - AggregateStateCorruptedException(String, String, Throwable) - Constructor for exception class org.axonframework.disruptor.commandhandling.AggregateStateCorruptedException
-
Initializes the exception with given
aggregateIdentifier, given explanatorymessageandcause. - AggregateStreamCreationException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that concurrent access to a repository was detected.
- AggregateStreamCreationException(String) - Constructor for exception class org.axonframework.modelling.command.AggregateStreamCreationException
-
Initialize the exception with the given
message. - AggregateStreamCreationException(String, Throwable) - Constructor for exception class org.axonframework.modelling.command.AggregateStreamCreationException
-
Initialize the exception with the given
messageandcause - AggregateTestFixture<T> - Class in org.axonframework.test.aggregate
-
A test fixture that allows the execution of given-when-then style test cases.
- AggregateTestFixture(Class<T>) - Constructor for class org.axonframework.test.aggregate.AggregateTestFixture
-
Initializes a new given-when-then style test fixture for the given
aggregateType. - aggregateType - Variable in class org.axonframework.modelling.command.AbstractRepository.Builder
- aggregateType() - Method in interface org.axonframework.config.AggregateConfiguration
-
Returns the type of Aggregate defined in this configuration.
- aggregateType() - Method in class org.axonframework.config.AggregateConfigurer
- aggregateType(Class<T>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
aggregateTypeas aClass, specifying the type of aggregate anAggregateModelshould be created for. - AggregateType - Annotation Interface in org.axonframework.messaging.annotation
-
Annotation indication that a parameter on a Message Handler method should be injected with the
aggregate typeof aDomainEventMessage. - aggregateTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
aggregateTypecolumn name. - aggregateTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
aggregateTypecolumn. - aggregateTypeInSpanName(boolean) - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory.Builder
-
Whether the aggregate type should be included in the span name.
- AggregateTypeParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a
Stringtype that are annotated with theAggregateTypeannotation and assigns the aggregate type of theDomainEventMessage. - AggregateTypeParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.AggregateTypeParameterResolverFactory
-
Initialize a
ParameterResolverFactoryforMessageIdentifierannotated parameters. - AggregateVersion - Annotation Interface in org.axonframework.modelling.command
- allCommandHandlerInterceptors() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Gets all command handler interceptors per type in this aggregate hierarchy.
- allCommandHandlers() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Gets all command handlers per type in this aggregate hierarchy.
- allEventHandlers() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Gets all event handlers per type in this aggregate hierarchy.
- AllFieldsFilter - Class in org.axonframework.test.matchers
-
FieldFilter implementation that accepts all Fields.
- allow(DomainEventData<?>) - Method in interface org.axonframework.eventsourcing.snapshotting.SnapshotFilter
-
Function applied to filter out snapshot data in the form of a
DomainEventData. - ALLOW_REPLAY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing whether the handler is allowed to be invoked on replays.
- allowAll() - Static method in interface org.axonframework.eventsourcing.snapshotting.SnapshotFilter
-
A
SnapshotFilterimplementation which allows all snapshots. - AllowReplay - Annotation Interface in org.axonframework.eventhandling
-
Annotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.
- allowReset(boolean) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Sets whether this
DeadLetteringEventHandlerInvokersupports resets of the providedSequencedDeadLetterQueue. - ALWAYS - Enum constant in enum class org.axonframework.modelling.command.AggregateCreationPolicy
-
Always create a new instance of the aggregate on invoking the method.
- ALWAYS - Enum constant in enum class org.axonframework.modelling.saga.SagaCreationPolicy
-
Always create a new Saga, even if one already exists.
- amountOfSequences() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- amountOfSequences() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- amountOfSequences() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- amountOfSequences() - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- amountOfSequences() - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Returns the number of unique sequences contained in this queue.
- amountOfSequencesStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.amountOfSequences()operation. - amountOfSequencesStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- and(String, Object) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instances containing the current entries, and the given
keyand givenvalue. - and(CommandMessageFilter) - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
- and(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- and(CommandMessageFilter) - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
- and(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
- and(CommandMessageFilter) - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
-
Returns a filter that matches when both this instance and the given
othermatch. - andAutoStart(boolean) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Whether to automatically start the processor when event processing is initialized.
- andBatchSize(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Set the maximum number of events that may be processed in a single transaction.
- AndCommandMessageFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
A
CommandMessageFilterimplementation that matches whenever both suppliedCommandMessageFilterinstances match. - AndCommandMessageFilter(CommandMessageFilter, CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
-
Initialize the filter to match when both the
firstand thesecondfilter match. - andEventAvailabilityTimeout(long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Set the duration where a Tracking Processor will wait for the availability of Events, in each cycle, before extending the claim on the tokens it owns.
- andEventTrackerStatusChangeListener(EventTrackerStatusChangeListener) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the
EventTrackerStatusChangeListenerwhich will be called onEventTrackerStatuschanges. - andGiven(Object...) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- andGiven(Object...) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Configures the given
domainEventsas the "given" events. - andGiven(List<?>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- andGiven(List<?>) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Configures the given
domainEventsas the "given" events. - andGivenCommands(Object...) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- andGivenCommands(Object...) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Configures the given
commandsas the command that will provide the "given" events. - andGivenCommands(List<?>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- andGivenCommands(List<?>) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Configures the given
commandsas the command that will provide the "given" events. - andGivenCurrentTime(Instant) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- andGivenCurrentTime(Instant) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Use this method to indicate a specific moment as the initial current time "known" by the fixture at the start of the given state.
- andIfNotPresent(String, Supplier<Object>) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instances containing the current entries, and the given
keyif it was not yet present in this MetaData. - andInitialSegmentsCount(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the initial number of segments for asynchronous processing.
- andInitialTrackingToken(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the builder to use to create the initial
TrackingToken. - andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandMessage
-
Returns a copy of this CommandMessage with it MetaData merged with the given
metaData. - andMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandResultMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandResultMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.deadline.DeadlineMessage
-
Returns a copy of this DeadlineMessage with its MetaData merged with given
additionalMetaData. - andMetaData(Map<String, ?>) - Method in class org.axonframework.deadline.GenericDeadlineMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.DomainEventMessage
-
Returns a copy of this DomainEventMessage with its MetaData merged with the given
metaData. - andMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.EventMessage
-
Returns a copy of this EventMessage with it MetaData merged with the given
metaData. - andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericEventMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.replay.GenericResetContext
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.replay.ResetContext
-
Returns a copy of this
ResetContextwith it MetaData merged with the givenmetaData. - andMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.AbstractMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.GenericResultMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.Message
-
Returns a copy of this Message with it MetaData merged with the given
metaData. - andMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.ResultMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryResponseMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericStreamingQueryMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryMessage
-
Returns a copy of this QueryMessage with its MetaData merged with given
metaData. - andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryResponseMessage
-
Returns a copy of this QueryResponseMessage with its MetaData merged with given
metaData. - andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.StreamingQueryMessage
- andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryMessage
-
Returns a copy of this SubscriptionQueryMessage with its MetaData merged with given
metaData. - andMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryUpdateMessage
- andMetaData(Map<String, ?>) - Method in class org.axonframework.serialization.SerializedMessage
- andNoMore() - Static method in class org.axonframework.test.matchers.Matchers
-
Matches against
nullorvoid. - andThen(Runnable) - Method in interface org.axonframework.modelling.command.ApplyMore
-
Execute the given
runnableafter applying the previous event. - andThen(Runnable) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- andThen(AxonServerEventStoreFactory.AxonServerEventStoreConfiguration) - Method in interface org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.AxonServerEventStoreConfiguration
-
Returns a configuration that applies the given
otherconfiguration after applyingthis. - andThen(EventProcessingConfigurer.DeadLetteringInvokerConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer.DeadLetteringInvokerConfiguration
-
Returns a configuration that applies the given
otherconfiguration after applyingthis. - andThen(EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer.PooledStreamingProcessorConfiguration
-
Returns a configuration that applies the given
otherconfiguration after applyingthis. - andThenAggregate(String) - Method in interface org.axonframework.test.saga.ContinuedGivenState
-
Use this method to indicate that an aggregate with given identifier published certain events.
- andThenAggregate(String) - Method in class org.axonframework.test.saga.SagaTestFixture
- andThenApply(Supplier<?>) - Method in interface org.axonframework.modelling.command.ApplyMore
-
Apply a subsequent event to the aggregate after applying another event.
- andThenApply(Supplier<?>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- andThenApplyIf(Supplier<Boolean>, Supplier<?>) - Method in interface org.axonframework.modelling.command.ApplyMore
-
Conditionally apply a subsequent event to the aggregate after applying another event.
- andThenAPublished(Object) - Method in interface org.axonframework.test.saga.ContinuedGivenState
-
Indicates that the given
eventhas been published in the past. - andThenAPublished(Object) - Method in class org.axonframework.test.saga.SagaTestFixture
- andThenAPublished(Object, Map<String, ?>) - Method in interface org.axonframework.test.saga.ContinuedGivenState
-
Indicates that the given
eventwith givenmetaDatahas been published in the past. - andThenAPublished(Object, Map<String, ?>) - Method in class org.axonframework.test.saga.SagaTestFixture
- andThenIf(Supplier<Boolean>, Runnable) - Method in interface org.axonframework.modelling.command.ApplyMore
-
Conditionally execute the given
runnableafter applying the previous event. - andThenTimeAdvancesTo(Instant) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Deprecated.in favor of
TestExecutor.whenTimeAdvancesTo(Instant). This function incorrectly suggests you can proceed with other operations after calling it, which is made impossible due to theResultValidatorreturn type - andThenTimeAdvancesTo(Instant) - Method in interface org.axonframework.test.saga.ContinuedGivenState
-
Simulate time shifts in the current given state.
- andThenTimeAdvancesTo(Instant) - Method in class org.axonframework.test.saga.SagaTestFixture
- andThenTimeElapses(Duration) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Deprecated.in favor of
TestExecutor.whenTimeElapses(Duration). This function incorrectly suggests you can proceed with other operations after calling it, which is made impossible due to theResultValidatorreturn type - andThenTimeElapses(Duration) - Method in interface org.axonframework.test.saga.ContinuedGivenState
-
Simulate time shifts in the current given state.
- andThenTimeElapses(Duration) - Method in class org.axonframework.test.saga.SagaTestFixture
- andThreadFactory(Function<String, ThreadFactory>) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the
ThreadFactoryto use to create theThreadsto process events on. - andTokenClaimInterval(long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the time to wait after a failed attempt to claim any token, before making another attempt.
- andWorkerTerminationTimeout(long) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Deprecated.
- andWorkerTerminationTimeout(long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the shutdown timeout to terminate active workers.
- AnnotatedAggregate<T> - Class in org.axonframework.modelling.command.inspection
-
Implementation of the
Aggregateinterface that allows for an aggregate root to be a POJO with annotations on its Command and Event Handler methods. - AnnotatedAggregate(AggregateModel<T>, EventBus) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an Aggregate instance for the given
aggregateRoot, described by the givenaggregateModelthat will publish events to the giveneventBus. - AnnotatedAggregate(AggregateModel<T>, EventBus, RepositoryProvider) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an Aggregate instance for the given
aggregateRoot, described by the givenaggregateModelthat will publish events to the giveneventBus. - AnnotatedAggregate(T, AggregateModel<T>, EventBus) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an Aggregate instance for the given
aggregateRoot, described by the givenaggregateModelthat will publish events to the giveneventBus. - AnnotatedAggregate(T, AggregateModel<T>, EventBus, RepositoryProvider) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an Aggregate instance for the given
aggregateRoot, described by the givenaggregateModelthat will publish events to the giveneventBus. - AnnotatedAggregateMetaModelFactory - Class in org.axonframework.modelling.command.inspection
-
AggregateMetaModelFactory implementation that uses annotations on the target aggregate's members to build up the meta-model of the aggregate.
- AnnotatedAggregateMetaModelFactory() - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Initializes an instance which uses the default, classpath based, ParameterResolverFactory to detect parameters for annotated handlers.
- AnnotatedAggregateMetaModelFactory(ParameterResolverFactory) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Initializes an instance which uses the given
parameterResolverFactoryto detect parameters for annotated handlers. - AnnotatedAggregateMetaModelFactory(ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Initializes an instance which uses the given
parameterResolverFactoryto detect parameters for annotated handlers andhandlerDefinitionto create concrete handlers. - AnnotatedChildEntity<P,
C> - Class in org.axonframework.modelling.command.inspection -
Implementation of a
ChildEntitythat uses annotations on a target entity to resolve event and command handlers. - AnnotatedChildEntity(EntityModel<C>, boolean, BiFunction<CommandMessage<?>, P, C>, BiFunction<EventMessage<?>, P, Stream<C>>) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedChildEntity
-
Initiates a new AnnotatedChildEntity instance that uses the provided
entityModelto delegate command and event handling to an annotated child entity. - AnnotatedCommandHandlerInterceptor<T> - Class in org.axonframework.modelling.command.inspection
-
Annotated command handler interceptor on aggregate.
- AnnotatedCommandHandlerInterceptor(MessageHandlingMember<T>, T) - Constructor for class org.axonframework.modelling.command.inspection.AnnotatedCommandHandlerInterceptor
-
Initializes annotated command handler interceptor with delegate handler and target on which handler is to be invoked.
- AnnotatedHandlerAttributes - Class in org.axonframework.messaging.annotation
-
Container for message handler attributes, constructed through inspecting an
AnnotatedElement. - AnnotatedHandlerAttributes(AnnotatedElement) - Constructor for class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
-
Create an
AnnotatedHandlerAttributescontaining all attributes of annotations (meta-)annotated withHasHandlerAttributeson the givenannotatedElement. - AnnotatedHandlerInspector<T> - Class in org.axonframework.messaging.annotation
-
Inspector for a message handling target of type
Tthat uses annotations on the target to inspect the capabilities of the target. - AnnotatedMessageHandlingMember<T> - Class in org.axonframework.messaging.annotation
-
Implementation of a
MessageHandlingMemberthat is used to invoke message handler methods on the target type. - AnnotatedMessageHandlingMember(Executable, Class<? extends Message>, Class<?>, ParameterResolverFactory) - Constructor for class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
-
Initializes a new instance that will invoke the given
executable(method) on a target to handle a message of the givenmessageType. - AnnotatedMessageHandlingMemberDefinition - Class in org.axonframework.messaging.annotation
-
The default HandlerDefinition implementation in Axon.
- AnnotatedMessageHandlingMemberDefinition() - Constructor for class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMemberDefinition
- AnnotatedSaga<T> - Class in org.axonframework.modelling.saga
-
Implementation of the
interfacethat allows for a POJO instance with annotated message handlers to act as a Saga. - AnnotatedSaga(String, Set<AssociationValue>, T, SagaModel<T>, MessageHandlerInterceptorMemberChain<T>) - Constructor for class org.axonframework.modelling.saga.AnnotatedSaga
-
Creates an AnnotatedSaga instance to wrap the given
annotatedSaga, identifier with the givensagaIdand associated with the givenassociationValues. - AnnotatedSagaManager<T> - Class in org.axonframework.modelling.saga
-
Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
- AnnotatedSagaManager(AnnotatedSagaManager.Builder<T>) - Constructor for class org.axonframework.modelling.saga.AnnotatedSagaManager
-
Instantiate a
AnnotatedSagaManagerbased on the fields contained in theAnnotatedSagaManager.Builder. - AnnotatedSagaManager.Builder<T> - Class in org.axonframework.modelling.saga
-
Builder class to instantiate a
AnnotatedSagaManager. - AnnotatedSagaRepository<T> - Class in org.axonframework.modelling.saga.repository
-
SagaRepositoryimplementation extending from theLockingSagaRepositorydealing with annotated Sagas. - AnnotatedSagaRepository(AnnotatedSagaRepository.Builder<T>) - Constructor for class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Instantiate a
AnnotatedSagaRepositorybased on the fields contained in theAnnotatedSagaRepository.Builder. - AnnotatedSagaRepository.Builder<T> - Class in org.axonframework.modelling.saga.repository
-
Builder class to instantiate a
AnnotatedSagaRepository. - annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- annotationAttributes(Class<? extends Annotation>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Deprecated.in favor of
MessageHandlingMember.attribute(String) - annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- AnnotationCommandHandlerAdapter<T> - Class in org.axonframework.commandhandling
-
Adapter that turns any
@CommandHandlerannotated bean into aMessageHandlerimplementation. - AnnotationCommandHandlerAdapter(T) - Constructor for class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
Wraps the given
annotatedCommandHandler, allowing it to be subscribed to a Command Bus. - AnnotationCommandHandlerAdapter(T, ParameterResolverFactory) - Constructor for class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
Wraps the given
annotatedCommandHandler, allowing it to be subscribed to a Command Bus. - AnnotationCommandHandlerAdapter(T, ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
Wraps the given
annotatedCommandHandler, allowing it to be subscribed to a Command Bus. - AnnotationCommandHandlerBeanPostProcessor - Class in org.axonframework.spring.config.annotation
-
Deprecated.Replaced by the
MessageHandlerLookupandMessageHandlerConfigurer. - AnnotationCommandHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
-
Deprecated.
- AnnotationCommandTargetResolver - Class in org.axonframework.modelling.command
-
CommandTargetResolver that uses annotations on the command to identify the methods that provide the Aggregate Identifier of the targeted Aggregate and optionally the expected version of the aggregate.
- AnnotationCommandTargetResolver() - Constructor for class org.axonframework.modelling.command.AnnotationCommandTargetResolver
-
Deprecated.Please use the
AnnotationCommandTargetResolver.builder(). - AnnotationCommandTargetResolver(AnnotationCommandTargetResolver.Builder) - Constructor for class org.axonframework.modelling.command.AnnotationCommandTargetResolver
-
Instantiate a
AnnotationCommandTargetResolverbased on the fields contained in theAnnotationCommandTargetResolver.Builder. - AnnotationCommandTargetResolver.Builder - Class in org.axonframework.modelling.command
-
Builder class to instantiate a
AnnotationCommandTargetResolver. - AnnotationDriven - Annotation Interface in org.axonframework.spring.config
-
Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list for which individual beans to register.
- AnnotationDrivenRegistrar - Class in org.axonframework.spring.config
-
Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly.
AnnotationDrivencontains a list of look-up and registration components to replace this component with. - AnnotationDrivenRegistrar() - Constructor for class org.axonframework.spring.config.AnnotationDrivenRegistrar
-
Deprecated.
- AnnotationEventHandlerAdapter - Class in org.axonframework.eventhandling
-
Adapter that turns any bean with
EventHandlerannotated methods into anEventMessageHandler. - AnnotationEventHandlerAdapter(Object) - Constructor for class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
-
Wraps the given
annotatedEventListener, allowing it to be subscribed to an Event Bus. - AnnotationEventHandlerAdapter(Object, ParameterResolverFactory) - Constructor for class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
-
Wraps the given
annotatedEventListener, allowing it to be subscribed to an Event Bus. - AnnotationEventHandlerAdapter(Object, ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
-
Wraps the given
annotatedEventListener, allowing it to be subscribed to an Event Bus. - AnnotationQueryHandlerAdapter<T> - Class in org.axonframework.queryhandling.annotation
-
Adapter that turns any
@QueryHandlerannotated bean into aMessageHandlerimplementation. - AnnotationQueryHandlerAdapter(T) - Constructor for class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
-
Initializes the adapter, forwarding call to the given
target. - AnnotationQueryHandlerAdapter(T, ParameterResolverFactory) - Constructor for class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
-
Initializes the adapter, forwarding call to the given
target, resolving parameters using the givenparameterResolverFactory. - AnnotationQueryHandlerAdapter(T, ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
-
Initializes the adapter, forwarding call to the given
target, resolving parameters using the givenparameterResolverFactoryand creating handlers usinghandlerDefinition. - AnnotationQueryHandlerBeanPostProcessor - Class in org.axonframework.spring.config.annotation
-
Deprecated.Replaced by the
MessageHandlerLookupandMessageHandlerConfigurer. - AnnotationQueryHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
-
Deprecated.
- AnnotationRevisionResolver - Class in org.axonframework.serialization
-
Revision Resolver implementation that checks for the presence of an
@Revisionannotation. - AnnotationRevisionResolver() - Constructor for class org.axonframework.serialization.AnnotationRevisionResolver
- AnnotationRoutingStrategy - Class in org.axonframework.commandhandling.distributed
-
RoutingStrategy that expects an
RoutingKey(meta-)annotation on the command message's payload. - AnnotationRoutingStrategy() - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Deprecated.in favor of the
AnnotationRoutingStrategy.builder() - AnnotationRoutingStrategy(Class<? extends Annotation>) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Deprecated.in favor of the
AnnotationRoutingStrategy.builder() - AnnotationRoutingStrategy(Class<? extends Annotation>, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Deprecated.in favor of the
AnnotationRoutingStrategy.builder() - AnnotationRoutingStrategy(AnnotationRoutingStrategy.Builder) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Instantiate a
AnnotationRoutingStrategybased on the fields contained in the givenbuilder. - AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Deprecated.in favor of the
AnnotationRoutingStrategy.builder() - AnnotationRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
-
Builder class to instantiate a
AnnotationRoutingStrategy. - AnnotationSagaMetaModelFactory - Class in org.axonframework.modelling.saga.metamodel
-
Default implementation of a
SagaMetaModelFactory. - AnnotationSagaMetaModelFactory() - Constructor for class org.axonframework.modelling.saga.metamodel.AnnotationSagaMetaModelFactory
-
Initializes a
AnnotationSagaMetaModelFactorywithClasspathParameterResolverFactoryandClasspathHandlerDefinition. - AnnotationSagaMetaModelFactory(ParameterResolverFactory) - Constructor for class org.axonframework.modelling.saga.metamodel.AnnotationSagaMetaModelFactory
-
Initializes a
AnnotationSagaMetaModelFactorywith givenparameterResolverFactoryandClasspathHandlerDefinition. - AnnotationSagaMetaModelFactory(ParameterResolverFactory, HandlerDefinition) - Constructor for class org.axonframework.modelling.saga.metamodel.AnnotationSagaMetaModelFactory
-
Initializes a
AnnotationSagaMetaModelFactorywith givenparameterResolverFactoryand givenhandlerDefinition. - annotationType(Class<? extends Annotation>) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
-
Sets the
annotationTypeClasssearched for by this routing strategy on aCommandMessageto base the routing key on. - AnnotationUtils - Class in org.axonframework.common.annotation
-
Utility class for locating annotations and attribute values on elements.
- ANY_THROWABLE - Enum constant in enum class org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Configuration that prescribes a rollback on any sort of exception or error.
- appendEvents(Connection, List<? extends EventMessage<?>>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.appendEvents(List, Serializer). - appendEvents(Connection, EventSchema, Class<?>, List<? extends EventMessage<?>>, Serializer, TimestampWriter) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.appendEvents(List, Serializer). - appendEvents(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
- appendEvents(List<? extends EventMessage<?>>) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Append a list of events to the event storage.
- appendEvents(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- appendEvents(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- appendEvents(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- appendEvents(List<? extends EventMessage<?>>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Append given
eventsto the backing database. - appendEvents(List<? extends EventMessage<?>>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- appendEvents(List<? extends EventMessage<?>>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- appendEvents(List<? extends EventMessage<?>>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- appendEvents(EventMessage<?>...) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Append one or more events to the event storage.
- appendEvents(EventMessage<?>...) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- appendEvents(AppendEventsStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.appendEvents(Connection, List, Serializer)en}. - AppendEventsStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.appendEvents(List, Serializer) - appendSnapshot(Connection, DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
AbstractEventStorageEngine.storeSnapshot(DomainEventMessage). - appendSnapshot(Connection, EventSchema, Class<?>, DomainEventMessage<?>, Serializer, TimestampWriter) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer). - appendSnapshot(AppendSnapshotStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.appendSnapshot(Connection, DomainEventMessage, Serializer). - AppendSnapshotStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer). - ApplicationContextEventPublisher - Class in org.axonframework.spring.messaging
-
Component that forward events received from a
SubscribableMessageSourceas SpringApplicationEventto the ApplicationContext. - ApplicationContextEventPublisher(SubscribableMessageSource<? extends EventMessage<?>>) - Constructor for class org.axonframework.spring.messaging.ApplicationContextEventPublisher
-
Initialize the publisher to forward events received from the given
messageSourceto the application context that this bean is part of. - ApplicationContextLookupParameterResolverFactory - Class in org.axonframework.spring.config
-
Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly.
- ApplicationContextLookupParameterResolverFactory(List<ParameterResolverFactory>) - Constructor for class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
-
Deprecated.Creates an instance, using the given
defaultFactories. - apply(Object) - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Apply a
DomainEventMessagewith given payload without metadata (though interceptors can also be used to provide metadata). - apply(Object, MetaData) - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Apply a
DomainEventMessagewith given payload and metadata (metadata from interceptors will be combined with the provided metadata). - apply(String) - Method in interface org.axonframework.eventhandling.pooled.MaxSegmentProvider
-
Returns the maximum amount of segments to claim for the given
processingGroup. - apply(Connection) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlFunction
-
Create a new
PreparedStatementusing the givenconnection. - apply(Connection, int, int) - Method in interface org.axonframework.common.jdbc.PagingJdbcIterable.PagingStatementSupplier
-
Create a new
PreparedStatementusing the givenconnection, paging through the providedoffsetandmaxSize. - apply(ResultSet) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlResultConverter
-
Convert the given resultSet to a result of type
R. - apply(O) - Method in class org.axonframework.axonserver.connector.util.GrpcObjectSerializer
- apply(Configuration) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
- apply(Message) - Method in class org.axonframework.axonserver.connector.util.GrpcPayloadSerializer
- apply(MetaData) - Method in class org.axonframework.axonserver.connector.util.GrpcMetadataSerializer
- apply(Statement, Description) - Method in class org.axonframework.test.aggregate.StubAggregateLifecycleRule
-
Deprecated.
- applyConfig(AvroSerializerStrategyConfig) - Method in interface org.axonframework.serialization.avro.AvroSerializerStrategy
-
Sets the configuration for the strategy.
- applyConfig(AvroSerializerStrategyConfig) - Method in class org.axonframework.serialization.avro.SpecificRecordBaseSerializerStrategy
- applyMessageOrPayload(Object) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Apply a new event message to the aggregate and then publish this message to external systems.
- ApplyMore - Interface in org.axonframework.modelling.command
-
Interface that describes a mechanism that enables the application of an additional event after another event is applied.
- Artifact - Class in org.axonframework.updates.api
-
Represents an artifact with its group ID, artifact ID, and version.
- Artifact(String, String, String) - Constructor for class org.axonframework.updates.api.Artifact
-
Constructs a
DetectedVulnerabilitywith the givengroupId,artifactId, andversion. - ArtifactAvailableUpgrade - Class in org.axonframework.updates.api
-
Represents an upgrade suggestion for a specific artifact version by the AxonIQ Update Checker API.
- ArtifactAvailableUpgrade(String, String, String) - Constructor for class org.axonframework.updates.api.ArtifactAvailableUpgrade
-
Constructs an
ArtifactAvailableUpgradewith the givengroupId,artifactId, andlatestVersion. - artifactId() - Method in class org.axonframework.updates.api.Artifact
-
Returns the artifact identifier of this artifact.
- artifactId() - Method in class org.axonframework.updates.api.ArtifactAvailableUpgrade
-
Returns the artifact identifier of this available artifact upgrade.
- artifactId() - Method in class org.axonframework.updates.api.DetectedVulnerability
-
Returns the artifact identifier of this detected vulnerability.
- asCause(Throwable) - Static method in exception class org.axonframework.messaging.deadletter.ThrowableCause
-
Return the given
causeas aThrowableCause. - asCollection(Object) - Static method in class org.axonframework.common.CollectionUtils
-
Returns a Collection instance that contains the elements of the given
potentialCollection. - asCommandMessage(Object) - Static method in class org.axonframework.commandhandling.GenericCommandMessage
-
Returns the given command as a
CommandMessage. - asCommandResultMessage(Object) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
-
Returns the given
commandResultas aCommandResultMessageinstance. - asCommandResultMessage(Throwable) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given
exceptionresult. - asDeadlineMessage(String, Object) - Static method in class org.axonframework.deadline.GenericDeadlineMessage
-
Deprecated.Use
GenericDeadlineMessage.asDeadlineMessage(String, Object, Instant)instead, as it sets the timestamp of the deadline, rather than the current time - asDeadlineMessage(String, Object, Instant) - Static method in class org.axonframework.deadline.GenericDeadlineMessage
-
Returns the given
deadlineNameandmessageOrPayloadas a DeadlineMessage which expires at the givenexpiryTime. - asDeadLineMessage(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
DbSchedulerBinaryDeadlineDetailsas anGenericDeadlineMessage, with the timestamp set using theGenericEventMessage.clock. - asDeadLineMessage(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
DbSchedulerHumanReadableDeadlineDetailsas anGenericDeadlineMessage, with the timestamp set using theGenericEventMessage.clock. - asDeadLineMessage(Serializer) - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
DeadlineDetailsas anGenericDeadlineMessage, with the timestamp set using theGenericEventMessage.clockto set to the current time. - asDomainEventMessage(EventMessage<T>) - Static method in class org.axonframework.eventhandling.EventUtils
-
Deprecated.since this method is not used for external use. This method is intended to deduce whether a given
EventMessageis aDomainEventMessageand if not, push it into being one by adjusting the fields. However, this is only intended to simplify the storage of events. This does not make a regularEventMessageaDomainEventMessageby any means. The only way to have a trueDomainEventMessageis by publishing events from within an Aggregate, by using theAggregateLifecycleoperations. - asDomainEventMessage(EventMessage<T>) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Converts an
EventMessageto aDomainEventMessage. - asDomainEventMessage(EventMessage<T>) - Static method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Converts an
EventMessageto aDomainEventMessage. - asDomainEventMessage(EventMessage<T>) - Static method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Converts an
EventMessageto aDomainEventMessage. - asEventMessage(Object) - Static method in class org.axonframework.eventhandling.GenericEventMessage
-
Returns the given event as an EventMessage.
- asMessage(Object) - Static method in class org.axonframework.messaging.GenericMessage
-
Returns a Message representing the given
payloadOrMessage, either by wrapping it or by returning it as-is. - asNullableResponseMessage(Class<R>, Object) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Creates a QueryResponseMessage for the given
resultwith adeclaredTypeas the result type. - asResetContext(Object) - Static method in class org.axonframework.eventhandling.replay.GenericResetContext
-
Returns the given
messageOrPayloadas aResetContext. - asResponseMessage(Class<R>, Throwable) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Creates a Query Response Message with given
declaredTypeandexception. - asResponseMessage(Object) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Creates a QueryResponseMessage for the given
result. - asResultMessage(Object) - Static method in class org.axonframework.messaging.GenericResultMessage
-
Returns the given
resultas aResultMessageinstance. - asResultMessage(Throwable) - Static method in class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given
exceptionresult. - Assert - Class in org.axonframework.common
-
Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
- assertActiveSagas(int) - Method in class org.axonframework.test.saga.RepositoryContentValidator
-
Asserts that the repsitory contains the given
expectedamount of active sagas. - assertAssociationPresent(String, String) - Method in class org.axonframework.test.saga.RepositoryContentValidator
-
Asserts that an association is present for the given
associationKeyandassociationValue. - assertDeadlinesMet(Object...) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Deprecated.
- assertDeadlinesMetMatching(Matcher<? extends Iterable<?>>) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Deprecated.
- assertDispatchedEqualTo(Object...) - Method in class org.axonframework.test.saga.CommandValidator
-
Assert that the given commands have been dispatched in the exact sequence provided.
- assertDispatchedMatching(Matcher<?>) - Method in class org.axonframework.test.saga.CommandValidator
-
Assert that commands matching the given
matcherhas been dispatched on the command bus. - assertNoAssociationPresent(String, String) - Method in class org.axonframework.test.saga.RepositoryContentValidator
-
Asserts that no association is present for the given
associationKeyandassociationValue. - assertNonBlank(String, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
stringdoes not equals an empty String. - assertNonEmpty(String, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
stringis not null and does not equal an empty String. - assertNonNull(T, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis non null. - assertNonNull(T, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis non null. - assertNoScheduledDeadlineMatching(Matcher<?>) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that no deadline matching the given
matcherhas been scheduled. - assertNoScheduledDeadlines() - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that no deadlines are scheduled.
- assertNoScheduledEventMatching(Duration, Matcher<?>) - Method in class org.axonframework.test.eventscheduler.EventSchedulerValidator
-
Asserts that no event matching the given
matcherhas been scheduled after the givenduration. - assertNoScheduledEventMatching(Instant, Matcher<?>) - Method in class org.axonframework.test.eventscheduler.EventSchedulerValidator
-
Asserts that no event matching the given
matcherhas been scheduled at the givenscheduledTime. - assertNoScheduledEvents() - Method in class org.axonframework.test.eventscheduler.EventSchedulerValidator
-
Asserts that no events are scheduled for publication.
- assertPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis positive, meaning greater than, or equal to, zero. - assertPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis positive, meaning greater than, or equal to, zero. - assertPublishedEvents(Object...) - Method in class org.axonframework.test.saga.EventValidator
-
Assert that the given
expectedevents have been published. - assertPublishedEventsMatching(Matcher<? extends Iterable<?>>) - Method in class org.axonframework.test.saga.EventValidator
-
Asserts that events have been published matching the given
matcher. - assertScheduledDeadlineMatching(Duration, Matcher<?>) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that a deadline scheduled after given
durationmatches the givenmatcher. - assertScheduledDeadlineMatching(Instant, Matcher<?>) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that a deadline scheduled at the given
scheduledTimematches the givenmatcher. - assertScheduledEventMatching(Duration, Matcher<?>) - Method in class org.axonframework.test.eventscheduler.EventSchedulerValidator
-
Asserts that an event matching the given
matcheris scheduled for publication after the givenduration. - assertScheduledEventMatching(Instant, Matcher<?>) - Method in class org.axonframework.test.eventscheduler.EventSchedulerValidator
-
Asserts that an event matching the given
matcheris scheduled for publication at the givenscheduledTime. - assertSchemaCompatibility(Class<?>, Schema, Schema, boolean) - Method in interface org.axonframework.serialization.avro.SchemaIncompatibilityChecker
-
Checks schema compatibilities and throws exception if schemas are not compatible.
- assertStrictPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis strictly positive, meaning greater than zero. - assertStrictPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
valueis strictly positive, meaning greater than zero. - assertThat(T, Predicate<T>, String) - Static method in class org.axonframework.common.BuilderUtils
- assertThat(T, Predicate<T>, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
- assertTriggeredDeadlines(Object...) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that the given
expecteddeadlines have been triggered. - assertTriggeredDeadlinesMatching(Matcher<? extends Iterable<?>>) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that the triggered deadlines match the given
matcher. - assertTriggeredDeadlinesOfType(Class<?>...) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that the given
expectedDeadlineTypeshave been triggered. - assertTriggeredDeadlinesWithName(String...) - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
Asserts that the given
expectedDeadlineNameshave been triggered. - assertValidRecording() - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
-
Makes sure the execution phase has finishes without any Errors ir FixtureExecutionExceptions.
- asSet() - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Returns this instance as a Set of Association Values.
- asSet() - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- assignHandlerInstancesMatching(String, int, Predicate<Object>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Configures a rule to assign Event Handler beans that match the given
criteriato the Processing Group with givenname, with givenpriority. - assignHandlerInstancesMatching(String, int, Predicate<Object>) - Method in class org.axonframework.config.EventProcessingModule
- assignHandlerInstancesMatching(String, Predicate<Object>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Configures a rule to assign Event Handler beans that match the given
criteriato the Processing Group with givenname, with neutral priority (value 0). - assignHandlerTypesMatching(String, int, Predicate<Class<?>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Configures a rule to assign Event Handler beans that match the given
criteriato the Processing Group with givenname, with givenpriority. - assignHandlerTypesMatching(String, int, Predicate<Class<?>>) - Method in class org.axonframework.config.EventProcessingModule
- assignHandlerTypesMatching(String, Predicate<Class<?>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Configures a rule to assign Event Handler beans that match the given
criteriato the Processing Group with givenname, with neutral priority (value 0). - assignProcessingGroup(String, String) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Defines a mapping for assigning processing groups to processors.
- assignProcessingGroup(String, String) - Method in class org.axonframework.config.EventProcessingModule
- assignProcessingGroup(Function<String, String>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Defines a rule for assigning processing groups to processors if processing group to processor name mapping does not contain the entry.
- assignProcessingGroup(Function<String, String>) - Method in class org.axonframework.config.EventProcessingModule
- associateWith(String, Number) - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Registers a AssociationValue with the currently active saga.
- associateWith(String, String) - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Registers a AssociationValue with the currently active saga.
- associateWith(AssociationValue) - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Registers a AssociationValue with the currently active saga.
- associationKeyColumn() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the associationKey column
- associationKeyColumn(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the association key column.
- associationProperty() - Element in annotation interface org.axonframework.modelling.saga.SagaEventHandler
-
The property in the event that will provide the value to find the Saga instance.
- associationResolver() - Element in annotation interface org.axonframework.modelling.saga.SagaEventHandler
-
The type of AssociationResolver that will resolve the association property value.
- AssociationResolver - Interface in org.axonframework.modelling.saga
-
Used to derive the value of an association property as designated by the association property name.
- associationsCache(Cache) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
-
Sets the
associationsCacheof typeCacheused to store Saga associations with. - AssociationValue - Class in org.axonframework.modelling.saga
-
A combination of key and value by which a Saga can be found.
- AssociationValue(String, String) - Constructor for class org.axonframework.modelling.saga.AssociationValue
-
Creates a Association Value instance with the given
keyandvalue. - associationValueColumn() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the associationValue column
- associationValueColumn(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the association value column.
- AssociationValueEntry - Class in org.axonframework.modelling.saga.repository.jpa
-
JPA wrapper around an Association Value.
- AssociationValueEntry() - Constructor for class org.axonframework.modelling.saga.repository.jpa.AssociationValueEntry
-
Constructor required by JPA.
- AssociationValueEntry(String, String, AssociationValue) - Constructor for class org.axonframework.modelling.saga.repository.jpa.AssociationValueEntry
-
Initialize a new AssociationValueEntry for a saga with given
sagaIdentifierandassociationValue. - associationValueEntryTable() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the associationValueEntry table
- associationValueEntryTable(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the association value entry table.
- AssociationValueMap - Class in org.axonframework.modelling.saga.repository
-
In-memory storage for AssociationValue to Saga mappings.
- AssociationValueMap() - Constructor for class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Initializes a new and empty AssociationValueMap.
- associationValues() - Method in interface org.axonframework.modelling.saga.repository.SagaStore.Entry
-
Returns the Set of association values of the fetched Saga entry.
- associationValues() - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Retrieves the
AssociationValuesthat have been associated with the current Saga so far. - AssociationValues - Interface in org.axonframework.modelling.saga
-
Interface describing a container of
Association Valuesfor a singleSagainstance. - AssociationValuesImpl - Class in org.axonframework.modelling.saga
-
Default implementation of the AssociationValues interface.
- AssociationValuesImpl() - Constructor for class org.axonframework.modelling.saga.AssociationValuesImpl
-
Initializes a new AssociationValues object without initial associations.
- AssociationValuesImpl(Set<AssociationValue>) - Constructor for class org.axonframework.modelling.saga.AssociationValuesImpl
-
Initializes a new AssociationValues object with given initial associations.
- asStream() - Method in interface org.axonframework.common.stream.BlockingStream
-
Returns this MessageStream as a
Streamof Messages. - asStream() - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Returns this DomainEventStream as a
Streamof DomainEventMessages. - asStream(BlockingStream<M>) - Static method in class org.axonframework.common.stream.StreamUtils
-
Convert the given
messageStreamto a regular javaStream. - asStream(DomainEventStream) - Static method in class org.axonframework.eventsourcing.EventStreamUtils
-
Convert the given
domainEventStreamto a regular javaStreamof domain event messages. - asTrackedEventMessage(EventMessage<T>, TrackingToken) - Static method in class org.axonframework.eventhandling.EventUtils
- asUpdateMessage(Class<T>, Throwable) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
- asUpdateMessage(Object) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Creates
GenericSubscriptionQueryUpdateMessagefrom providedpayloadwhich represents incremental update. - AsynchronousCommandBus - Class in org.axonframework.commandhandling
-
Specialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.
- AsynchronousCommandBus(AsynchronousCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.AsynchronousCommandBus
-
Instantiate a
AsynchronousCommandBusbased on the fields contained in theAsynchronousCommandBus.Builder. - AsynchronousCommandBus.Builder - Class in org.axonframework.commandhandling
-
Builder class to instantiate a
AsynchronousCommandBus. - AsynchronousEventProcessingStrategy - Class in org.axonframework.eventhandling.async
-
Implementation of a
EventProcessingStrategythat creates event processing tasks for asynchronous execution. - AsynchronousEventProcessingStrategy(Executor, SequencingPolicy<? super EventMessage<?>>) - Constructor for class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
-
Initializes a new
AsynchronousEventProcessingStrategythat uses the givenexecutorto execute event processing tasks andsequencingPolicythat determines if an event may be processed in sequence or in parallel. - attachTransaction(TransactionManager) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Attach a transaction to this Unit of Work, using the given
transactionManager. - attribute(String) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- attribute(String) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Retrieve a single attributes for the given
attributeKey. - attribute(String) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- attribute(String) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- AttributeProviders() - Constructor for class org.axonframework.springboot.TracingProperties.AttributeProviders
- AUTHENTICATION_INVALID_TOKEN - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- AUTHENTICATION_TOKEN_MISSING - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- autoConfigBasePackages(ApplicationContext) - Static method in class org.axonframework.springboot.util.XStreamSecurityTypeUtility
-
Retrieves the auto-configuration base packages from
AutoConfigurationPackages.get(BeanFactory). - AutoConfiguration() - Constructor for class org.axonframework.springboot.MetricsProperties.AutoConfiguration
- autoPersistentStreamMessageSourceDefinitionBuilder(PersistentStreamScheduledExecutorBuilder, PersistentStreamMessageSourceFactory, AxonServerConfiguration) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
Creates a
ConfigurerModuleto invoke}invalid @link
{@link EventProcessingConfigurer::usingSubscribingEventProcessors - AutowiredResourceInjector - Class in org.axonframework.test.utils
-
Deprecated.in favor of the
SimpleResourceInjector - AutowiredResourceInjector(Iterable<Object>) - Constructor for class org.axonframework.test.utils.AutowiredResourceInjector
-
Deprecated.Initializes the resource injector to inject to given
resources. - availableProcessorThreads() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Returns the number of threads this processor has available to assign segments.
- AVRO - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Uses Avro based serializer to serialize objects into bytes as specified by Avro Specification using single object encoding.
- AVRO_FINGERPRINT_LENGTH - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
Length of encoded fingerprint long value.
- AVRO_HEADER_LENGTH - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
Header size of single-object-encoding as defined in Avro specification.
- AvroSchemaPackages - Class in org.axonframework.spring.serialization.avro
-
Holder for package-based class scanning for Avro schema extraction.
- AvroSchemaScan - Annotation Interface in org.axonframework.spring.serialization.avro
-
Configures the base packages used by autoconfiguration when scanning for classes containing Avro Schema.
- AvroSerializer - Class in org.axonframework.serialization.avro
-
Serializer providing support for Apache Avro, using Single Object Encoded binary encoding.
- AvroSerializer(AvroSerializer.Builder) - Constructor for class org.axonframework.serialization.avro.AvroSerializer
-
Creates the serializer instance.
- AvroSerializer.Builder - Class in org.axonframework.serialization.avro
-
Builder to set up Avro Serializer using some defaults.
- AvroSerializerAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Autoconfigures required beans for the Avro serializer.
- AvroSerializerAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AvroSerializerAutoConfiguration
- AvroSerializerStrategy - Interface in org.axonframework.serialization.avro
-
Serialization strategy for Avro Serializer.
- AvroSerializerStrategyConfig - Class in org.axonframework.serialization.avro
-
Configuration class used by the strategy to receive configuration from the
AvroSerializer.Builderduring instantiation ofAvroSerializer. - AvroSerializerStrategyConfig.Builder - Class in org.axonframework.serialization.avro
-
Builder for the configuration.
- AvroUtil - Class in org.axonframework.serialization.avro
-
Utilities for Avro manipulations.
- awaitCompletion(long, TimeUnit) - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
-
Wait for completion of the command, or for the timeout to expire.
- awaitTermination(long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- AXON_CONFIGURATION_BEAN - Static variable in class org.axonframework.spring.config.SpringAxonAutoConfigurer
-
Deprecated.Name of the
AxonConfigurationbean. - AXON_CONFIGURER_BEAN - Static variable in class org.axonframework.spring.config.SpringAxonAutoConfigurer
-
Deprecated.Name of the
Configurerbean. - AxonAssertionError - Exception Class in org.axonframework.test
-
Error indication that an Assertion failed during a test case.
- AxonAssertionError(String) - Constructor for exception class org.axonframework.test.AxonAssertionError
-
Create a new error instance using the given
detailMessage. - AxonAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- AxonAutoConfiguration(EventProcessorProperties, SerializerProperties, TagsConfigurationProperties, ApplicationContext) - Constructor for class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- AxonConfiguration - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
SpringConfigurerandSpringAxonConfiguration. - AxonConfiguration(Configurer) - Constructor for class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.Initializes a new
AxonConfigurationthat uses the givenconfigurerto build the configuration. - AxonConfigurationException - Exception Class in org.axonframework.common
-
Exception indicating that a configuration error has been made in the Axon configuration.
- AxonConfigurationException(String) - Constructor for exception class org.axonframework.common.AxonConfigurationException
-
Initializes the exception using the given
message. - AxonConfigurationException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonConfigurationException
-
Initializes the exception using the given
messageandcause. - AxonDbSchedulerAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Auto configuration class for the deadline manager and event scheduler using db-scheduler.
- AxonDbSchedulerAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonDbSchedulerAutoConfiguration
- AxonException - Exception Class in org.axonframework.common
-
Base exception for all Axon Framework related exceptions.
- AxonException(String) - Constructor for exception class org.axonframework.common.AxonException
-
Initializes the exception using the given
message. - AxonException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonException
-
Initializes the exception using the given
messageandcause. - AxonException(String, Throwable, boolean) - Constructor for exception class org.axonframework.common.AxonException
-
Initializes the exception using the given
message,causeandwritableStackTrace. - axonFrameworkVersionResolver(Supplier<String>) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Deprecated.Not ued anymore
- AXONIQ_USAGE_FORCE_TEST_ENVIRONMENT - Static variable in class org.axonframework.updates.detection.TestEnvironmentDetector
-
System property to force the usage reporter to assume it's not a test environment.
- AxonIQConsoleModule - Class in org.axonframework.config
-
Module related to AxonIQ console, for now it's just logging information about AxonIQ console when it's not suppressed and the console-framework-client is not available.
- AxonIQConsoleModule() - Constructor for class org.axonframework.config.AxonIQConsoleModule
- AxonJobRunrAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Auto configuration class for the deadline manager and event scheduler using JobRunr.
- AxonJobRunrAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonJobRunrAutoConfiguration
- AxonNonTransientException - Exception Class in org.axonframework.common
-
Exception indicating an error has been cause that cannot be resolved without intervention.
- AxonNonTransientException(String) - Constructor for exception class org.axonframework.common.AxonNonTransientException
-
Initializes the exception using the given
message. - AxonNonTransientException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonNonTransientException
-
Initializes the exception using the given
messageandcause. - AxonNonTransientExceptionClassesPredicate - Class in org.axonframework.commandhandling.gateway
-
An Axon-specific
Predicate, used to check the non-transiency of a failure comparing it against concrete classes. - AxonNonTransientExceptionClassesPredicate() - Constructor for class org.axonframework.commandhandling.gateway.AxonNonTransientExceptionClassesPredicate
- AxonProcessorInstructionHandler(EventProcessor, String) - Constructor for class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
- AxonServerActuatorAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Autoconfiguration class for Spring Boot Actuator monitoring tools around Axon Server.
- AxonServerActuatorAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonServerActuatorAutoConfiguration
- AxonServerAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Configures Axon Server as implementation for the CommandBus, QueryBus and EventStore.
- AxonServerAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- AxonServerAutoConfiguration.ConnectionDetailsConnectionManagerConfiguration - Class in org.axonframework.springboot.autoconfig
- AxonServerAutoConfiguration.DefaultConnectionManagerConfiguration - Class in org.axonframework.springboot.autoconfig
- AxonServerBusAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- AxonServerBusAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonServerBusAutoConfiguration
- axonServerCommandBus(AxonServerConnectionManager, AxonServerConfiguration, CommandBus, Serializer, RoutingStrategy, CommandPriorityCalculator, CommandLoadFactorProvider, TargetContextResolver<? super CommandMessage<?>>, CommandBusSpanFactory) - Method in class org.axonframework.springboot.autoconfig.AxonServerBusAutoConfiguration
- AxonServerCommandBus - Class in org.axonframework.axonserver.connector.command
-
Axon
CommandBusimplementation that connects to Axon Server to submit and receive commands and command responses. - AxonServerCommandBus(AxonServerCommandBus.Builder) - Constructor for class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Instantiate a
AxonServerCommandBusbased on the fields contained in theAxonServerCommandBus.Builder. - AxonServerCommandBus.Builder - Class in org.axonframework.axonserver.connector.command
-
Builder class to instantiate an
AxonServerCommandBus. - AxonServerCommandDispatchException - Exception Class in org.axonframework.axonserver.connector.command
-
Exception thrown if there is a problem dispatching a command on Axon Server.
- AxonServerCommandDispatchException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Initialize the exception with given
errorCodeanderrorMessage. - AxonServerCommandDispatchException(String, String, Throwable) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
- axonServerConfiguration() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- axonServerConfiguration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Sets the
AxonServerConfigurationused to correctly configure connections between Axon clients and Axon Server. - AxonServerConfiguration - Class in org.axonframework.axonserver.connector
-
Configuration class provided configurable fields and defaults for anything Axon Server related.
- AxonServerConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Instantiate a default
AxonServerConfiguration. - AxonServerConfiguration.Builder - Class in org.axonframework.axonserver.connector
- AxonServerConfiguration.Eventhandling - Class in org.axonframework.axonserver.connector
- AxonServerConfiguration.Eventhandling.ProcessorSettings - Class in org.axonframework.axonserver.connector
- AxonServerConfiguration.EventStoreConfiguration - Class in org.axonframework.axonserver.connector
- AxonServerConfiguration.FlowControlConfiguration - Class in org.axonframework.axonserver.connector
-
Configuration class for Flow Control of specific message types.
- AxonServerConfiguration.HeartbeatConfiguration - Class in org.axonframework.axonserver.connector
- AxonServerConfiguration.PersistentStreamSettings - Class in org.axonframework.axonserver.connector
- AxonServerConnectionDetails - Interface in org.axonframework.springboot.service.connection
-
ConnectionDetails implementation carrying the connection details for an Axon Server instance.
- axonServerConnectionManager - Variable in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
- axonServerConnectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
AxonServerConnectionManagerused to create connections between this application and an Axon Server instance. - axonServerConnectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
AxonServerConnectionManagerused to create connections between this application and an Axon Server instance. - AxonServerConnectionManager - Class in org.axonframework.axonserver.connector
-
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
- AxonServerConnectionManager(AxonServerConnectionManager.Builder, AxonServerConnectionFactory) - Constructor for class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Instantiate a
AxonServerConnectionManagerbased on the fields contained in theAxonServerConnectionManager.Builder, using the givenconnectionFactoryto obtain connections to AxonServer. - AxonServerConnectionManager.Builder - Class in org.axonframework.axonserver.connector
-
Builder class to instantiate an
AxonServerConnectionManager. - AxonServerContainer - Class in org.axonframework.test.server
-
Constructs an Axon Server container for testing.
- AxonServerContainer() - Constructor for class org.axonframework.test.server.AxonServerContainer
-
Initialize an Axon Server
test containerusing the default image name"docker.axoniq.io/axoniq/axonserver". - AxonServerContainer(String) - Constructor for class org.axonframework.test.server.AxonServerContainer
-
Initialize Axon Server with the given
dockerImageName. - AxonServerContainer(DockerImageName) - Constructor for class org.axonframework.test.server.AxonServerContainer
-
Initialize Axon Server with the given
dockerImageName. - AxonServerDockerComposeConnectionDetailsFactory - Class in org.axonframework.springboot.service.connection
-
ConnectionDetailsFactory implementation that recognizes Spring Boot Docker Compose-managed Docker containers running Axon Server and creates an AxonServerConnectionDetails bean with the details to connect to AxonServer within that container.
- AxonServerDockerComposeConnectionDetailsFactory() - Constructor for class org.axonframework.springboot.service.connection.AxonServerDockerComposeConnectionDetailsFactory
-
Initializes the factory to look for containers running the "docker.axoniq.io/axoniq/axonserver" image.
- AxonServerEEContainer<SELF> - Class in org.axonframework.test.server
-
Deprecated.In favor of
AxonServerContainerfollowing the merger of Standard and Enterprise edition into a single version. - AxonServerEEContainer(String) - Constructor for class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given docker image.
- AxonServerEEContainer(DockerImageName) - Constructor for class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given docker image.
- AxonServerEventScheduler - Class in org.axonframework.axonserver.connector.event.axon
-
Implementation of the
EventSchedulerthat uses Axon Server to schedule the events. - AxonServerEventScheduler(AxonServerEventScheduler.Builder) - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Instantiates an
AxonServerEventSchedulerusing the givenAxonServerEventScheduler.Builder. - AxonServerEventScheduler.Builder - Class in org.axonframework.axonserver.connector.event.axon
-
Builder class to instantiate an
AxonServerEventScheduler. - AxonServerEventStore - Class in org.axonframework.axonserver.connector.event.axon
-
Axon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events.
- AxonServerEventStore(AxonServerEventStore.Builder) - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
-
Instantiate a
AxonServerEventStorebased on the fields contained in theAxonServerEventStore.Builder. - AxonServerEventStore.Builder - Class in org.axonframework.axonserver.connector.event.axon
-
Builder class to instantiate a
AxonServerEventStore. - axonServerEventStoreFactory(AxonServerConfiguration, AxonServerConnectionManager, Serializer, Serializer, Configuration) - Method in class org.axonframework.springboot.autoconfig.AxonServerBusAutoConfiguration
- AxonServerEventStoreFactory - Class in org.axonframework.axonserver.connector.event.axon
-
A factory towards
AxonServerEventStores. - AxonServerEventStoreFactory(AxonServerEventStoreFactory.Builder) - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
Instantiate a
AxonServerEventStoreFactorybased on the fields contained in theAxonServerEventStoreFactory.Builder. - AxonServerEventStoreFactory.AxonServerEventStoreConfiguration - Interface in org.axonframework.axonserver.connector.event.axon
-
Contract defining
AxonServerEventStore.Builderbased configuration when constructing anAxonServerEventStore. - AxonServerEventStoreFactory.Builder - Class in org.axonframework.axonserver.connector.event.axon
-
Builder class to instantiate an
AxonServerEventStoreFactory. - AxonServerException - Exception Class in org.axonframework.axonserver.connector
-
Generic exception indicating an error related to AxonServer.
- AxonServerException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
codeanderrorMessage. - AxonServerException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
codeandmessage. - AxonServerException(String, String, String, List<String>) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
message,code,sourceanddetails. - AxonServerException(String, String, Throwable) - Constructor for exception class org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given
message,code, andcause. - axonServerHealthIndicator(AxonServerConnectionManager) - Method in class org.axonframework.springboot.autoconfig.AxonServerActuatorAutoConfiguration
- AxonServerHealthIndicator - Class in org.axonframework.actuator.axonserver
-
An
AbstractHealthIndicatorimplementation exposing the health of the connections made through theAxonServerConnectionManager. - AxonServerHealthIndicator(AxonServerConnectionManager) - Constructor for class org.axonframework.actuator.axonserver.AxonServerHealthIndicator
-
Constructs this health indicator, extracting health information from the given
connectionManager. - AxonServerNonTransientRemoteCommandHandlingException - Exception Class in org.axonframework.axonserver.connector.command
-
Exception indicating a non-transient problem that was reported by the remote end of a connection.
- AxonServerNonTransientRemoteCommandHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
-
Initialize the exception with given
errorCodeanderrorMessage. - AxonServerNonTransientRemoteQueryHandlingException - Exception Class in org.axonframework.axonserver.connector.query
-
Exception indicating a non-transient problem that was reported during query handling by the remote end of a connection.
- AxonServerNonTransientRemoteQueryHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
-
Initialize the exception with given
errorCodeanderrorMessage. - AxonServerQueryBus - Class in org.axonframework.axonserver.connector.query
-
Axon
QueryBusimplementation that connects to Axon Server to submit and receive queries and query responses. - AxonServerQueryBus(AxonServerQueryBus.Builder) - Constructor for class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Instantiate a
AxonServerQueryBusbased on the fields contained in theAxonServerQueryBus.Builder. - AxonServerQueryBus.Builder - Class in org.axonframework.axonserver.connector.query
-
Builder class to instantiate an
AxonServerQueryBus. - AxonServerQueryDispatchException - Exception Class in org.axonframework.axonserver.connector.query
-
An AxonServer Exception which is thrown on a Query Dispatching exception.
- AxonServerQueryDispatchException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given
codeanderrorMessage. - AxonServerQueryDispatchException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given
codeandmessage. - AxonServerQueryDispatchException(String, String, String, List<String>) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given
message,code,sourceanddetails. - AxonServerRegistration - Class in org.axonframework.axonserver.connector.command
-
Wrapper around standard Axon Framework
Registration. - AxonServerRegistration(Registration, Runnable) - Constructor for class org.axonframework.axonserver.connector.command.AxonServerRegistration
-
Instantiate an
AxonServerRegistration, which wraps the givenwrappedRegistrationand runs the providedcloseCallbackon aRegistration.close()andAxonServerRegistration.cancel()call - AxonServerRemoteCommandHandlingException - Exception Class in org.axonframework.axonserver.connector.command
-
Exception indicating a problem that was reported by the remote end of a connection.
- AxonServerRemoteCommandHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Initialize the exception with given
errorCodeanderrorMessage. - AxonServerRemoteCommandHandlingException(String, ErrorMessage, boolean) - Constructor for exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Initialize the exception with given
errorCode,errorMessageandwritableStackTrace. - AxonServerRemoteQueryHandlingException - Exception Class in org.axonframework.axonserver.connector.query
-
An AxonServer Exception which is thrown on a Query Handling exception.
- AxonServerRemoteQueryHandlingException(String, ErrorMessage) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Initialize a Query Handling exception from a remote source.
- AxonServerRemoteQueryHandlingException(String, ErrorMessage, boolean) - Constructor for exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Initialize a Query Handling exception from a remote source.
- AxonServerSEContainer<SELF> - Class in org.axonframework.test.server
-
Deprecated.In favor of
AxonServerContainerfollowing the merger of Standard and Enterprise edition into a single version. - AxonServerSEContainer(String) - Constructor for class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.Initialize AxonServer SE with a given docker image.
- AxonServerSEContainer(DockerImageName) - Constructor for class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.Initialize AxonServer SE with a given docker image.
- axonServerStatusAggregator() - Method in class org.axonframework.springboot.autoconfig.AxonServerActuatorAutoConfiguration
- AxonServerStatusAggregator - Class in org.axonframework.actuator.axonserver
-
A
SimpleStatusAggregatorimplementation determining the overall health of an Axon Framework application using Axon Server. - AxonServerStatusAggregator() - Constructor for class org.axonframework.actuator.axonserver.AxonServerStatusAggregator
-
Constructs a default Axon Server specific
SimpleStatusAggregator. - AxonServerSubscriptionQueryResult<I,
U> - Class in org.axonframework.axonserver.connector.query.subscription -
A
SubscriptionQueryResultthat emits initial response and update when subscription query response message is received. - AxonServerSubscriptionQueryResult(SubscriptionQueryResult, SubscriptionMessageSerializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
Deprecated.Deprecated in favor of constructor with a
SpanFactory. This constructor defaults to aNoOpSpanFactory. - AxonServerSubscriptionQueryResult(SubscriptionQueryResult, SpanFactory, SubscriptionMessageSerializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
Deprecated.Deprecated in favor of constructor with a
QueryBusSpanFactory. This constructor defaults to aDefaultQueryBusSpanFactorywith the providedSpanFactory. - AxonServerSubscriptionQueryResult(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryResult, SubscriptionMessageSerializer, QueryBusSpanFactory, Span) - Constructor for class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
Instantiate a
AxonServerSubscriptionQueryResultwhich will emit its initial response and the updates of the subscription query. - axonServerSupportsQueryStreaming(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve whether Axon Server supports streaming from the given
processingInstructions, by searching for the value ofProcessingKey.SERVER_SUPPORTS_STREAMING. - AxonServerTestContainerConnectionDetailsFactory - Class in org.axonframework.springboot.service.connection
-
ConnectionDetailsFactory class that recognizes TestContainer instances running Axon Server.
- AxonServerTestContainerConnectionDetailsFactory() - Constructor for class org.axonframework.springboot.service.connection.AxonServerTestContainerConnectionDetailsFactory
- AxonStartedEvent - Class in org.axonframework.spring.event
-
Event published after initialization of Axon through the Spring event mechanism.
- AxonStartedEvent() - Constructor for class org.axonframework.spring.event.AxonStartedEvent
- AxonTaskJanitor - Class in org.axonframework.messaging.timeout
- AxonThreadFactory - Class in org.axonframework.common
-
Thread factory that created threads in a given group.
- AxonThreadFactory(int, ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that create each thread in the given
groupwith givenpriority. - AxonThreadFactory(String) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that creates each thread in a group with given
groupNamewith default priority. - AxonThreadFactory(ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that create each thread in the given
groupwith default priority. - AxonTimeoutAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Configures the timeout settings for message handlers.
- AxonTimeoutAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonTimeoutAutoConfiguration
- axonTimeoutConfigurerModule(TimeoutProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTimeoutAutoConfiguration
- AxonTimeoutException - Exception Class in org.axonframework.messaging.timeout
-
Exception indicated that an Axon-specific task has timed out.
- AxonTimeoutException(String) - Constructor for exception class org.axonframework.messaging.timeout.AxonTimeoutException
-
Initializes an
AxonTimeoutExceptionwith the givenmessage. - AxonTracingAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Configures common tracing components for Axon Framework.
- AxonTracingAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- axonTransactionManager() - Method in class org.axonframework.springboot.autoconfig.NoOpTransactionAutoConfiguration
- axonTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.springboot.autoconfig.TransactionAutoConfiguration
- AxonTransientException - Exception Class in org.axonframework.common
-
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
- AxonTransientException(String) - Constructor for exception class org.axonframework.common.AxonTransientException
-
Initializes the exception using the given
message. - AxonTransientException(String, Throwable) - Constructor for exception class org.axonframework.common.AxonTransientException
-
Initializes the exception using the given
messageandcause. - AxonVersionDetector - Class in org.axonframework.updates.detection
-
Utility class to detect Axon Framework versions from the classpath.
B
- backoffFactor(long) - Method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
-
Sets the backoff factor in milliseconds at which to schedule a retry.
- backwardsCompatiblePersistentStreamScheduledExecutorBuilder(ScheduledExecutorService) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
Creates a
PersistentStreamScheduledExecutorBuilderdefaulting to the same givenpersistentStreamScheduleron each invocation. - basePackageClasses() - Element in annotation interface org.axonframework.spring.serialization.avro.AvroSchemaScan
-
Type-safe alternative to
AvroSchemaScan.basePackages()for specifying the packages to scan for classes containing Avro Schemas. - basePackages() - Element in annotation interface org.axonframework.spring.serialization.avro.AvroSchemaScan
-
Base packages to scan for classes containing Avro Schemas.
- BatchingEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore
-
AbstractEventStorageEngineimplementation that fetches events in batches from the backing database. - BatchingEventStorageEngine(BatchingEventStorageEngine.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
-
Instantiate a
BatchingEventStorageEnginebased on the fields contained in theBatchingEventStorageEngine.Builder. - BatchingEventStorageEngine.Builder - Class in org.axonframework.eventsourcing.eventstore
-
Abstract Builder class to instantiate a
BatchingEventStorageEngine. - BatchingUnitOfWork<T> - Class in org.axonframework.messaging.unitofwork
-
Unit of Work implementation that is able to process a batch of Messages instead of just a single Message.
- BatchingUnitOfWork(List<T>) - Constructor for class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Initializes a BatchingUnitOfWork for processing the given list of
messages. - BatchingUnitOfWork(T...) - Constructor for class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Initializes a BatchingUnitOfWork for processing the given batch of
messages. - batchSize() - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
-
Returns the maximum number of event entries to be fetched per batch.
- batchSize(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies the number of events to be processed inside a single transaction.
- batchSize(int) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
-
Sets the
batchSizespecifying the number of events that should be read at each database access. - batchSize(int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
- batchSize(int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- batchSize(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- beanClass() - Element in annotation interface org.axonframework.springboot.util.ConditionalOnMissingQualifiedBean
-
The class type of bean that should be checked.
- beanClass() - Element in annotation interface org.axonframework.springboot.util.ConditionalOnQualifiedBean
-
The class type of bean that should be checked.
- BeanHelper - Class in org.axonframework.spring.config
-
Helper class to simplify the creation of bean definitions for components configured in Axon Configuration.
- BeanPropertyAccessStrategy - Class in org.axonframework.common.property
-
BeanPropertyAccessStrategy implementation that uses JavaBean style property access.
- BeanPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.BeanPropertyAccessStrategy
- BeanValidationInterceptor<T> - Class in org.axonframework.messaging.interceptors
-
Interceptor that applies JSR303 bean validation on incoming
Messages. - BeanValidationInterceptor<T> - Class in org.axonframework.messaging.interceptors.legacyvalidation
-
Deprecated.in favor of using
BeanValidationInterceptorwhich moved to jakarta. - BeanValidationInterceptor() - Constructor for class org.axonframework.messaging.interceptors.BeanValidationInterceptor
-
Initializes a validation interceptor using a default
ValidatorFactory. - BeanValidationInterceptor() - Constructor for class org.axonframework.messaging.interceptors.legacyvalidation.BeanValidationInterceptor
-
Deprecated.Initializes a validation interceptor using a default
ValidatorFactory. - BeanValidationInterceptor(ValidatorFactory) - Constructor for class org.axonframework.messaging.interceptors.BeanValidationInterceptor
-
Initializes a validation interceptor using the given
ValidatorFactory. - BeanValidationInterceptor(ValidatorFactory) - Constructor for class org.axonframework.messaging.interceptors.legacyvalidation.BeanValidationInterceptor
-
Deprecated.Initializes a validation interceptor using the given
ValidatorFactory. - beforeEach(ExtensionContext) - Method in class org.axonframework.test.aggregate.StubAggregateLifecycleExtension
- beforeStart(ClientCallStreamObserver<Object>) - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
- binaryTask(Supplier<DbSchedulerDeadlineManager>) - Static method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- binaryTask(Supplier<DbSchedulerEventScheduler>) - Static method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
- BlacklistDetectingCallback<C,
R> - Class in org.axonframework.disruptor.commandhandling -
Wrapper for command handler Callbacks that detects blacklisted aggregates and starts a cleanup process when an aggregate is blacklisted.
- BlacklistDetectingCallback(CommandCallback<? super C, R>, RingBuffer<CommandHandlingEntry>, BiConsumer<CommandMessage<? extends C>, CommandCallback<? super C, R>>, boolean) - Constructor for class org.axonframework.disruptor.commandhandling.BlacklistDetectingCallback
-
Initializes the callback which allows the given
commandto be rescheduled on the givenringBufferif it failed due to a corrupt state. - BlobToInputStreamConverter - Class in org.axonframework.serialization.converters
- BlobToInputStreamConverter() - Constructor for class org.axonframework.serialization.converters.BlobToInputStreamConverter
- BlockingStream<M> - Interface in org.axonframework.common.stream
-
Interface for a stream that can be polled for information using (optionally blocking) pull operations.
- bufferSize(int) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the buffer size to use.
- build() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
Initializes a
AxonServerConfigurationas specified through this Builder. - build() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Initializes a
AxonServerConnectionManageras specified through this Builder. - build() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Initializes a
AxonServerCommandBusas specified through this Builder. - build() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
Initializes a
AxonServerEventScheduleras specified through this Builder. - build() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Initializes a
AxonServerEventStoreas specified through this Builder. - build() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Initializes an
AxonServerEventStoreFactoryas specified through this builder. - build() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Initializes a
AxonServerQueryBusas specified through this Builder. - build() - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
Initializes a
AsynchronousCommandBusas specified through this Builder. - build() - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
-
Initializes a
DefaultCommandBusSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
-
Initializes a
AnnotationRoutingStrategyimplementation as specified through this Builder. - build() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Initializes a
DistributedCommandBusas specified through this Builder. - build() - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
-
Initializes a
MetaDataRoutingStrategyimplementation as specified through this Builder. - build() - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Initializes a
CommandGatewayFactoryas specified through this Builder. - build() - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
-
Initializes a
DefaultCommandGatewayas specified through this Builder. - build() - Method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
-
Initializes a
ExponentialBackOffIntervalRetryScheduleras specified through this Builder. - build() - Method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
-
Initializes a
IntervalRetryScheduleras specified through this Builder. - build() - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Initializes a
SimpleCommandBusas specified through this Builder. - build() - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
-
Builds the PessimisticLockFactory instance using the properties defined in this builder
- build() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Initializes a
DbSchedulerDeadlineManageras specified through this Builder. - build() - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
-
Initializes a
DefaultDeadlineManagerSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Initializes a
JobRunrDeadlineManageras specified through this Builder. - build() - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Initializes a
QuartzDeadlineManageras specified through this Builder. - build() - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Initializes a
SimpleDeadlineManageras specified through this Builder. - build() - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Initializes a
DisruptorCommandBusas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.async.MetaDataSequencingPolicy.Builder
-
Initializes a
MetaDataSequencingPolicyas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
-
Initializes a
PropertySequencingPolicyas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Initializes a
DeadLetteringEventHandlerInvokeras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Initializes a
DeadLetterSchemaas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
-
Initializes a
DefaultDeadLetterJdbcConverteras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
Initializes a
DefaultDeadLetterStatementFactoryas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Initializes a
JdbcSequencedDeadLetterQueueas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Initializes a
JpaSequencedDeadLetterQueueas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Initializes a
JpaSequencedDeadLetterQueueas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory.Builder
-
Initializes a
DefaultEventBusSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
Initializes a
DefaultEventProcessorSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
-
Initializes a
DefaultEventGatewayas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource.Builder
-
Initializes a
MultiStreamableMessageSourceas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Initializes a
PooledStreamingEventProcessoras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Initializes a
DbSchedulerEventScheduleras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
Initializes a
SimpleEventScheduleras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
-
Initializes a
JobRunrEventScheduleras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Initializes a
QuartzEventScheduleras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
-
Initializes a
SimpleEventBusas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Initializes a
SimpleEventHandlerInvokeras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Initializes a
SubscribingEventProcessoras specified through this Builder. - build() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Initializes a
JdbcTokenStoreas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Builds a new
TokenSchemafrom builder values. - build() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Initializes a
JpaTokenStoreas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.Initializes a
JpaTokenStoreas specified through this Builder. - build() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Initializes a
TrackingEventProcessoras specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Initializes a
AggregateSnapshotteras specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory.Builder
-
Initializes a
DefaultSnapshotterSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Initializes a
EventSourcingRepositoryorCachingEventSourcingRepositoryas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Initializes a
EmbeddedEventStoreas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Builds a new
EventSchemafrom builder values. - build() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Initializes a
JdbcEventStorageEngineas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Initializes a
JpaEventStorageEngineas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Initializes a
EmbeddedEventStoreas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Initializes a
JpaEventStorageEngineas specified through this Builder. - build() - Method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter.Builder
-
Initializes a
RevisionSnapshotFilteras specified through this Builder. - build() - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
-
Initializes a
InMemorySequencedDeadLetterQueueas specified through this Builder. - build() - Method in class org.axonframework.metrics.MessageTimerMonitor.Builder
-
Initializes a
MessageTimerMonitoras specified through this Builder. - build() - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
-
Initializes a
MessageTimerMonitoras specified through this Builder. - build() - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Initializes a
MessageTimerMonitoras specified through this Builder. - build() - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Initializes a
AggregateAnnotationCommandHandleras specified through this Builder. - build() - Method in class org.axonframework.modelling.command.AnnotationCommandTargetResolver.Builder
-
Initializes a
AnnotationCommandTargetResolveras specified through this Builder. - build() - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory.Builder
-
Initializes a
DefaultRepositorySpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Initializes a
GenericJpaRepositoryas specified through this Builder. - build() - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.Initializes a
GenericJpaRepositoryas specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
-
Initializes a
AnnotatedSagaManageras specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory.Builder
-
Initializes a
DefaultSagaManagerSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Initializes a
AnnotatedSagaRepositoryas specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
-
Initializes a
CachingSagaStoreas specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
-
Initializes a
JdbcSagaStoreas specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Builds a new
SagaSchemafrom builder values. - build() - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore.Builder
-
Initializes a
JpaSagaStoreas specified through this Builder. - build() - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore.Builder
-
Deprecated.Initializes a
JpaSagaStoreas specified through this Builder. - build() - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory.Builder
-
Initializes a
DefaultQueryBusSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
-
Initializes a
DefaultQueryGatewayas specified through this Builder. - build() - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory.Builder
-
Initializes a
DefaultQueryUpdateEmitterSpanFactoryas specified through this Builder. - build() - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
-
Initializes a
LoggingQueryInvocationErrorHandleras specified through this Builder. - build() - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Initializes a
SimpleQueryBusas specified through this Builder. - build() - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
Initializes a
SimpleQueryUpdateEmitteras specified through this Builder. - build() - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Creates an Avro Serializer instance.
- build() - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig.Builder
-
Constructs configuration.
- build() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Initializes a
Jackson3Serializeras specified through this Builder. - build() - Method in class org.axonframework.serialization.JavaSerializer.Builder
-
Deprecated.Initializes a
JavaSerializeras specified through this Builder. - build() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Initializes a
JacksonSerializeras specified through this Builder. - build() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
-
Initializes a
XStreamSerializeras specified through this Builder. - build() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
-
Initializes a
SpringAggregateSnapshotteras specified through this Builder. - build() - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.Executes the builder's configuration, creating the
NestingSpanFactory. - build() - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Initializes the
OpenTelemetrySpanFactory. - build() - Method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition.Builder
-
Initializes the
TracingHandlerEnhancerDefinitionbased on the builder contents. - build(Integer, String) - Method in interface org.axonframework.axonserver.connector.event.axon.PersistentStreamScheduledExecutorBuilder
- build(String) - Method in interface org.axonframework.config.EventProcessingConfigurer.SubscribableMessageSourceDefinitionBuilder
-
Creates a
SubscribableMessageSourceDefinitionfor the givenprocessingGroupName. - build(String, PersistentStreamProperties, ScheduledExecutorService, int, String, Configuration) - Method in class org.axonframework.axonserver.connector.event.axon.DefaultPersistentStreamMessageSourceFactory
-
Creates a new
PersistentStreamMessageSource. - build(String, PersistentStreamProperties, ScheduledExecutorService, int, String, Configuration) - Method in interface org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSourceFactory
-
Builds a new instance of
PersistentStreamMessageSourcewith the specified parameters. - build(String, Configuration, EventHandlerInvoker) - Method in interface org.axonframework.config.EventProcessingConfigurer.EventProcessorBuilder
- build(Connection, EventSchema) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.CreateHeadTokenStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.createHeadToken(). - build(Connection, EventSchema) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.CreateTailTokenStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.createTailToken(). - build(Connection, EventSchema, long) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.FetchTrackedEventsStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - build(Connection, EventSchema, long, int) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.ReadEventDataWithoutGapsStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - build(Connection, EventSchema, long, int, List<Long>) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.ReadEventDataWithGapsStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - build(Connection, EventSchema, Class<?>, List<? extends EventMessage<?>>, Serializer, TimestampWriter) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.AppendEventsStatementBuilder
-
Build a statement to be used at
JdbcEventStorageEngine.appendEvents(List, Serializer) - build(Connection, EventSchema, Class<?>, DomainEventMessage<?>, Serializer, TimestampWriter) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.AppendSnapshotStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer) - build(Connection, EventSchema, String) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.LastSequenceNumberForStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.lastSequenceNumberFor(String) - build(Connection, EventSchema, String) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.ReadSnapshotDataStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.readSnapshotData(String) - build(Connection, EventSchema, String, long) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.DeleteSnapshotsStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer) - build(Connection, EventSchema, String, long, int) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.ReadEventDataForAggregateStatementBuilder
-
Creates a statement to read domain event entries for an aggregate with given identifier starting with the first entry having a sequence number that is equal or larger than the given
firstSequenceNumber. - build(Connection, EventSchema, Instant) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.CreateTokenAtStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.createTokenAt(Instant). - build(Connection, EventSchema, SortedSet<Long>) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.CleanGapsStatementBuilder
-
Creates a statement to be used at
JdbcEventStorageEngine.cleanGaps(TrackingToken) - buildAggregateHierarchy(ListableBeanFactory, String[]) - Static method in class org.axonframework.spring.config.SpringAggregateLookup
-
Builds a hierarchy model from the given
aggregatePrototypesfound in the givenbeanFactory. - buildAggregateModel() - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Instantiate the
AggregateModelof generic typeTdescribing the structure of the Aggregate thisRepositorywill store. - buildChainedInterceptor() - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Instantiate the
MessageHandlerInterceptorMemberChainof generic typeTas the Saga type to be stored. - buildConfiguration() - Method in interface org.axonframework.config.Configurer
-
Returns the completely initialized Configuration built using this configurer.
- buildConfiguration() - Method in class org.axonframework.config.DefaultConfigurer
- buildContext() - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
-
Builds a context of generic type
Cto be used when processing the stream of intermediate object representationsT. - buildContext() - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
-
Builds a context of generic type
Cto be used when processing the stream of intermediate object representationsT. - builder() - Static method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Instantiate a
AxonServerConfiguration.Builderto create anAxonServerConfiguration. - builder() - Static method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Instantiate a Builder to be able to create an
AxonServerConnectionManager. - builder() - Static method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Instantiate a Builder to be able to create an
AxonServerCommandBus. - builder() - Static method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Instantiate a Builder to be able to create a
AxonServerEventScheduler. - builder() - Static method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
-
Instantiate a Builder to be able to create a
AxonServerEventStore. - builder() - Static method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
Instantiate a builder to construct an
AxonServerEventStoreFactory. - builder() - Static method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Instantiate a Builder to be able to create an
AxonServerQueryBus. - builder() - Static method in class org.axonframework.commandhandling.AsynchronousCommandBus
-
Instantiate a Builder to be able to create a
AsynchronousCommandBus. - builder() - Static method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory
-
Creates a Builder to be able to create a
DefaultCommandBusSpanFactory. - builder() - Static method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Instantiate a Builder to be able to create a
AnnotationRoutingStrategy. - builder() - Static method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Instantiate a Builder to be able to create a
DistributedCommandBus. - builder() - Static method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
Instantiate a Builder to be able to create a
MetaDataRoutingStrategy. - builder() - Static method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Instantiate a Builder to be able to create a
CommandGatewayFactory. - builder() - Static method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
Instantiate a Builder to be able to create a
DefaultCommandGateway. - builder() - Static method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
-
Instantiate a Builder to be able to create a
ExponentialBackOffIntervalRetryScheduler. - builder() - Static method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler
-
Instantiate a Builder to be able to create a
IntervalRetryScheduler. - builder() - Static method in class org.axonframework.commandhandling.SimpleCommandBus
-
Instantiate a Builder to be able to create a
SimpleCommandBus. - builder() - Static method in class org.axonframework.common.lock.PessimisticLockFactory
-
Creates a builder to construct an instance of this LockFactory.
- builder() - Static method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
Instantiate a Builder to be able to create a
DbSchedulerDeadlineManager. - builder() - Static method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
-
Creates a new
DefaultDeadlineManagerSpanFactory.Builderto build aDefaultDeadlineManagerSpanFactorywith. - builder() - Static method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
Instantiate a Builder to be able to create a
JobRunrDeadlineManager. - builder() - Static method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
-
Instantiate a Builder to be able to create a
QuartzDeadlineManager. - builder() - Static method in class org.axonframework.deadline.SimpleDeadlineManager
-
Instantiate a Builder to be able to create a
SimpleDeadlineManager. - builder() - Static method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Instantiate a Builder to be able to create a
DisruptorCommandBus. - builder() - Static method in class org.axonframework.eventhandling.async.MetaDataSequencingPolicy
-
Instantiate a Builder to be able to create a
MetaDataSequencingPolicy. - builder() - Static method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
-
Instantiate a builder to construct a
DeadLetteringEventHandlerInvoker. - builder() - Static method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Instantiate a builder to construct a
DeadLetterSchema. - builder() - Static method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter
-
Instantiate a builder to construct a
DefaultDeadLetterJdbcConverter. - builder() - Static method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
Instantiate a builder to construct a
DefaultDeadLetterStatementFactory. - builder() - Static method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
-
Instantiate a builder to construct a
JdbcSequencedDeadLetterQueue. - builder() - Static method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
-
Creates a new builder, capable of building a
JpaSequencedDeadLetterQueueaccording to the provided configuration. - builder() - Static method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.Creates a new builder, capable of building a
JpaSequencedDeadLetterQueueaccording to the provided configuration. - builder() - Static method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory
-
Creates a new
DefaultEventBusSpanFactory.Builderto build aDefaultEventBusSpanFactorywith. - builder() - Static method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory
-
Creates a new
DefaultEventProcessorSpanFactory.Builderto build aDefaultEventProcessorSpanFactorywith. - builder() - Static method in class org.axonframework.eventhandling.gateway.DefaultEventGateway
-
Instantiate a Builder to be able to create a
DefaultEventGateway. - builder() - Static method in class org.axonframework.eventhandling.MultiStreamableMessageSource
-
Instantiate a Builder to be able to create an
MultiStreamableMessageSource. - builder() - Static method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
Instantiate a Builder to be able to create a
PooledStreamingEventProcessor. - builder() - Static method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
-
Instantiate a Builder to be able to create a
DbSchedulerEventScheduler. - builder() - Static method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
-
Instantiate a Builder to be able to create a
SimpleEventScheduler. - builder() - Static method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
Instantiate a Builder to be able to create a
JobRunrEventScheduler. - builder() - Static method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
Instantiate a Builder to be able to create a
QuartzEventScheduler. - builder() - Static method in class org.axonframework.eventhandling.SimpleEventBus
-
Instantiate a Builder to be able to create a
SimpleEventBus. - builder() - Static method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
Instantiate a Builder to be able to create a
SimpleEventHandlerInvoker. - builder() - Static method in class org.axonframework.eventhandling.SubscribingEventProcessor
-
Instantiate a Builder to be able to create a
SubscribingEventProcessor. - builder() - Static method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Instantiate a Builder to be able to create a
JdbcTokenStore. - builder() - Static method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns a new
TokenSchema.Builderinitialized with default settings. - builder() - Static method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
Instantiate a Builder to be able to create a
JpaTokenStore. - builder() - Static method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.Instantiate a Builder to be able to create a
JpaTokenStore. - builder() - Static method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Instantiate a Builder to be able to create a
TrackingEventProcessor. - builder() - Static method in class org.axonframework.eventsourcing.AggregateSnapshotter
-
Instantiate a Builder to be able to create a
AggregateSnapshotter. - builder() - Static method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory
-
Creates a new
DefaultSnapshotterSpanFactory.Builderto build aDefaultSnapshotterSpanFactorywith. - builder() - Static method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
-
Instantiate a Builder to be able to create an
EmbeddedEventStore. - builder() - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Returns a new
EventSchema.Builderinitialized with default settings. - builder() - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Instantiate a Builder to be able to create a
JdbcEventStorageEngine. - builder() - Static method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Instantiate a Builder to be able to create a
JpaEventStorageEngine. - builder() - Static method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore
-
Deprecated.Instantiate a Builder to be able to create an
EmbeddedEventStore. - builder() - Static method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Instantiate a Builder to be able to create a
JpaEventStorageEngine. - builder() - Static method in class org.axonframework.eventsourcing.MultiStreamableMessageSource
-
Deprecated.In favor of
MultiStreamableMessageSource.builder(). This class belongs in themessagingmodule instead of theeventsourcingmodule. - builder() - Static method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter
-
Instantiate a Builder to be able to create a
RevisionSnapshotFilter. - builder() - Static method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
-
Instantiate a builder to construct an
InMemorySequencedDeadLetterQueue. - builder() - Static method in class org.axonframework.metrics.MessageTimerMonitor
-
Instantiate a Builder to be able to create a
MessageTimerMonitor. - builder() - Static method in class org.axonframework.micrometer.EventProcessorLatencyMonitor
-
Instantiate a Builder to be able to create a
EventProcessorLatencyMonitor. - builder() - Static method in class org.axonframework.micrometer.MessageTimerMonitor
-
Instantiate a Builder to be able to create a
MessageTimerMonitor. - builder() - Static method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
-
Instantiate a Builder to be able to create a
AggregateAnnotationCommandHandler. - builder() - Static method in class org.axonframework.modelling.command.AnnotationCommandTargetResolver
-
Instantiate a Builder to be able to create a
AnnotationCommandTargetResolver. - builder() - Static method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory
-
Creates a new
DefaultRepositorySpanFactory.Builderto build aDefaultRepositorySpanFactorywith. - builder() - Static method in class org.axonframework.modelling.saga.AnnotatedSagaManager
-
Instantiate a Builder to be able to create a
AnnotatedSagaManager. - builder() - Static method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory
-
Creates a new
DefaultSagaManagerSpanFactory.Builderto build aDefaultSagaManagerSpanFactorywith. - builder() - Static method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Instantiate a Builder to be able to create an
AnnotatedSagaRepository. - builder() - Static method in class org.axonframework.modelling.saga.repository.CachingSagaStore
-
Instantiate a Builder to be able to create a
CachingSagaStore. - builder() - Static method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
-
Instantiate a Builder to be able to create a
JdbcSagaStore. - builder() - Static method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns a new
SagaSchema.Builderinitialized with default settings. - builder() - Static method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Instantiate a Builder to be able to create a
JpaSagaStore. - builder() - Static method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Instantiate a Builder to be able to create a
JpaSagaStore. - builder() - Static method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
-
Creates a Builder to be able to create a
DefaultQueryBusSpanFactory. - builder() - Static method in class org.axonframework.queryhandling.DefaultQueryGateway
-
Instantiate a Builder to be able to create a
DefaultQueryGateway. - builder() - Static method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory
-
Creates a Builder to be able to create a
DefaultQueryUpdateEmitterSpanFactory. - builder() - Static method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler
-
Instantiate a Builder to be able to create a
LoggingQueryInvocationErrorHandler. - builder() - Static method in class org.axonframework.queryhandling.SimpleQueryBus
-
Instantiate a Builder to be able to create a
SimpleQueryBus. - builder() - Static method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
Instantiate a Builder to be able to create a
SimpleQueryUpdateEmitter. - builder() - Static method in class org.axonframework.serialization.avro.AvroSerializer
-
Creates a builder for Avro Serializer with defaults applied.
- builder() - Static method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig
-
Retrieves a builder for configuration.
- builder() - Static method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Instantiate a Builder to be able to create a
Jackson3Serializer. - builder() - Static method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.Instantiate a Builder to be able to create a
JavaSerializer. - builder() - Static method in class org.axonframework.serialization.json.JacksonSerializer
-
Instantiate a Builder to be able to create a
JacksonSerializer. - builder() - Static method in class org.axonframework.serialization.xml.XStreamSerializer
-
Instantiate a Builder to be able to create a
XStreamSerializer. - builder() - Static method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
-
Instantiate a Builder to be able to create a
SpringAggregateSnapshotter. - builder() - Static method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.Creates a new
NestingSpanFactory.Builderthat can build aNestingSpanFactory. - builder() - Static method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
-
Instantiate a Builder to create a
OpenTelemetrySpanFactory. - builder() - Static method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition
-
Instantiate a builder to create a
TracingHandlerEnhancerDefinition. - builder(Class<T>) - Static method in class org.axonframework.eventsourcing.EventSourcingRepository
-
Instantiate a Builder to be able to create a
EventSourcingRepositoryfor aggregate typeT. - builder(Class<T>) - Static method in class org.axonframework.modelling.command.GenericJpaRepository
-
Instantiate a Builder to be able to create a
GenericJpaRepositoryfor aggregate typeT. - builder(Class<T>) - Static method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.Instantiate a Builder to be able to create a
GenericJpaRepositoryfor aggregate typeT. - builder(Class<T>, Class<K>) - Static method in class org.axonframework.eventhandling.async.PropertySequencingPolicy
-
Instantiate a Builder to be able to create a
PropertySequencingPolicy. - Builder() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- Builder() - Constructor for class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
- Builder() - Constructor for class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
- Builder() - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
- Builder() - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
- Builder() - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
- Builder() - Constructor for class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
- Builder() - Constructor for class org.axonframework.commandhandling.SimpleCommandBus.Builder
- Builder() - Constructor for class org.axonframework.common.lock.PessimisticLockFactory.Builder
-
Default constructor
- Builder() - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
- Builder() - Constructor for class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
- Builder() - Constructor for class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
- Builder() - Constructor for class org.axonframework.deadline.SimpleDeadlineManager.Builder
- Builder() - Constructor for class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.AbstractEventBus.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.AbstractEventProcessor.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.eventhandling.DefaultEventBusSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.MultiStreamableMessageSource.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.SimpleEventBus.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
- Builder() - Constructor for class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.eventsourcing.MultiStreamableMessageSource.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter.Builder
- Builder() - Constructor for class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
- Builder() - Constructor for class org.axonframework.metrics.MessageTimerMonitor.Builder
- Builder() - Constructor for class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
- Builder() - Constructor for class org.axonframework.micrometer.MessageTimerMonitor.Builder
- Builder() - Constructor for class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
- Builder() - Constructor for class org.axonframework.modelling.command.AnnotationCommandTargetResolver.Builder
- Builder() - Constructor for class org.axonframework.modelling.command.DefaultRepositorySpanFactory.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.AbstractSagaManager.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore.Builder
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.modelling.saga.repository.LockingSagaRepository.Builder
- Builder() - Constructor for class org.axonframework.queryhandling.DefaultQueryBusSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.queryhandling.DefaultQueryGateway.Builder
- Builder() - Constructor for class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory.Builder
- Builder() - Constructor for class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
- Builder() - Constructor for class org.axonframework.queryhandling.SimpleQueryBus.Builder
- Builder() - Constructor for class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
- Builder() - Constructor for class org.axonframework.serialization.AbstractXStreamSerializer.Builder
- Builder() - Constructor for class org.axonframework.serialization.avro.AvroSerializer.Builder
- Builder() - Constructor for class org.axonframework.serialization.avro.AvroSerializerStrategyConfig.Builder
- Builder() - Constructor for class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
- Builder() - Constructor for class org.axonframework.serialization.JavaSerializer.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.serialization.json.JacksonSerializer.Builder
- Builder() - Constructor for class org.axonframework.serialization.xml.XStreamSerializer.Builder
- Builder() - Constructor for class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- Builder() - Constructor for class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.
- Builder() - Constructor for class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
- Builder() - Constructor for class org.axonframework.tracing.TracingHandlerEnhancerDefinition.Builder
- Builder(Class<T>) - Constructor for class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Creates a builder for a Repository for given
aggregateType. - Builder(Class<T>) - Constructor for class org.axonframework.modelling.command.AbstractRepository.Builder
-
Creates a builder for a Repository for given
aggregateType. - Builder(Class<T>) - Constructor for class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Creates a builder for a Repository for given
aggregateType. - Builder(Class<T>) - Constructor for class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.Creates a builder for a Repository for given
aggregateType. - Builder(Class<T>) - Constructor for class org.axonframework.modelling.command.LockingRepository.Builder
-
Creates a builder for a Repository for given
aggregateType. - Builder(String, String) - Constructor for class org.axonframework.serialization.upcasting.event.EventTypeUpcaster.Builder
-
Instantiate a
EventTypeUpcaster.Builderas a shorthand to create anEventTypeUpcaster. - BuilderUtils - Class in org.axonframework.common
-
Utility class containing reusable functionality for implementing the Builder Pattern in (infrastructure) components.
- buildHandlerDefinition() - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Return the set
HandlerDefinition, or create and return it if it isnull. - buildJobDetail(EventMessage, JobKey) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
Builds the JobDetail instance for Quartz, which defines the Job that needs to be executed when the trigger fires.
- buildMonitor(String, MeterRegistry) - Static method in class org.axonframework.micrometer.CapacityMonitor
-
Creates a capacity monitor with the default time window 10 minutes
- buildMonitor(String, MeterRegistry) - Static method in class org.axonframework.micrometer.EventProcessorLatencyMonitor
-
Deprecated.in favor of using the
EventProcessorLatencyMonitor.builder() - buildMonitor(String, MeterRegistry) - Static method in class org.axonframework.micrometer.MessageCountingMonitor
-
Creates a message counting monitor
- buildMonitor(String, MeterRegistry) - Static method in class org.axonframework.micrometer.MessageTimerMonitor
-
Deprecated.in favor of using the
MessageTimerMonitor.builder() - buildMonitor(String, MeterRegistry, long, TimeUnit) - Static method in class org.axonframework.micrometer.CapacityMonitor
-
Creates a capacity monitor with the default system clock.
- buildMonitor(String, MeterRegistry, long, TimeUnit, Clock) - Static method in class org.axonframework.micrometer.CapacityMonitor
-
Creates a capacity monitor with the given time window.
- buildMonitor(String, MeterRegistry, long, TimeUnit, Clock, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.CapacityMonitor
-
Creates a capacity monitor with the given time window.
- buildMonitor(String, MeterRegistry, long, TimeUnit, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.CapacityMonitor
-
Creates a capacity monitor with the default system clock.
- buildMonitor(String, MeterRegistry, Clock) - Static method in class org.axonframework.micrometer.MessageTimerMonitor
-
Deprecated.in favor of using the
MessageTimerMonitor.builder() - buildMonitor(String, MeterRegistry, Clock, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.MessageTimerMonitor
-
Deprecated.in favor of using the
MessageTimerMonitor.builder() - buildMonitor(String, MeterRegistry, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.CapacityMonitor
-
Creates a capacity monitor with the default time window 10 minutes
- buildMonitor(String, MeterRegistry, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.EventProcessorLatencyMonitor
-
Deprecated.in favor of using the
EventProcessorLatencyMonitor.builder() - buildMonitor(String, MeterRegistry, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.MessageCountingMonitor
-
Creates a message counting monitor
- buildMonitor(String, MeterRegistry, Function<Message<?>, Iterable<Tag>>) - Static method in class org.axonframework.micrometer.MessageTimerMonitor
-
Deprecated.in favor of using the
MessageTimerMonitor.builder() - buildOutcome(boolean, String) - Method in class org.axonframework.springboot.util.AbstractQualifiedBeanCondition
- buildOutcome(boolean, String) - Method in class org.axonframework.springboot.util.OnMissingQualifiedBeanCondition
- buildOutcome(boolean, String) - Method in class org.axonframework.springboot.util.OnQualifiedBeanCondition
- buildParameterResolverFactory() - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Return the set
ParameterResolverFactory, or create and return it if it isnull. - buildQuerySerializer() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Build a
QuerySerializerusing the configuredmessageSerializer,genericSerializerandconfiguration. - buildSagaModel() - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
-
Instantiate the
SagaModelof generic typeTdescribing the structure of the Saga thisAbstractSagaManagerimplementation will manage. - buildSagaModel() - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Instantiate the
SagaModelof generic typeTdescribing the structure of the Saga thisSagaRepositorywill store. - buildSerializer() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
- buildSubscriptionMessageSerializer() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Build a
SubscriptionMessageSerializerusing the configuredmessageSerializer,genericSerializerandconfiguration. - buildTrigger(Instant, JobKey) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
Builds a Trigger which fires the Job identified by
jobKeyat (or around) the giventriggerDateTime. - byDefaultAssignHandlerInstancesTo(Function<Object, String>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
Functionthat defines the Event Processing Group name to assign Event Handler beans to when no other, more explicit, rule matches and noProcessingGroupannotation is found. - byDefaultAssignHandlerInstancesTo(Function<Object, String>) - Method in class org.axonframework.config.EventProcessingModule
- byDefaultAssignHandlerTypesTo(Function<Class<?>, String>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
Functionthat defines the Event Processing Group name to assign Event Handler and Saga beans to when no other, more explicit, rule matches and noProcessingGroupannotation is found. - byDefaultAssignHandlerTypesTo(Function<Class<?>, String>) - Method in class org.axonframework.config.EventProcessingModule
- byDefaultAssignTo(String) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers the
processingGroupname to assign Event Handler and Saga beans to when no other, more explicit, rule matches and noProcessingGroupannotation is found. - ByteArrayToGenericRecordConverter - Class in org.axonframework.serialization.avro
-
Content type converter between single-object-encoded bytes and Avro generic record.
- ByteArrayToGenericRecordConverter(SchemaStore) - Constructor for class org.axonframework.serialization.avro.ByteArrayToGenericRecordConverter
-
Constructs a content type converter used during deserialization for upcasting, to create
GenericRecordfrom single-object-encoded for a given schema. - ByteArrayToInputStreamConverter - Class in org.axonframework.serialization.converters
-
ContentTypeConverter that converts byte arrays into InputStream.
- ByteArrayToInputStreamConverter() - Constructor for class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
- ByteArrayToJsonNodeConverter - Class in org.axonframework.serialization.jackson3
-
ContentTypeConverter implementation for Jackson 3 that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode.
- ByteArrayToJsonNodeConverter - Class in org.axonframework.serialization.json
-
ContentTypeConverter implementation for Jackson 2 that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode.
- ByteArrayToJsonNodeConverter(ObjectMapper) - Constructor for class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
-
Initialize the Converter, using given
objectMapperto parse the binary contents - ByteArrayToJsonNodeConverter(ObjectMapper) - Constructor for class org.axonframework.serialization.jackson3.ByteArrayToJsonNodeConverter
-
Initialize the Converter, using given
objectMapperto parse the binary contents - ByteArrayToStringConverter - Class in org.axonframework.serialization.converters
-
ContentTypeConverter that converts byte arrays into Strings.
- ByteArrayToStringConverter() - Constructor for class org.axonframework.serialization.converters.ByteArrayToStringConverter
C
- cache - Variable in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- cache() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Sets the name of the bean providing the
caching. - cache(Cache) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
Cachein which loaded aggregates will be stored. - cache(Cache) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
Cachewhich services repositories for specific aggregate types. - Cache - Interface in org.axonframework.common.caching
-
Abstraction for a Caching mechanism.
- Cache.EntryListener - Interface in org.axonframework.common.caching
-
Interface describing callback methods, which are invoked when changes are made in the underlying cache.
- Cache.EntryListenerAdapter - Class in org.axonframework.common.caching
-
Adapter implementation for the EntryListener, allowing for overriding only specific callback methods.
- cachedEvents(int) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Sets the maximum number of events in the cache that is shared between the streams of tracking event processors.
- cachedEvents(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Sets the maximum number of events in the cache that is shared between the streams of tracking event processors.
- CachingEventSourcingRepository<T> - Class in org.axonframework.eventsourcing
-
Implementation of the event sourcing repository that uses a cache to improve loading performance.
- CachingEventSourcingRepository(EventSourcingRepository.Builder<T>) - Constructor for class org.axonframework.eventsourcing.CachingEventSourcingRepository
-
Instantiate a
CachingEventSourcingRepositorybased on the fields contained in theEventSourcingRepository.Builder. - CachingSagaStore<T> - Class in org.axonframework.modelling.saga.repository
-
Saga Repository implementation that adds caching behavior to the repository it wraps.
- CachingSagaStore(CachingSagaStore.Builder<T>) - Constructor for class org.axonframework.modelling.saga.repository.CachingSagaStore
-
Instantiate a
CachingSagaStorebased on the fields contained in theCachingSagaStore.Builder. - CachingSagaStore.Builder<T> - Class in org.axonframework.modelling.saga.repository
-
Builder class to instantiate a
CachingSagaStore. - CachingSupplier<T> - Class in org.axonframework.serialization
-
A Supplier that caches its result, useful if the supplier operation is expensive and expected to always yield the same result.
- calculateChain(Class<S>, Class<T>, Collection<ContentTypeConverter<?, ?>>) - Static method in class org.axonframework.serialization.ChainedConverter
-
Returns a converter that can convert an IntermediateRepresentation from the given
sourceTypeto the giventargetTypeusing a chain formed with givencandidates. - call() - Method in class org.axonframework.axonserver.connector.PriorityCallable
- CallbackBehavior - Interface in org.axonframework.test.utils
-
Interface towards a mechanism that replicates the behavior of a Command Handling component.
- callbacks() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
Returns the callbacks mapped by callback identifier.
- callWithInterceptorChain(InterceptorChain, Callable<R>) - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
-
Invoke the given
actionwith the giveninterceptorChainbeing available for parameter injection. - callWithResult(Object, Callable<?>) - Static method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
-
Calls the given
action(typically a handler invocation) such that the givenresultis available for injection as parameter - cancel() - Method in class org.axonframework.axonserver.connector.command.AxonServerRegistration
- cancel() - Method in class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
- cancel() - Method in class org.axonframework.axonserver.connector.query.subscription.DeserializedResult
-
Deprecated.
- cancel() - Method in class org.axonframework.axonserver.connector.query.subscription.DisposableResult
-
Deprecated.
- cancel() - Method in interface org.axonframework.common.Registration
-
Cancels this Registration.
- cancel() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
- cancel(boolean) - Method in interface org.axonframework.axonserver.connector.util.Scheduler.ScheduledTask
-
Cancels the scheduled registration.
- cancelAll(String) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- cancelAll(String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Cancels all the deadlines corresponding to the given
deadlineName. - cancelAll(String) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- cancelAll(String) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- cancelAll(String) - Method in class org.axonframework.deadline.SimpleDeadlineManager
- cancelAll(String) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- cancelAllWithinScope(String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Cancels all deadlines corresponding to the given
deadlineNamethat are scheduled withinScope.describeCurrentScope(). - cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- cancelAllWithinScope(String, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
-
Cancels all deadlines corresponding to the given
deadlineNameandscope. - cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.SimpleDeadlineManager
- cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- cancelCallbacks(A) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
Deprecated.
- cancelCallbacksForChannel(A) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
Removes all callbacks for a given channel.
- cancelSchedule(String, String) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- cancelSchedule(String, String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Cancels the deadline corresponding to the given
deadlineName/scheduleIdcombination. - cancelSchedule(String, String) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- cancelSchedule(String, String) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- cancelSchedule(String, String) - Method in class org.axonframework.deadline.SimpleDeadlineManager
- cancelSchedule(String, String) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Cancel a scheduled event.
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
- cancelSchedule(ScheduleToken) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Cancel the publication of a scheduled event.
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
- canConvert(Class) - Method in class org.axonframework.serialization.GapAwareTrackingTokenConverter
- canConvert(Class<?>, Class<?>) - Method in class org.axonframework.serialization.ChainingConverter
- canConvert(Class<?>, Class<?>) - Method in interface org.axonframework.serialization.Converter
-
Indicates whether this converter is capable of converting the given
sourceTypeto thetargetType. - canConvert(Class<S>, Class<T>, List<ContentTypeConverter<?, ?>>) - Static method in class org.axonframework.serialization.ChainedConverter
-
Indicates whether this converter is capable of converting the given
sourceContentTypeintotargetContentType, using the givenconverters. - canConvert(M) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
Check whether this converter supports the given
EventMessage. - canConvert(M) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.Check whether this converter supports the given
EventMessage. - canConvert(DeadLetterEventEntry) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
Check whether this converter supports the given
DeadLetterEventEntry. - canConvert(DeadLetterEventEntry) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
- canConvert(DeadLetterEventEntry) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.Check whether this converter supports the given
DeadLetterEventEntry. - canConvert(DeadLetterEventEntry) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- canConvert(EventMessage<?>) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
- canConvert(EventMessage<?>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- canConvertDataTo(Class<?>) - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- canConvertDataTo(Class<?>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Checks if the data can be converted to the given
requiredType. - canConvertDataTo(Class<?>) - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- canForward(CommandMessage<?>, P) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- canForward(CommandMessage<?>, T) - Method in interface org.axonframework.modelling.command.inspection.ForwardingCommandMessageHandlingMember
-
Check if this handler is in a state where it can currently accept the command.
- canHandle(CommandMessage<?>) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
- canHandle(CommandMessage<?>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
- canHandle(EventMessage<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
- canHandle(EventMessage<?>) - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- canHandle(EventMessage<?>, Collection<Segment>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Indicates whether any of the components handling events for this Processor are able to handle the given
eventMessagefor any of the givensegments. - canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Indicates whether the processor can/should handle the given
eventMessagefor the givensegment. - canHandle(EventMessage<?>, Segment) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Check whether or not this invoker has handlers that can handle the given
eventMessagefor a givensegment. - canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager
- canHandle(Message<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- canHandle(Message<?>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Checks if this handler is capable of handling the given
message. - canHandle(Message<?>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- canHandle(Message<?>) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- canHandle(ResponseType<?>) - Method in class org.axonframework.queryhandling.QuerySubscription
-
Check if this
QuerySubscriptioncan handle the givenqueryResponseType, by calling theResponseType.matches(Type)function on it and providing the setresponseTypeof this subscription. - canHandle(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
- canHandle(T) - Method in interface org.axonframework.messaging.MessageHandler
-
Indicates whether this handler can handle the given message
- canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- canHandleMessageType(Class<? extends Message>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Checks if this handlers is capable of handling
Messageimplementations of the givenmessageType. - canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
- canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
- canHandleType(Class<?>) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Check whether or not this invoker has handlers that can handle the given
payloadType. - canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- canHandleType(Class<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- canHandleType(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- canHandleType(Class<?>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Checks if this handler is capable of handling messages with the given
payloadType. - canHandleType(Class<?>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- canHandleType(Class<?>) - Method in interface org.axonframework.messaging.MessageHandler
-
Indicates whether this handler can handle messages of given type
- CannotConvertBetweenTypesException - Exception Class in org.axonframework.serialization
-
Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doing the conversion.
- CannotConvertBetweenTypesException(String) - Constructor for exception class org.axonframework.serialization.CannotConvertBetweenTypesException
-
Initializes the exception with the given
message. - CannotConvertBetweenTypesException(String, Throwable) - Constructor for exception class org.axonframework.serialization.CannotConvertBetweenTypesException
-
Initializing the exception with given
messageandcause. - canResolve(ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAware
-
Check whether this implementation can resolve a
Scopeobject based on the providedscopeDescription. - canResolve(ScopeDescriptor) - Method in class org.axonframework.modelling.command.AbstractRepository
- canResolve(ScopeDescriptor) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
- canSerializeTo(Class<T>) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
- canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.avro.AvroSerializer
- canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
- canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.
- canSerializeTo(Class<T>) - Method in class org.axonframework.serialization.json.JacksonSerializer
- canSerializeTo(Class<T>) - Method in interface org.axonframework.serialization.Serializer
-
Indicates whether this Serializer is capable of serializing to the given
expectedRepresentation. - canUpcast(IntermediateEventRepresentation) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
- canUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
-
Checks if this upcaster can upcast the given
intermediateRepresentation. - canUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryUpcaster
-
Checks if this upcaster can upcast the given
intermediateRepresentation. - canUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
-
Checks if this upcaster can upcast the given
intermediateRepresentation. - canUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
-
Checks if this upcaster can upcast the given
intermediateRepresentation. - CapacityMonitor - Class in org.axonframework.metrics
-
Calculates capacity by tracking, within the configured time window, the average message processing time and multiplying that by the amount of messages processed.
- CapacityMonitor - Class in org.axonframework.micrometer
-
Calculates capacity by tracking, within the configured time window, the average message processing time and multiplying that by the amount of messages processed.
- CapacityMonitor() - Constructor for class org.axonframework.metrics.CapacityMonitor
-
Creates a capacity monitor with the default time window 10 minutes
- CapacityMonitor(long, TimeUnit) - Constructor for class org.axonframework.metrics.CapacityMonitor
-
Creates a capacity monitor with the default time window 10 minutes
- CapacityMonitor(long, TimeUnit, Clock) - Constructor for class org.axonframework.metrics.CapacityMonitor
-
Creates a capacity monitor with the given time window.
- caughtUp() - Method in class org.axonframework.eventhandling.TrackerStatus
-
Returns this
TrackerStatusif it is caught up, otherwise return a new instance with the caught up flag set to true. - cause() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- cause() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- cause() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- cause() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
The
causefor theDeadLetter.message()to be dead lettered. - cause() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- Cause - Interface in org.axonframework.messaging.deadletter
-
Contract describing the cause for
dead letteringaMessage. - causeMessageColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
causeMessagecolumn name. - causeMessageColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
causeMessagecolumn. - causeTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
causeTypecolumn name. - causeTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
causeTypecolumn. - CBOR - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Uses Jackson's
CBORMapperto serialize objects into CBOR. - CBORMapperAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- CBORMapperAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.CBORMapperAutoConfiguration
- ChainedConverter<S,
T> - Class in org.axonframework.serialization -
A converter that delegates to a chain of other ContentTypeConverters to convert from a source to a target for which there is not necessarily a single converter available.
- ChainedConverter(List<ContentTypeConverter<?, ?>>) - Constructor for class org.axonframework.serialization.ChainedConverter
-
Creates a new instance that uses the given
delegatesto form a chain of converters. - chainedInterceptor(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Returns an Interceptor Chain of annotated interceptor methods defined on the given
type. - chainedInterceptor(Class<T>) - Method in class org.axonframework.modelling.saga.metamodel.AnnotationSagaMetaModelFactory
- chainedInterceptor(Class<T>) - Method in interface org.axonframework.modelling.saga.metamodel.SagaMetaModelFactory
-
Returns an Interceptor Chain of annotated interceptor methods for the given
sagaType. - ChainedMessageHandlerInterceptorMember<T> - Class in org.axonframework.messaging.annotation
-
A
MessageHandlerInterceptorMemberChainimplementation that constructs a chain of instances of itself based on a giveniteratorofMessageHandlingMembers. - ChainedMessageHandlerInterceptorMember(Class<?>, Iterator<MessageHandlingMember<? super T>>) - Constructor for class org.axonframework.messaging.annotation.ChainedMessageHandlerInterceptorMember
-
Constructs a chained message handling interceptor for the given
handlerType, constructing a chain from the giveniterator. - ChainingConverter - Class in org.axonframework.serialization
-
Converter implementation that will combine converters to form chains of converters to be able to convert from one type to another, for which there is no suitable single converter.
- ChainingConverter() - Constructor for class org.axonframework.serialization.ChainingConverter
-
Initialize a new ChainingConverter with the context ClassLoader for this thread.
- ChainingConverter(ClassLoader) - Constructor for class org.axonframework.serialization.ChainingConverter
-
Initialize a new ChainingConverter.
- changePhase(UnitOfWork.Phase...) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Ask the unit of work to transition to the given
phasessequentially. - channelCustomizer(UnaryOperator<ManagedChannelBuilder<?>>) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Registers the given
channelCustomization, which configures the underlingManagedChannelBuilderused to set up connections to AxonServer. - charset(Charset) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Sets the
Charsetused for the in- and output streams required byXStreamfor the to and from xml function calls. - charset(Charset) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- checkCompatibility(Schema, Schema) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Checks compatibility between reader and writer schema.
- checkCompatibility(Schema, Schema) - Method in class org.axonframework.serialization.avro.DefaultSchemaIncompatibilityChecker
- checkCompatibility(Schema, Schema) - Method in interface org.axonframework.serialization.avro.SchemaIncompatibilityChecker
-
Performs compatibility check.
- checkInterval() - Method in class org.axonframework.updates.api.UpdateCheckResponse
-
Returns the check interval of this update check response.
- ChildEntity<T> - Interface in org.axonframework.modelling.command.inspection
-
Interface describing en entity that is a child of another entity.
- ChildEntityDefinition - Interface in org.axonframework.modelling.command.inspection
-
Interface describing the definition of a Child Entity.
- ChildForwardingCommandMessageHandlingMember<P,
C> - Class in org.axonframework.modelling.command.inspection -
Implementation of a
CommandMessageHandlingMemberthat forwards commands to a child entity. - ChildForwardingCommandMessageHandlingMember(List<MessageHandlingMember<? super C>>, MessageHandlingMember<? super C>, BiFunction<CommandMessage<?>, P, C>) - Constructor for class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
-
Initializes a
ChildForwardingCommandMessageHandlingMemberthat routes commands to a compatible child entity. - claim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Attempt to claim ownership of this token.
- claim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Attempt to claim ownership of this token.
- claimableSequencesStatement(Connection, String, Instant, int, int) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused to retrieve the identifiers of the first entries of each sequence with that can be claimed. - claimableSequencesStatement(Connection, String, Instant, int, int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- claimDuration(Duration) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the claim duration, which is the time a dead-letter gets locked when processing and waiting for it to complete.
- claimDuration(Duration) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the claim duration, which is the time a message gets locked when processing and waiting for it to complete.
- claimDuration(Duration) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the claim duration, which is the time a message gets locked when processing and waiting for it to complete.
- claimExtensionThreshold(long) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies a time in milliseconds the work packages of this processor should extend the claim on a
TrackingToken. - claimSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- claimSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Instructs the processor to claim the segment with given
segmentIdand start processing it as soon as possible. - claimSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Instructs the processor to claim the segment with given
segmentIdand start processing it as soon as possible. - claimStatement(Connection, String, Instant, Instant) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused to claim aDeadLetterentry. - claimStatement(Connection, String, Instant, Instant) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
claimTimeoutspecifying the amount of time this process will wait after which this process will force a claim of aTrackingToken. - claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Sets the
claimTimeoutspecifying the amount of time this process will wait after which this process will force a claim of aTrackingToken. - claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.Sets the
claimTimeoutspecifying the amount of time this process will wait after which this process will force a claim of aTrackingToken. - claimToken(Connection, AbstractTokenEntry<?>) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Tries to claim the given token
entry. - classForType(SerializedType) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- classForType(SerializedType) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
- classForType(SerializedType) - Method in class org.axonframework.serialization.avro.AvroSerializer
- classForType(SerializedType) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
- classForType(SerializedType) - Method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.
- classForType(SerializedType) - Method in class org.axonframework.serialization.json.JacksonSerializer
- classForType(SerializedType) - Method in interface org.axonframework.serialization.Serializer
-
Returns the class for the given type identifier.
- classLoader(ClassLoader) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
- classLoader(ClassLoader) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
- classLoader(ClassLoader) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
- classLoader(ClassLoader) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- ClasspathAvroSchemaLoader - Interface in org.axonframework.spring.serialization.avro
-
Classpath Avro schema loader.
- ClasspathHandlerDefinition - Class in org.axonframework.messaging.annotation
-
HandlerDefinition instance that locates other HandlerDefinition instances on the class path.
- ClasspathHandlerEnhancerDefinition - Class in org.axonframework.messaging.annotation
-
HandlerEnhancerDefinition instance that locates other HandlerEnhancerDefinition instances on the class path.
- ClasspathParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
ParameterResolverFactory instance that locates other ParameterResolverFactory instances on the class path.
- ClasspathResolver - Class in org.axonframework.util
-
Resolves certain parameters from the classpath.
- cleanGaps(Connection, SortedSet<Long>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.cleanGaps(TrackingToken). - cleanGaps(Connection, EventSchema, SortedSet<Long>) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on internal cleanGaps operation.
- cleanGaps(CleanGapsStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.cleanGaps(Connection, SortedSet). - CleanGapsStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.cleanGaps(TrackingToken) - CLEANUP - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work is after a successful commit or after a rollback.
- cleanupDelay(long) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Sets the delay between two clean ups of lagging event processors.
- cleanupDelay(long) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Sets the delay between two clean ups of lagging event processors.
- clear() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- clear() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- clear() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- clear() - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- clear() - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Clears out all
dead letterspresent in this queue. - clear() - Method in class org.axonframework.messaging.MetaData
-
This operation is not supported.
- clear() - Method in class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Clears all the associations.
- clear(UnitOfWork<?>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Clears the UnitOfWork currently bound to the current thread, if that UnitOfWork is the given
unitOfWork. - clearCommands() - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Clears all the commands recorded by this Command Bus.
- clearConverters() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Removes all current converters currently configured, including the default
EventMessageDeadLetterJpaConverter. - clearConverters() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Removes all current converters currently configured, including the default
EventMessageDeadLetterJpaConverter. - clearProcessingStarted() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Releases the message for processing by another thread or process.
- clearStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theclearoperation. - clearStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- clearSubscriptions() - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Clears all subscribed handlers on this command bus.
- clientId() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the
client identifierfor which aTopologyChangeoccurred. - clientId(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- clientStreamId() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the client stream identifier for which a
TopologyChangeoccurred. - clientSupportsQueryStreaming(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve whether Client (query issuer) supports streaming from the given
processingInstructions, by searching for the value ofProcessingKey.CLIENT_SUPPORTS_STREAMING. - clock - Static variable in class org.axonframework.eventhandling.GenericEventMessage
-
Clockinstance used to set the time on new events. - clock - Static variable in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
The clock used to persist timestamps in this entry.
- clock - Static variable in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
The clock used to persist timestamps in this entry.
- clock - Static variable in class org.axonframework.eventsourcing.AggregateLoadTimeSnapshotTriggerDefinition
- clock - Static variable in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
Clockinstance used to set theDeadLetter.enqueuedAt()andDeadLetter.lastTouched()times ondead letters. - clock(Clock) - Method in class org.axonframework.metrics.MessageTimerMonitor.Builder
-
Sets the
Clockused to define the processing duration of a given message being pushed through thisMessageMonitor. - clock(Clock) - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
-
Sets the
Clockused to define the processing duration of a given message being pushed through thisMessageMonitor. - clock(Clock) - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Sets the
Clockused to define the processing duration of a given message being pushed through thisMessageMonitor. - clock(Clock) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Defines the
Clockused for time dependent operation by thisEventProcessor. - clock(Clock) - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.Configures the
Clockto use when determining the time passed since publication of an event and the current time. - clone() - Method in interface org.axonframework.common.caching.Cache.EntryListener
-
Clone operation used by some Cache implementations.
- clone() - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
- close() - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
- close() - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamConnection
-
Closes the persistent stream connection to Axon Server.
- close() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResultStreamAdapter
- close() - Method in interface org.axonframework.common.lock.Lock
-
Releases this lock.
- close() - Method in interface org.axonframework.common.Registration
-
Cancels this Registration.
- close() - Method in interface org.axonframework.common.stream.BlockingStream
- close() - Method in class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
-
Close this
ShutdownLatch.ActivityHandleby invokingShutdownLatch.ActivityHandle.end(). - close() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
-
Closes this lifecycle instance, restoring to the situation prior to this lifecycle being started.
- close() - Method in interface org.axonframework.tracing.SpanScope
-
Closes the scope of the Span on which it was opened.
- close(Connection) - Method in interface org.axonframework.common.jdbc.ConnectionWrapperFactory.ConnectionCloseHandler
-
Close the given
connection, which was wrapped by the ConnectionWrapperFactory. - close(Connection) - Method in class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
- CLOSED - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work is at the end of its life cycle.
- closeQuietly(AutoCloseable) - Static method in class org.axonframework.common.io.IOUtils
-
Closes any AutoCloseable object, while suppressing any IOExceptions it will generate.
- closeQuietly(Connection) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Close the given
connection, if possible. - closeQuietly(ResultSet) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Close the given
resultSet, if possible. - closeQuietly(Statement) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Close the given
statement, if possible. - closeQuietlyIfCloseable(Object) - Static method in class org.axonframework.common.io.IOUtils
-
Closes any object if that object implements
AutoCloseable, while suppressing any IOExceptions it will generate. - code() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
- code() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Return a
Stringdefining the error code. - collectAvroSchemasFromClassPath(BeanFactory, List<ClasspathAvroSchemaLoader>) - Method in class org.axonframework.springboot.autoconfig.AvroSerializerAutoConfiguration
-
Scans classpath for schemas, configured using
AvroSchemaScanannotations. - CollectionUtils - Class in org.axonframework.common
-
Utility methods for operations on collections.
- combine(SnapshotFilter) - Method in interface org.axonframework.eventsourcing.snapshotting.SnapshotFilter
-
Combines
thisSnapshotFilterwith the giveotherfilter in an "AND" operation, effectively validating whether both returntrueon aSnapshotFilter.allow(DomainEventData)call of each. - COMMAND - Enum constant in enum class org.axonframework.spring.config.MessageHandlerConfigurer.Type
-
Lists the message handler for
CommandMessages. - COMMAND_DISPATCH_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- COMMAND_EXECUTION_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- COMMAND_EXECUTION_NON_TRANSIENT_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- COMMAND_HANDLER_ADDED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
A change type signalling a command handler was added.
- COMMAND_HANDLER_REMOVED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
A change type signalling a command handler was removed.
- COMMAND_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the name of the
CommandMessagethe handler can handle. - COMMAND_ROUTING_KEY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the routing key used to route a
CommandMessageto the handler. - commandBus() - Method in interface org.axonframework.config.Configuration
-
Returns the Command Bus defined in this Configuration.
- commandBus() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
-
Sets the
CommandBusused to dispatch commands. - commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Sets the
CommandBuson which to dispatchCommandMessages. - commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
- commandBus(TransactionManager, Configuration, DuplicateCommandHandlerResolver) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- CommandBus - Interface in org.axonframework.commandhandling
-
The mechanism that dispatches Command objects to their appropriate CommandHandler.
- CommandBusConnector - Interface in org.axonframework.commandhandling.distributed
-
Interface describing the component that remotely connects multiple CommandBus instances.
- CommandBusConnectorCommunicationException - Exception Class in org.axonframework.commandhandling.distributed
-
Exception thrown when the CommandBusConnector has a communication failure
- CommandBusConnectorCommunicationException(String) - Constructor for exception class org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
-
Initializes the CommandBusConnectorCommunicationException
- CommandBusConnectorCommunicationException(String, Throwable) - Constructor for exception class org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
-
Initializes the CommandBusConnectorCommunicationException
- CommandBusProperties() - Constructor for class org.axonframework.springboot.TracingProperties.CommandBusProperties
- commandBusSpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- CommandBusSpanFactory - Interface in org.axonframework.commandhandling
-
Span factory that creates spans for the
CommandBus. - commandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
-
Set a
CommandCallbackon the command bus. - CommandCallback<C,
R> - Interface in org.axonframework.commandhandling -
Interface describing a callback that is invoked when command handler execution has finished.
- CommandCallbackRepository<A> - Class in org.axonframework.commandhandling.distributed
-
This class retains a list of callbacks for CommandCallbackConnectors to use.
- CommandCallbackRepository() - Constructor for class org.axonframework.commandhandling.distributed.CommandCallbackRepository
- CommandCallbackWrapper<A,
C, - Class in org.axonframework.commandhandling.distributedR> -
Wrapper for a Command callback.
- CommandCallbackWrapper(A, CommandMessage<C>, CommandCallback<? super C, ? super R>) - Constructor for class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
Initializes a
CommandCallbackWrapperwhich wraps the original callback and holds on to the commandmessageandchannelIdof the channel on which the message is sent. - CommandDispatchException - Exception Class in org.axonframework.commandhandling.distributed
-
Exception indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.
- CommandDispatchException(String) - Constructor for exception class org.axonframework.commandhandling.distributed.CommandDispatchException
-
Initializes the exception using the given
message. - CommandDispatchException(String, Throwable) - Constructor for exception class org.axonframework.commandhandling.distributed.CommandDispatchException
-
Initializes the exception using the given
messageandcause. - commandDispatchInterceptorConfigurer(CommandGateway, Optional<List<MessageDispatchInterceptor<? super CommandMessage<?>>>>) - Method in class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- CommandExecutionException - Exception Class in org.axonframework.commandhandling
-
Indicates that an exception has occurred while handling a command.
- CommandExecutionException(String, Throwable) - Constructor for exception class org.axonframework.commandhandling.CommandExecutionException
-
Initializes the exception with given
messageandcause. - CommandExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.commandhandling.CommandExecutionException
-
Initializes the exception with given
message,causeand an object providing application-specificdetails. - CommandExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.commandhandling.CommandExecutionException
-
Initializes the exception with given
message,cause, an object providing application-specificdetails, andwritableStackTrace - commandFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- commandGateway() - Method in interface org.axonframework.config.Configuration
-
Returns the Command Gateway defined in this Configuration.
- commandGateway(CommandBus) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.Returns the CommandGateway used to send commands to command handlers.
- commandGateway(CommandBus) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- CommandGateway - Interface in org.axonframework.commandhandling.gateway
-
Interface towards the Command Handling components of an application.
- CommandGatewayFactory - Class in org.axonframework.commandhandling.gateway
-
Factory that creates
CommandGatewayimplementations from custom interface definitions. - CommandGatewayFactory(CommandGatewayFactory.Builder) - Constructor for class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Instantiate a
CommandGatewayFactorybased on the fields contained in theCommandGatewayFactory.Builder. - CommandGatewayFactory.Builder - Class in org.axonframework.commandhandling.gateway
-
Builder class to instantiate a
CommandGatewayFactory. - CommandGatewayFactory.InvocationHandler<R> - Interface in org.axonframework.commandhandling.gateway
-
Interface towards the mechanism that handles a method call on a gateway interface method.
- CommandHandler - Annotation Interface in org.axonframework.commandhandling
-
Marker annotation to mark any method on an object as being a CommandHandler.
- CommandHandlerInterceptor - Annotation Interface in org.axonframework.modelling.command
-
Annotation used to mark methods on Aggregate members which can intercept commands.
- commandHandlerInterceptorConfigurer(CommandBus, Optional<List<MessageHandlerInterceptor<? super CommandMessage<?>>>>) - Method in class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- CommandHandlerInterceptorHandlingMember<T> - Interface in org.axonframework.modelling.command.inspection
-
Deprecated.in favor of the more generic
MessageInterceptingMember - commandHandlerInterceptors() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Deprecated.
- commandHandlerInterceptors(Class<? extends T>) - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Gets command handler interceptors for provided
typein this aggregate hierarchy. - CommandHandlerInvoker - Class in org.axonframework.disruptor.commandhandling
-
Component of the DisruptorCommandBus that invokes the command handler.
- CommandHandlerInvoker(Cache, int) - Constructor for class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
-
Create an aggregate invoker instance for the given
segmentandcache. - commandHandlers() - Method in class org.axonframework.modelling.command.inspection.AnnotatedChildEntity
- commandHandlers() - Method in interface org.axonframework.modelling.command.inspection.ChildEntity
-
Returns the command handlers declared in this entity.
- commandHandlers() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Deprecated.
- commandHandlers(Class<? extends T>) - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Gets command handlers for provided
typein this aggregate hierarchy. - CommandHandlerSubscriber - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
MessageHandlerLookupandMessageHandlerConfigurer. - CommandHandlerSubscriber() - Constructor for class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- CommandHandlingEntry - Class in org.axonframework.disruptor.commandhandling
-
DataHolder for the DisruptorCommandBus.
- CommandHandlingEntry() - Constructor for class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Initializes the CommandHandlingEntry
- commandIdentifier - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- commandIdentifier - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- commandInProgressAwait(Duration) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the duration to wait for in-progress command handlers to complete during shutdown.
- CommandLineUsagePropertyProvider - Class in org.axonframework.updates.configuration
-
A
UsagePropertyProviderimplementation that reads the usage properties from the command line system properties. - CommandLineUsagePropertyProvider() - Constructor for class org.axonframework.updates.configuration.CommandLineUsagePropertyProvider
- commandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- commandLoadFactorProvider(AxonServerConfiguration) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- CommandLoadFactorProvider - Interface in org.axonframework.axonserver.connector.command
-
Provides the load factor value of the client for the specific command.
- CommandMessage<T> - Interface in org.axonframework.commandhandling
-
Represents a Message carrying a command as its payload.
- CommandMessageFilter - Interface in org.axonframework.commandhandling.distributed
-
Interface describing a filter that can be applied to commands to describe the type of commands supported by a node in a cluster.
- CommandMessageHandler - Interface in org.axonframework.commandhandling
-
MessageHandler specialization for handlers of Command Messages.
- CommandMessageHandlingMember<T> - Interface in org.axonframework.commandhandling
-
Interface describing a message handler capable of handling a specific command.
- commandName - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- commandName() - Element in annotation interface org.axonframework.commandhandling.CommandHandler
-
The name of the Command this handler listens to.
- commandName() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
-
Returns the name of the command that can be handled.
- commandName() - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- CommandNameFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
A
CommandMessageFilterimplementation which filtersCommandMessages by theCommandMessage.getCommandName(). - CommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
-
Initializes a
CommandNameFilterfor a single command name. - CommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
-
Initializes a
CommandNameFilterfor the given set ofcommandNames. - commandNamePattern() - Element in annotation interface org.axonframework.modelling.command.CommandHandlerInterceptor
-
Will filter commands which names match this pattern and invoke handler only with those commands.
- commandPriorityCalculator() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- CommandPriorityCalculator - Interface in org.axonframework.axonserver.connector.command
-
Calculate the priority of
CommandMessagebased on its content. - CommandResultMessage<R> - Interface in org.axonframework.commandhandling
-
Message that represents a result from handling a
CommandMessage. - commandRouter(CommandRouter) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Sets the
CommandRouterused to determine the target node for each dispatched command. - CommandRouter - Interface in org.axonframework.commandhandling.distributed
-
Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command message.
- CommandSerializer - Class in org.axonframework.axonserver.connector.command
-
Converter between Axon Framework
CommandMessages and Axon Server gRPCCommandmessages. - CommandSerializer(Serializer, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.command.CommandSerializer
-
Instantiate a serializer used to convert Axon
CommandMessages andCommandResultMessages into Axon Server gRPC messages and vice versa. - commandTargetResolver() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Selects the name of the
CommandTargetResolverbean. - commandTargetResolver(CommandTargetResolver) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
CommandTargetResolverthat must be used to indicate which Aggregate instance will be invoked by an incoming command. - commandTargetResolver(CommandTargetResolver) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
CommandTargetResolverused to resolve the command handling target. - CommandTargetResolver - Interface in org.axonframework.modelling.command
-
Interface towards a mechanism that is capable of extracting an Aggregate Identifier and Version form a command that identifies the aggregate instance the command should be invoked on.
- CommandValidator - Class in org.axonframework.test.saga
-
Helper class for validation of dispatched commands.
- CommandValidator(RecordingCommandBus, FieldFilter) - Constructor for class org.axonframework.test.saga.CommandValidator
-
Creates a validator which monitors the given
commandBus. - commit() - Method in interface org.axonframework.common.transaction.Transaction
-
Commit this transaction.
- commit() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- commit() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Commits the current UnitOfWork.
- commit() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Commits the Unit of Work.
- commit() - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Resets the tracked changes.
- commit() - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- commit(Connection) - Method in interface org.axonframework.common.jdbc.ConnectionWrapperFactory.ConnectionCloseHandler
-
Commits the underlying transaction
- commit(Connection) - Method in class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
- commit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Process given
eventswhile the Unit of Work root is being committed. - commit(AnnotatedSaga<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Commits the given modified
sagato the underlying saga store. - COMMIT - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work has been committed and is passed the
UnitOfWork.Phase.PREPARE_COMMITphase. - commitTransaction(TransactionStatus) - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
-
Commits the transaction with given
statusif the transaction is new and not completed. - CompactDriver - Class in org.axonframework.serialization.xml
-
XStream HierarchicalStreamDriver implementation that uses a CompactWriter to write XML without newlines and indentation, while writing it using the (default) XPPReader.
- CompactDriver() - Constructor for class org.axonframework.serialization.xml.CompactDriver
- compare(T, T) - Method in class org.axonframework.common.annotation.PriorityAnnotationComparator
- compareTo(PriorityTask) - Method in interface org.axonframework.axonserver.connector.PriorityTask
- compareTo(PropertyAccessStrategy) - Method in class org.axonframework.common.property.PropertyAccessStrategy
- compareTo(GlobalSequenceTrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- compareTo(Segment) - Method in class org.axonframework.eventhandling.Segment
- compareTo(ScheduledDeadlineInfo) - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
- compareTo(StubScheduleToken) - Method in class org.axonframework.test.eventscheduler.StubScheduleToken
- complete() - Method in interface org.axonframework.queryhandling.SinkWrapper
-
Wrapper around Sink complete().
- complete() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
-
Completes the
UpdateHandlerRegistration.getUpdates()Flux. - complete(Class<Q>, Predicate<? super Q>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Completes subscription queries matching given query type and filter.
- complete(Predicate<SubscriptionQueryMessage<?, ?, ?>>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Completes subscription queries matching given filter.
- complete(Predicate<SubscriptionQueryMessage<?, ?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- CompletedEmitterException - Exception Class in org.axonframework.queryhandling
-
Exception indicating that
QueryUpdateEmitteris completed, thus cannot be used to emit messages and report errors. - CompletedEmitterException(String) - Constructor for exception class org.axonframework.queryhandling.CompletedEmitterException
-
Initializes the exception with given
message. - completeExceptionally(Class<Q>, Predicate<? super Q>, Throwable) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Completes with an error subscription queries matching given query type and filter
- completeExceptionally(Predicate<SubscriptionQueryMessage<?, ?, ?>>, Throwable) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Completes with an error subscription queries matching given filter.
- completeExceptionally(Predicate<SubscriptionQueryMessage<?, ?, ?>>, Throwable) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- completeRequestStream() - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
-
Completes the request steam related to this stream observer.
- Component<B> - Class in org.axonframework.config
-
A Component used in the Axon Configurer.
- Component(Supplier<Configuration>, String, Function<Configuration, ? extends B>) - Constructor for class org.axonframework.config.Component
-
Creates a component for the given
configwith givennamecreated by the givenbuilderFunction. - Component(Configuration, String, Function<Configuration, ? extends B>) - Constructor for class org.axonframework.config.Component
-
Creates a component for the given
configwith givennamecreated by the givenbuilderFunction. - componentName() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the
component namefor which aTopologyChangeoccurred. - componentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- computeIfAbsent(Object, Supplier<T>) - Method in interface org.axonframework.common.caching.Cache
-
Returns the value under the given
keyin the cache. - computeIfAbsent(Object, Supplier<T>) - Method in class org.axonframework.common.caching.NoCache
- computeIfAbsent(Object, Supplier<T>) - Method in class org.axonframework.common.caching.WeakReferenceCache
- computeIfPresent(Object, UnaryOperator<V>) - Method in interface org.axonframework.common.caching.Cache
-
Perform the
updatein the value behind the givenkey. - computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.EhCache3Adapter
- computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.JCacheAdapter
- computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.NoCache
- computeIfPresent(Object, UnaryOperator<V>) - Method in class org.axonframework.common.caching.WeakReferenceCache
- computeRetryInterval(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
Compute the amount of milliseconds delay until the next retry, given the information passed.
- computeRetryInterval(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
- computeRetryInterval(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>) - Method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler
- computeSegment(int, int...) - Static method in class org.axonframework.eventhandling.Segment
-
Creates a Segment instance for the given
segmentIdbased on the givenavailableSegmentsIds. - computeSegments(int...) - Static method in class org.axonframework.eventhandling.Segment
-
Compute the
Segment's from a given list of segmentId's. - concat(DomainEventStream, DomainEventStream) - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Concatenate two DomainEventStreams.
- ConcatenatingDomainEventStream - Class in org.axonframework.eventsourcing.eventstore
-
DomainEventStream implementation that concatenates multiple streams, taking into account that some sequence numbers may appear in more than one stream.
- ConcatenatingDomainEventStream(Collection<DomainEventStream>) - Constructor for class org.axonframework.eventsourcing.eventstore.ConcatenatingDomainEventStream
-
Initialize the stream, concatenating the given
streams. - ConcatenatingDomainEventStream(DomainEventStream...) - Constructor for class org.axonframework.eventsourcing.eventstore.ConcatenatingDomainEventStream
-
Initialize the stream, concatenating the given
streams. - ConcludesBatch - Annotation Interface in org.axonframework.eventhandling
-
Annotation indication that a parameter on an
EventHandlermethod should be injected with a value that informs whether the event is the last event of a processed batch of events. - ConcludesBatchParameterResolverFactory - Class in org.axonframework.eventhandling
-
Parameter resolver factory for boolean event handler parameters annotated with
ConcludesBatch. - ConcludesBatchParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
-
Initialize a ConcludesBatchParameterResolverFactory.
- CONCURRENCY_EXCEPTION - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- ConcurrencyException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that concurrent access to a repository was detected.
- ConcurrencyException(String) - Constructor for exception class org.axonframework.modelling.command.ConcurrencyException
-
Initialize a ConcurrencyException with the given
message. - ConcurrencyException(String, Throwable) - Constructor for exception class org.axonframework.modelling.command.ConcurrencyException
-
Initialize a ConcurrencyException with the given
messageandcause. - ConditionalOnMissingQualifiedBean - Annotation Interface in org.axonframework.springboot.util
-
Conditionalthat only matches when for the specified bean class in theBeanFactorythere is an instance which has the givenqualifierset on it. - ConditionalOnQualifiedBean - Annotation Interface in org.axonframework.springboot.util
-
Conditionalthat only matches when for the specified bean class in theBeanFactorythere is an instance which has the givenqualifierset on it. - ConfigToken - Class in org.axonframework.eventhandling.tokenstore
-
A special implementation of a Token that is used to store configuration specific to the underlying storage of each
TokenStoreinstance. - ConfigToken(Map<String, String>) - Constructor for class org.axonframework.eventhandling.tokenstore.ConfigToken
-
Initialize a ConfigToken instance using the given
configproperties. - configuration - Variable in class org.axonframework.config.EventProcessingModule
- configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
AxonServerConfigurationused to configure several components within the Axon Server Command Bus, like setting the client id or the number of command handling threads used. - configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the
AxonServerConfigurationdescribing the servers to connect with and how to manage flow control. - configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
AxonServerConfigurationdescribing the servers to connect with and how to manage flow control. - configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
AxonServerConfigurationused to configure several components within the Axon Server Query Bus, like setting the client id or the number of query handling threads used. - Configuration - Interface in org.axonframework.config
-
Interface describing the Global Configuration for Axon components.
- ConfigurationParameterResolverFactory - Class in org.axonframework.config
-
ParameterResolverFactory implementation that resolves parameters from available components in the Configuration instance it was configured with.
- ConfigurationParameterResolverFactory(Configuration) - Constructor for class org.axonframework.config.ConfigurationParameterResolverFactory
-
Initialize an instance using given
configurationto supply the value to resolve parameters with - ConfigurationResourceInjector - Class in org.axonframework.config
-
ResourceInjector implementation that injects resources defined in the Axon Configuration.
- ConfigurationResourceInjector(Configuration) - Constructor for class org.axonframework.config.ConfigurationResourceInjector
-
Initializes the ResourceInjector to inject the resources found in the given
configuration. - ConfigurationScopeAwareProvider - Class in org.axonframework.config
-
Implementation of the
ScopeAwareProviderwhich will retrieve aListofScopeAwarecomponents in a lazy manner. - ConfigurationScopeAwareProvider(Configuration) - Constructor for class org.axonframework.config.ConfigurationScopeAwareProvider
-
Instantiate a lazy
ScopeAwareProviderwith the givenconfigurationparameter. - configure() - Method in class org.axonframework.test.server.AxonServerContainer
- configure() - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.
- configure() - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.
- configureAggregate(Class<A>) - Method in interface org.axonframework.config.Configurer
-
Configures an Aggregate using default settings.
- configureAggregate(AggregateConfiguration<A>) - Method in interface org.axonframework.config.Configurer
-
Configures an Aggregate in this configuration based on the given
aggregateConfiguration. - configureAggregate(AggregateConfiguration<A>) - Method in class org.axonframework.config.DefaultConfigurer
- configureAggregateFactory(Function<Configuration, AggregateFactory<A>>) - Method in class org.axonframework.config.AggregateConfigurer
-
Defines the factory to use to create new Aggregates instances of the type under configuration.
- configureCache(Function<Configuration, Cache>) - Method in class org.axonframework.config.AggregateConfigurer
-
Configures the Cache to use for the repository created for this Aggregate type.
- configureCommandBus(Function<Configuration, CommandBus>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Command Bus to use in this configuration.
- configureCommandHandler(Function<Configuration, AggregateAnnotationCommandHandler<A>>) - Method in class org.axonframework.config.AggregateConfigurer
-
Defines the AggregateAnnotationCommandHandler instance to use.
- configureCommandTargetResolver(Function<Configuration, CommandTargetResolver>) - Method in class org.axonframework.config.AggregateConfigurer
-
Defines the CommandTargetResolver to use for the Aggregate type under configuration.
- configureCorrelationDataProviders(Function<Configuration, List<CorrelationDataProvider>>) - Method in interface org.axonframework.config.Configurer
-
Configures the CorrelationDataProviders that Message processing components should use to attach correlation data to outgoing messages.
- configureCorrelationDataProviders(Function<Configuration, List<CorrelationDataProvider>>) - Method in class org.axonframework.config.DefaultConfigurer
- configureCreationPolicyAggregateFactory(Function<Configuration, CreationPolicyAggregateFactory<A>>) - Method in class org.axonframework.config.AggregateConfigurer
-
Defines the factory to create new aggregate instances of the type under configuration when initializing those instances from non-constructor command handlers annotated with
CreationPolicy. - configureDeadlineManager(Function<Configuration, DeadlineManager>) - Method in interface org.axonframework.config.Configurer
-
Registers a
DeadlineManagerinstance with thisConfigurer. - configureDefaultStreamableMessageSource(Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Configures which
StreamableMessageSourceto use for Tracking Event Processors if none was explicitly provided. - configureDefaultStreamableMessageSource(Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- configureDefaultSubscribableMessageSource(Function<Configuration, SubscribableMessageSource<EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Configures which
SubscribableMessageSourceto use for Subscribing Event Processors if none was explicitly provided. - configureDefaultSubscribableMessageSource(Function<Configuration, SubscribableMessageSource<EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- configureEmbeddedEventStore(Function<Configuration, EventStorageEngine>) - Method in interface org.axonframework.config.Configurer
-
Configures an Embedded Event Store which uses the given Event Storage Engine to store its events.
- configureEmbeddedEventStore(Function<Configuration, EventStorageEngine>) - Method in class org.axonframework.config.DefaultConfigurer
- configureEventBus(Function<Configuration, EventBus>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Event Bus to use in this configuration.
- configureEventHandling(EventProcessingConfigurer, ApplicationContext) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- configureEventSerializer(Function<Configuration, Serializer>) - Method in interface org.axonframework.config.Configurer
-
Configures the given event Serializer to use in this configuration.
- configureEventSerializer(Function<Configuration, Serializer>) - Method in class org.axonframework.config.DefaultConfigurer
- configureEventStore(Function<Configuration, EventStore>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Event Store to use in this configuration.
- configureEventStreamFilter(Function<Configuration, Predicate<? super DomainEventMessage<?>>>) - Method in class org.axonframework.config.AggregateConfigurer
-
Configures an event stream filter for the EventSourcingRepository for the Aggregate type under configuration.
- configureFilterEventsByType(Function<Configuration, Boolean>) - Method in class org.axonframework.config.AggregateConfigurer
-
Configures a function that determines whether or not the EventSourcingRepository for the Aggregate type under configuration should filter out events with non-matching types.
- configureLifecyclePhaseTimeout(long, TimeUnit) - Method in interface org.axonframework.config.Configurer
-
Configures the timeout of each lifecycle phase.
- configureLifecyclePhaseTimeout(long, TimeUnit) - Method in class org.axonframework.config.DefaultConfigurer
- configureLockFactory(Function<Configuration, LockFactory>) - Method in class org.axonframework.config.AggregateConfigurer
-
Defines the
LockFactoryto use in theRepositoryfor the aggregate under configuration. - configureMessageMonitor(Class<?>, String, Function<Configuration, MessageMonitor<Message<?>>>) - Method in interface org.axonframework.config.Configurer
-
Configures the builder function to create the Message Monitor for the Message processing components in this configuration that match the given class and name.
- configureMessageMonitor(Class<?>, String, MessageMonitorFactory) - Method in interface org.axonframework.config.Configurer
-
Configures the factory create the Message Monitor for those Message processing components in this configuration that match the given class and name.
- configureMessageMonitor(Class<?>, String, MessageMonitorFactory) - Method in class org.axonframework.config.DefaultConfigurer
- configureMessageMonitor(Class<?>, Function<Configuration, MessageMonitor<Message<?>>>) - Method in interface org.axonframework.config.Configurer
-
Configures the builder function to create the Message Monitor for the Message processing components in this configuration that match the given componentType, unless more specific configuration based on both type and name is available.
- configureMessageMonitor(Class<?>, MessageMonitorFactory) - Method in interface org.axonframework.config.Configurer
-
Configures the factory to create the Message Monitor for the Message processing components in this configuration that match the given componentType, unless more specific configuration based on both type and name is available.
- configureMessageMonitor(Class<?>, MessageMonitorFactory) - Method in class org.axonframework.config.DefaultConfigurer
- configureMessageMonitor(Function<Configuration, BiFunction<Class<?>, String, MessageMonitor<Message<?>>>>) - Method in interface org.axonframework.config.Configurer
-
Configures the Message Monitor to use for the Message processing components in this configuration, unless more specific configuration based on the component's type, or type and name is available.
- configureMessageMonitor(Function<Configuration, BiFunction<Class<?>, String, MessageMonitor<Message<?>>>>) - Method in class org.axonframework.config.DefaultConfigurer
- configureMessageSerializer(Function<Configuration, Serializer>) - Method in interface org.axonframework.config.Configurer
-
Configures the given event Serializer to use in this configuration.
- configureMessageSerializer(Function<Configuration, Serializer>) - Method in class org.axonframework.config.DefaultConfigurer
- configureModule(Configurer) - Method in class org.axonframework.axonserver.connector.ServerConnectorConfigurerModule
- configureModule(Configurer) - Method in interface org.axonframework.config.ConfigurerModule
-
Configure this module to the given global
Configurer. - configureModule(Configurer) - Method in class org.axonframework.config.UpdateCheckerConfigurerModule
- configureModule(Configurer) - Method in class org.axonframework.metrics.MetricsConfigurerModule
- configureModule(Configurer) - Method in class org.axonframework.micrometer.MetricsConfigurerModule
- configureModule(Configurer) - Method in class org.axonframework.spring.config.MessageHandlerConfigurer
- configureModule(Configurer) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
- configureModule(Configurer) - Method in class org.axonframework.spring.config.SpringSagaConfigurer
- configureModule(Configurer) - Method in class org.axonframework.springboot.util.DeadLetterQueueProviderConfigurerModule
- configureQueryBus(Function<Configuration, QueryBus>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Query Bus to use in this configuration.
- configureQueryUpdateEmitter(Function<Configuration, QueryUpdateEmitter>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Query Update Emitter to use in this configuration.
- Configurer - Interface in org.axonframework.config
-
Entry point of the Axon Configuration API.
- configureRepository(Function<Configuration, Repository<A>>) - Method in class org.axonframework.config.AggregateConfigurer
-
Defines the repository to use to load and store Aggregates of this type.
- configureRepository(Function<Configuration, SagaRepository<T>>) - Method in class org.axonframework.config.SagaConfigurer
-
Configures a
SagaRepositoryfor this Saga. - configureResourceInjector(Function<Configuration, ResourceInjector>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Resource Injector to use for Sagas in this configuration.
- ConfigurerFactoryBean - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
SpringConfigurer, which itself is aConfigurerimplementation. - ConfigurerFactoryBean(Configurer) - Constructor for class org.axonframework.spring.config.ConfigurerFactoryBean
-
Deprecated.Initialize the factory bean, using the given
configurerto make available in the Application Context, once configured by the ConfigurerModules in that context. - ConfigurerModule - Interface in org.axonframework.config
-
Interface describing a configurer for a module in the Axon Configuration API.
- configurerModuleForTracing(List<SpanAttributesProvider>) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- configureSagaManager(Function<Configuration, AbstractSagaManager<T>>) - Method in class org.axonframework.config.SagaConfigurer
-
Configures a Saga Manager for this Saga.
- configureSagaStore(Function<Configuration, SagaStore<? super T>>) - Method in class org.axonframework.config.SagaConfigurer
-
Configures a
SagaStorefor this Saga. - configureSerializer(Function<Configuration, Serializer>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Serializer to use in this configuration.
- configureSnapshotFilter(Function<Configuration, SnapshotFilter>) - Method in class org.axonframework.config.AggregateConfigurer
-
Configure a
SnapshotFilterfor the Aggregate type under configuration. - configureSnapshotter(Function<Configuration, Snapshotter>) - Method in interface org.axonframework.config.Configurer
-
Registers a
Snapshotterinstance with thisConfigurer. - configureSnapshotTrigger(Function<Configuration, SnapshotTriggerDefinition>) - Method in class org.axonframework.config.AggregateConfigurer
-
Configures snapshotting for the Aggregate type under configuration.
- configureSpanFactory(Function<Configuration, SpanFactory>) - Method in interface org.axonframework.config.Configurer
-
Registers a
SpanFactoryinstance with thisConfigurer. - configureTags(Function<Configuration, TagsConfiguration>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Tags Configuration to use in this configuration.
- configureTransactionManager(Function<Configuration, TransactionManager>) - Method in interface org.axonframework.config.Configurer
-
Configures the given Transaction Manager to use in this configuration.
- configureWeakReferenceCache() - Method in class org.axonframework.config.AggregateConfigurer
-
Configures a WeakReferenceCache to be used for the repository created for this Aggregate type.
- ConflictDescription - Interface in org.axonframework.eventsourcing.conflictresolution
-
Descries a conflict between expected and actual version of an aggregate.
- ConflictExceptionSupplier<T> - Interface in org.axonframework.eventsourcing.conflictresolution
-
Interface describing a factory for exceptions that indicate an unresolved conflict in an aggregate instance.
- ConflictingAggregateVersionException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that the (actual) version of a loaded aggregate did not match the given expected version number.
- ConflictingAggregateVersionException(String, long, long) - Constructor for exception class org.axonframework.modelling.command.ConflictingAggregateVersionException
-
Initializes the exception using the given
message. - ConflictingAggregateVersionException(String, long, long, Throwable) - Constructor for exception class org.axonframework.modelling.command.ConflictingAggregateVersionException
-
Initializes the exception using the given
messageandcause. - ConflictingModificationException - Exception Class in org.axonframework.modelling.command
-
Root of a hierarchy of exceptions indicating the detection of conflicting concurrent modifications.
- ConflictingModificationException(String) - Constructor for exception class org.axonframework.modelling.command.ConflictingModificationException
-
Initializes the exception using the given
message. - ConflictingModificationException(String, Throwable) - Constructor for exception class org.axonframework.modelling.command.ConflictingModificationException
-
Initializes the exception using the given
messageandcause. - ConflictResolution - Class in org.axonframework.eventsourcing.conflictresolution
-
ParameterResolverFactory that add support for the ConflictResolver parameter type in annotated handlers.
- ConflictResolution() - Constructor for class org.axonframework.eventsourcing.conflictresolution.ConflictResolution
- ConflictResolver - Interface in org.axonframework.eventsourcing.conflictresolution
-
Interface describing an object that is capable of detecting conflicts between changes to be applied to an aggregate, and unseen changes made to the aggregate.
- Conflicts - Class in org.axonframework.eventsourcing.conflictresolution
-
Utility class providing common Predicates used to detect conflicts between the actual state of an event sourced aggregate and the expected state of the aggregate.
- CONNECTION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- ConnectionDetailsConnectionManagerConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration.ConnectionDetailsConnectionManagerConfiguration
- connectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
Sets the
AxonServerConnectionManagerused to create connections between this application and an Axon Server instance. - connectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
AxonServerConnectionManagermanaging the connections to Axon Server. - ConnectionManager - Interface in org.axonframework.axonserver.connector
-
Interface describing functionality for connection managers.
- connectionProvider(DataSource) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- connectionProvider(ConnectionProvider) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
ConnectionProviderwhich provides access to a JDBC connection. - connectionProvider(ConnectionProvider) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
ConnectionProviderused to provide connections to the underlying database. - connectionProvider(ConnectionProvider) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
ConnectionProviderwhich provides access to a JDBC connection. - connectionProvider(ConnectionProvider) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
-
Sets the
ConnectionProviderwhich provides access to a JDBC connection. - ConnectionProvider - Interface in org.axonframework.common.jdbc
-
Interface towards a mechanism that provides access to a JDBC Connection.
- connections() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
- connections() - Method in interface org.axonframework.axonserver.connector.ConnectionManager
-
Return the connections this instances manages.
- ConnectionSanityChecker - Interface in org.axonframework.axonserver.connector.heartbeat
-
Deprecated.in through use of the AxonServer java connector
- ConnectionWrapperFactory - Class in org.axonframework.common.jdbc
-
Factory for creating wrappers around a Connection, allowing one to override the behavior of the
Connection.close()method. - ConnectionWrapperFactory.ConnectionCloseHandler - Interface in org.axonframework.common.jdbc
-
Interface defining an operation to close the wrapped connection
- ConnectionWrapperFactory.NoOpCloseHandler - Class in org.axonframework.common.jdbc
-
Implementation of ConnectionCloseHandler that does nothing on close or commit.
- connector(CommandBusConnector) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Sets the
CommandBusConnectorwhich performs the actual transport of the message to the destination node. - connectTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- ConsistentHash - Class in org.axonframework.commandhandling.distributed
-
Component used by command routers to find members capable of handling a given command.
- ConsistentHash() - Constructor for class org.axonframework.commandhandling.distributed.ConsistentHash
-
Initializes a new
ConsistentHash. - ConsistentHash(Function<String, String>) - Constructor for class org.axonframework.commandhandling.distributed.ConsistentHash
-
Initializes a new
ConsistentHashusing the givenhashFunctionto calculate positions for each member on the ring. - ConsistentHash.ConsistentHashMember - Class in org.axonframework.commandhandling.distributed
-
Member implementation used by a
ConsistentHashregistry. - ConsistentHashChangeListener - Interface in org.axonframework.commandhandling.distributed
-
Represents a listener that is notified when a ConsistentHash instance of the component it is registered with has changed.
- constructFor(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
Constructs an
AxonServerEventStoreconnected to the givencontext. - constructFor(String, AxonServerEventStoreFactory.AxonServerEventStoreConfiguration) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
Constructs an
AxonServerEventStoreconnected to the givencontextwith customization based on the givenconfiguration. - consume(ScopeDescriptor, DeadlineMessage<?>) - Method in interface org.axonframework.test.deadline.DeadlineConsumer
-
Consumes given
deadlineMessage. - ContainerManagedEntityManagerProvider - Class in org.axonframework.springboot.util.jpa
-
EntityManagerProvider implementation that expects the container to inject the default container managed EntityManager instance.
- ContainerManagedEntityManagerProvider - Class in org.axonframework.springboot.util.legacyjpa
-
Deprecated.in favor of using
ContainerManagedEntityManagerProviderwhich moved to jakarta. - ContainerManagedEntityManagerProvider() - Constructor for class org.axonframework.springboot.util.jpa.ContainerManagedEntityManagerProvider
- ContainerManagedEntityManagerProvider() - Constructor for class org.axonframework.springboot.util.legacyjpa.ContainerManagedEntityManagerProvider
-
Deprecated.
- contains(Object) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- contains(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- contains(Object) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- contains(Object) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- contains(Object) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Check whether there's a sequence of
dead lettersfor the givensequenceIdentifier. - contains(String) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- contains(String) - Method in interface org.axonframework.messaging.HandlerAttributes
-
Validates whether the given
attributeKeyis present in this object. - contains(String) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- contains(AssociationValue) - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Indicates whether this instance contains the given
associationValue. - contains(AssociationValue) - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- containsKey(Object) - Method in interface org.axonframework.common.caching.Cache
-
Indicates whether there is an item stored under given
key. - containsKey(Object) - Method in class org.axonframework.common.caching.EhCache3Adapter
- containsKey(Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- containsKey(Object) - Method in class org.axonframework.common.caching.JCacheAdapter
- containsKey(Object) - Method in class org.axonframework.common.caching.NoCache
- containsKey(Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
- containsKey(Object) - Method in class org.axonframework.messaging.MetaData
- containsStatement(Connection, String, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.contains(Object)operation. - containsStatement(Connection, String, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- containsValue(Object) - Method in class org.axonframework.messaging.MetaData
- contentType(Class<?>) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
contentTypeto which aTrackingTokenshould be serialized. - ContentTypeConverter<S,
T> - Interface in org.axonframework.serialization -
Interface describing a mechanism that converts the data type of IntermediateRepresentations of SerializedObjects for Upcasters.
- context - Variable in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
- context() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the
contextfor which aTopologyChangeoccurred. - context() - Method in class org.axonframework.eventhandling.ReplayToken
-
Returns the context that was provided when the token was reset.
- context(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- ContextAddingInterceptor - Class in org.axonframework.axonserver.connector.util
-
Deprecated.in through use of the AxonServer java connector
- ContextAddingInterceptor(String) - Constructor for class org.axonframework.axonserver.connector.util.ContextAddingInterceptor
-
Deprecated.Constructs a
ContextAddingInterceptorto attach the givencontext. - ContextAwareConflictExceptionSupplier<T> - Interface in org.axonframework.eventsourcing.conflictresolution
-
ConflictExceptionSupplier that is provided with more details of a version conflict.
- ContextAwareEventMultiUpcaster<C> - Class in org.axonframework.serialization.upcasting.event
-
Abstract implementation of a
SingleEntryMultiUpcasterand anEventUpcasterthat eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations. - ContextAwareEventMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.ContextAwareEventMultiUpcaster
- ContextAwareSingleEntryMultiUpcaster<T,
C> - Class in org.axonframework.serialization.upcasting -
Abstract implementation of an
Upcasterthat eases the common process of upcasting one intermediate representation to several other representations by applying a simple flat mapping function to the input stream of intermediate representations. - ContextAwareSingleEntryMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
- ContextAwareSingleEntryUpcaster<T,
C> - Class in org.axonframework.serialization.upcasting -
Abstract implementation of an
Upcasterthat eases the common process of upcasting one intermediate representation to another representation by applying a simple mapping function to the input stream of intermediate representations. - ContextAwareSingleEntryUpcaster() - Constructor for class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
- ContextAwareSingleEventUpcaster<C> - Class in org.axonframework.serialization.upcasting.event
-
Abstract implementation of an event
Upcasterthat eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations. - ContextAwareSingleEventUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.ContextAwareSingleEventUpcaster
- contextPropagators(TextMapPropagator) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Sets the propagator to be used.
- ContinuedGivenState - Interface in org.axonframework.test.saga
-
Interface describing methods that can be executed after the first "given" state has been supplied.
- convert(byte[]) - Method in class org.axonframework.serialization.avro.ByteArrayToGenericRecordConverter
- convert(byte[]) - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
- convert(byte[]) - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
- convert(byte[]) - Method in class org.axonframework.serialization.jackson3.ByteArrayToJsonNodeConverter
- convert(byte[]) - Method in class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
- convert(JsonNode) - Method in class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
- convert(JsonNode) - Method in class org.axonframework.serialization.json.JsonNodeToObjectNodeConverter
- convert(ObjectNode) - Method in class org.axonframework.serialization.json.ObjectNodeToJsonNodeConverter
- convert(ErrorMessage) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Converts the
errorMessageto the relevant AxonException - convert(ErrorMessage, Supplier<Object>) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Converts the
errorMessageto the relevant AxonException - convert(InputStream) - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
- convert(InputStream) - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
- convert(InputStream) - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
- convert(Object) - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
- convert(Object) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Converts the given
responseof typeObjectinto the typeListwith generic typeRfrom thisResponseTypeinstance. - convert(Object) - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
- convert(Object) - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
- convert(Object) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
- convert(Object, Class<?>, Class<T>) - Method in class org.axonframework.serialization.ChainingConverter
- convert(Object, Class<?>, Class<T>) - Method in interface org.axonframework.serialization.Converter
-
Converts the given object into another using the source type to find the conversion path.
- convert(Object, Class<T>) - Method in interface org.axonframework.serialization.Converter
-
Converts the given object into another.
- convert(String) - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
- convert(String, Throwable) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Converts the
sourceand thethrowableto the relevant AxonException - convert(Throwable) - Method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Converts the
throwableto the relevant AxonException - convert(Blob) - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
- convert(Map<String, MetaDataValue>) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Convert the given
MapofMetaDataValues to a Map containing the Java representations of each of those values. - convert(Set<ConstraintViolation<Object>>) - Static method in exception class org.axonframework.messaging.interceptors.JSR303ViolationException
-
Convert the violations to a human readable format, sorted by class and property e.g.:
- convert(Set<ConstraintViolation<Object>>) - Static method in exception class org.axonframework.messaging.interceptors.legacyvalidation.JSR303ViolationException
-
Deprecated.Convert the violations to a human readable format, sorted by class and property e.g.:
- convert(M, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
Converts an
EventMessageimplementation to aDeadLetterEventEntry. - convert(M, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.Converts an
EventMessageimplementation to aDeadLetterEventEntry. - convert(Document) - Method in class org.axonframework.serialization.xml.XomToStringConverter
- convert(GenericRecord) - Method in class org.axonframework.serialization.avro.GenericRecordToByteArrayConverter
- convert(DeadLetterEventEntry, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
Converts a
DeadLetterEventEntryto aEventMessageimplementation. - convert(DeadLetterEventEntry, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
- convert(DeadLetterEventEntry, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.Converts a
DeadLetterEventEntryto aEventMessageimplementation. - convert(DeadLetterEventEntry, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- convert(EventMessage<?>) - Method in class org.axonframework.spring.messaging.ApplicationContextEventPublisher
-
Converts the given Axon
eventMessageto a Spring ApplicationEvent. - convert(EventMessage<?>, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
- convert(EventMessage<?>, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- convert(SerializedObject<?>, Class<T>) - Method in interface org.axonframework.serialization.Converter
-
Converts the data format of the given
originalIntermediateRepresentation to the target data type. - convert(Document) - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
- convert(S) - Method in class org.axonframework.serialization.ChainedConverter
- convert(S) - Method in interface org.axonframework.serialization.ContentTypeConverter
-
Converts the given object into another.
- convert(S, Class<S>, Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Convert the given
source, of typesourceTypeto the giventargetType. - convert(JsonNode) - Method in class org.axonframework.serialization.jackson3.JsonNodeToByteArrayConverter
- convert(JsonNode) - Method in class org.axonframework.serialization.jackson3.JsonNodeToObjectNodeConverter
- convert(ObjectNode) - Method in class org.axonframework.serialization.jackson3.ObjectNodeToJsonNodeConverter
- converter(DeadLetterJdbcConverter<E, ? extends JdbcDeadLetter<E>>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
- converter(Converter) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Sets the
Converterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. - converter(Converter) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets the
Converterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. - converter(Converter) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Sets the
Converterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. - converter(Converter) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Sets the
Converterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. - converter(Converter) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- Converter - Interface in org.axonframework.serialization
-
Interface describing a mechanism that can convert data from one to another type.
- convertExceptional(Throwable) - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
- convertExceptional(Throwable) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
- convertFromInboundMessage(Message<T>) - Method in class org.axonframework.spring.messaging.DefaultEventMessageConverter
- convertFromInboundMessage(Message<T>) - Method in interface org.axonframework.spring.messaging.EventMessageConverter
-
Converts a Spring inbound
messageinto an Axon event Message - convertFromMetaDataValue(MetaDataValue) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Convert the given
MetaDataValueto its Java representation. - ConvertingResponseMessage<R> - Class in org.axonframework.messaging.responsetypes
-
Implementation of a QueryResponseMessage that is aware of the requested response type and performs a just-in-time conversion to ensure the response is formatted as requested.
- ConvertingResponseMessage(ResponseType<R>, QueryResponseMessage<?>) - Constructor for class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
-
Initialize a response message, using
expectedResponseTypeto convert the payload from theresponseMessage, if necessary. - convertToLetter(ResultSet) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterJdbcConverter
-
Converts the given
resultSetin an implementation ofJdbcDeadLetter. - convertToLetter(ResultSet) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter
- convertToMetaDataValue(Object) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Convert the given
valueinto aMetaDataValue, attempting to maintain the source type as much as possible in the returnedMetaDataValue. - convertToOutboundMessage(EventMessage<T>) - Method in class org.axonframework.spring.messaging.DefaultEventMessageConverter
- convertToOutboundMessage(EventMessage<T>) - Method in interface org.axonframework.spring.messaging.EventMessageConverter
-
Converts Axon
eventinto Spring message. - coolingDownPeriod(long) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the cooling down period in milliseconds.
- coordinatorExecutor(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies the
ScheduledExecutorServiceused by the coordinator of thisPooledStreamingEventProcessor. - coordinatorExecutor(Function<String, ScheduledExecutorService>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies a builder to construct a
ScheduledExecutorServiceused by the coordinator of thisPooledStreamingEventProcessor. - correlationData() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Returns the Correlation Data attached to the current Unit of Work, or an empty
MetaDatainstance if no Unit of Work is started. - correlationDataFor(Message<?>) - Method in interface org.axonframework.messaging.correlation.CorrelationDataProvider
-
Provides a map with the entries to attach as correlation data to generated messages while processing given
message. - correlationDataFor(Message<?>) - Method in class org.axonframework.messaging.correlation.MessageOriginProvider
- correlationDataFor(Message<?>) - Method in class org.axonframework.messaging.correlation.MultiCorrelationDataProvider
- correlationDataFor(Message<?>) - Method in class org.axonframework.messaging.correlation.SimpleCorrelationDataProvider
- CorrelationDataInterceptor<T> - Class in org.axonframework.messaging.interceptors
-
Message interceptor that registers
CorrelationDataProviderswith the Unit of Work. - CorrelationDataInterceptor(Collection<CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
-
Initializes the interceptor that registers given
correlationDataProviderswith the current Unit of Work. - CorrelationDataInterceptor(CorrelationDataProvider...) - Constructor for class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
-
Initializes the interceptor that registers given
correlationDataProviderswith the current Unit of Work. - CorrelationDataProvider - Interface in org.axonframework.messaging.correlation
-
Object defining the data from a Message that should be attached as correlation data to messages generated as result of the processing of that message.
- correlationDataProviders() - Method in interface org.axonframework.config.Configuration
-
Returns the Correlation Data Providers defined in this Configuration.
- correlationDataProviders() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Provides the collection of registered Correlation Data Providers of this Unit of Work.
- correlationDataProviders() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- correlationDataProvidersConfigurer(List<CorrelationDataProvider>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- covers(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- covers(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- covers(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- covers(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Compares this token to
otherchecking each member token with its counterpart to see if they are covered in theothertoken. - covers(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
- covers(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- covers(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
-
Indicates whether this token covers the
othertoken completely. - create(Object) - Method in interface org.axonframework.modelling.command.CreationPolicyAggregateFactory
-
Instantiates the aggregate instance based on the provided identifier.
- create(Object) - Method in class org.axonframework.modelling.command.NoArgumentConstructorCreationPolicyAggregateFactory
-
Creates the aggregate instance based on the previously provided type.
- create(Configuration) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSourceDefinition
- create(Configuration) - Method in interface org.axonframework.config.SubscribableMessageSourceDefinition
-
Creates a
SubscribableMessageSourcebased on this definition and the provided configuration. - create(Configuration, Class<?>, String) - Method in interface org.axonframework.config.MessageMonitorFactory
-
Function to create a Message Monitor based on the given configuration, component type and component name.
- create(UsagePropertyProvider...) - Static method in interface org.axonframework.updates.configuration.UsagePropertyProvider
-
Creates a new instance of
UsagePropertyProviderthat combines multiple property providers. - CREATE_IF_MISSING - Enum constant in enum class org.axonframework.modelling.command.AggregateCreationPolicy
-
Create a new instance of the aggregate when it is not found.
- createAggregateRoot(String, DomainEventMessage<?>) - Method in class org.axonframework.eventsourcing.AbstractAggregateFactory
- createAggregateRoot(String, DomainEventMessage<?>) - Method in interface org.axonframework.eventsourcing.AggregateFactory
-
Instantiate the aggregate root using the given aggregate identifier and first event.
- createAggregateRoot(String, DomainEventMessage<?>) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
- createBatchSpan(boolean, List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory
- createBatchSpan(boolean, List<? extends EventMessage<?>>) - Method in interface org.axonframework.eventhandling.EventProcessorSpanFactory
-
Creates a span for the batch of events that are handled by the event processor.
- createCancelAllSpan(String) - Method in interface org.axonframework.deadline.DeadlineManagerSpanFactory
-
Creates a span that represents the cancellation of all deadlines with a certain name.
- createCancelAllSpan(String) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
- createCancelAllWithinScopeSpan(String, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManagerSpanFactory
-
Creates a span that represents the cancellation of all deadlines with a certain name within a certain scope.
- createCancelAllWithinScopeSpan(String, ScopeDescriptor) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
- createCancelScheduleSpan(String, String) - Method in interface org.axonframework.deadline.DeadlineManagerSpanFactory
-
Creates a span that represents the cancellation of a specific deadline.
- createCancelScheduleSpan(String, String) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
- createChildDefinition(Member, EntityModel<T>) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
- createChildDefinition(Member, EntityModel<T>) - Method in interface org.axonframework.modelling.command.inspection.ChildEntityDefinition
-
Inspect the given
member, which is declared on the givendeclaringEntityfor the presence of a Child Entity. - createChildHandlerSpan(Supplier<String>, Message<?>, Message<?>...) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Spanwhich is part of the current trace. - createCommitEventsSpan() - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory
- createCommitEventsSpan() - Method in interface org.axonframework.eventhandling.EventBusSpanFactory
-
Creates a span for the committing of events.
- createCreateSagaInstanceSpan(EventMessage<?>, Class<?>, String) - Method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory
- createCreateSagaInstanceSpan(EventMessage<?>, Class<?>, String) - Method in interface org.axonframework.modelling.saga.SagaManagerSpanFactory
-
Creates a span that represents the creation of a new saga instance.
- createCreateSnapshotSpan(String, String) - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory
- createCreateSnapshotSpan(String, String) - Method in interface org.axonframework.eventsourcing.SnapshotterSpanFactory
-
Creates a new
Spanthat represents the actual creation of a snapshot. - createDispatchCommandSpan(CommandMessage<?>, boolean) - Method in interface org.axonframework.commandhandling.CommandBusSpanFactory
-
Creates a span for the dispatching of a command.
- createDispatchCommandSpan(CommandMessage<?>, boolean) - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory
- createDispatchSpan(Supplier<String>, Message<?>, Message<?>...) - Method in class org.axonframework.tracing.LoggingSpanFactory
- createDispatchSpan(Supplier<String>, Message<?>, Message<?>...) - Method in class org.axonframework.tracing.MultiSpanFactory
- createDispatchSpan(Supplier<String>, Message<?>, Message<?>...) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createDispatchSpan(Supplier<String>, Message<?>, Message<?>...) - Method in class org.axonframework.tracing.NoOpSpanFactory
- createDispatchSpan(Supplier<String>, Message<?>, Message<?>...) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- createDispatchSpan(Supplier<String>, Message<?>, Message<?>...) - Method in interface org.axonframework.tracing.SpanFactory
- createDomainEventTable(Connection, EventSchema) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
- createDomainEventTable(Connection, EventSchema) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.EventTableFactory
-
Creates a PreparedStatement that allows for the creation of the table to store Event entries.
- createDomainEventTable(Connection, EventSchema) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.Oracle11EventTableFactory
- createEventEntity(EventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Returns a Jpa event entity for given
eventMessage. - createEventEntity(EventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Returns a Jpa event entity for given
eventMessage. - createExceptionFailedToDeserialize(Class<?>, Schema, Schema, Exception, boolean) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Creates a serialization exception for reader type.
- createExceptionFailedToDeserialize(Class<?>, Schema, Schema, String, boolean) - Static method in class org.axonframework.serialization.avro.AvroUtil
- createExceptionNoSchemaFound(Class<?>, long) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Creates exception if the schema for a given fingerprint could not be found.
- createExecuteSpan(String, String, DeadlineMessage<?>) - Method in interface org.axonframework.deadline.DeadlineManagerSpanFactory
-
Creates a span that represents the execution of a deadline.
- createExecuteSpan(String, String, DeadlineMessage<?>) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
- createGateway(Class<T>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Creates a gateway instance for the given
gatewayInterface. - createHandleCommandSpan(CommandMessage<?>, boolean) - Method in interface org.axonframework.commandhandling.CommandBusSpanFactory
-
Creates a span for the handling of a command.
- createHandleCommandSpan(CommandMessage<?>, boolean) - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory
- createHandler(Class<T>, Executable, ParameterResolverFactory) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMemberDefinition
- createHandler(Class<T>, Executable, ParameterResolverFactory) - Method in interface org.axonframework.messaging.annotation.HandlerDefinition
-
Create a
MessageHandlingMemberfor the givenexecutablemethod. - createHandler(Class<T>, Executable, ParameterResolverFactory) - Method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
- createHandlerSpan(Supplier<String>, Message<?>, boolean, Message<?>...) - Method in class org.axonframework.tracing.LoggingSpanFactory
- createHandlerSpan(Supplier<String>, Message<?>, boolean, Message<?>...) - Method in class org.axonframework.tracing.MultiSpanFactory
- createHandlerSpan(Supplier<String>, Message<?>, boolean, Message<?>...) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createHandlerSpan(Supplier<String>, Message<?>, boolean, Message<?>...) - Method in class org.axonframework.tracing.NoOpSpanFactory
- createHandlerSpan(Supplier<String>, Message<?>, boolean, Message<?>...) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- createHandlerSpan(Supplier<String>, Message<?>, boolean, Message<?>...) - Method in interface org.axonframework.tracing.SpanFactory
- createHeadToken() - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
- createHeadToken() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- createHeadToken() - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Creates a token that is at the head of an event stream - that tracks all new events.
- createHeadToken() - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- createHeadToken() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- createHeadToken() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- createHeadToken() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- createHeadToken() - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- createHeadToken() - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- createHeadToken() - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates the token at the end of an event stream.
- createHeadToken(Connection) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.createHeadToken(). - createHeadToken(Connection, EventSchema) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.createHeadToken(). - createHeadToken(CreateHeadTokenStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.createHeadToken(Connection). - CreateHeadTokenStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.createHeadToken() - createInitializeStateSpan(String, String) - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory
- createInitializeStateSpan(String, String) - Method in interface org.axonframework.modelling.command.RepositorySpanFactory
-
Creates a span that represents the time it took to hydrate the aggregate with data from, for example, the event store.
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.config.ConfigurationParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.eventhandling.replay.ReplayContextParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.eventhandling.replay.ReplayParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.eventhandling.TrackingTokenParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.eventsourcing.conflictresolution.ConflictResolution
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.AbstractAnnotatedParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.DefaultParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in interface org.axonframework.messaging.annotation.ParameterResolverFactory
-
If available, creates a ParameterResolver instance that can provide a parameter of type
parameterTypefor a given message. - createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.ScopeDescriptorParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.annotation.SimpleResourceParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.messaging.deadletter.DeadLetterParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.spring.config.annotation.SpringBeanDependencyResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.test.FixtureResourceParameterResolverFactory
- createInstance(String, Supplier<T>) - Method in class org.axonframework.modelling.saga.repository.LockingSagaRepository
-
Creates a new Saga instance.
- createInstance(String, Supplier<T>) - Method in interface org.axonframework.modelling.saga.SagaRepository
-
Creates a new Saga instance.
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.LoggingSpanFactory
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.MultiSpanFactory
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.NoOpSpanFactory
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- createInternalSpan(Supplier<String>) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Spanlinked to the currently active span. - createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.LoggingSpanFactory
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.MultiSpanFactory
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.NoOpSpanFactory
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- createInternalSpan(Supplier<String>, Message<?>) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Spanlinked to the currently active span. - createInvokeSagaSpan(EventMessage<?>, Class<?>, Saga<?>) - Method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory
- createInvokeSagaSpan(EventMessage<?>, Class<?>, Saga<?>) - Method in interface org.axonframework.modelling.saga.SagaManagerSpanFactory
-
Creates a span that represents the invocation of a saga.
- createLinkedHandlerSpan(Supplier<String>, Message<?>, Message<?>...) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Spanwhich becomes its own separate trace, linked to the previous span. - createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
-
Creates an adapter for the given
cacheEntryListener. - createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.EhCache3Adapter
- createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- createListenerAdapter(Cache.EntryListener) - Method in class org.axonframework.common.caching.JCacheAdapter
- createLoadSpan(String) - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory
- createLoadSpan(String) - Method in interface org.axonframework.modelling.command.RepositorySpanFactory
-
Creates a span that represents the loading of an aggregate with the provided identifier.
- createMessage(P, MetaData) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- createModel(Class<? extends T>) - Method in interface org.axonframework.modelling.command.inspection.AggregateMetaModelFactory
-
Create an Aggregate meta model for the given
aggregateType. - createModel(Class<? extends T>, Set<Class<? extends T>>) - Method in interface org.axonframework.modelling.command.inspection.AggregateMetaModelFactory
-
Create an Aggregate meta model for the given
aggregateTypeand providedsubtypes. - createModel(Class<? extends T>, Set<Class<? extends T>>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
- createNew(Class<T>, Callable<T>) - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Creates a new aggregate instance.
- createNullStatement(Connection) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
-
Creates a prepared statement that acts as a null object.
- createObtainLockSpan(String) - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory
- createObtainLockSpan(String) - Method in interface org.axonframework.modelling.command.RepositorySpanFactory
-
Creates a span that represents the time waiting to acquire a lock on an aggregate with the provided identifier.
- createProcessEventSpan(boolean, EventMessage<?>) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory
- createProcessEventSpan(boolean, EventMessage<?>) - Method in interface org.axonframework.eventhandling.EventProcessorSpanFactory
-
Creates a span for the handling of an event.
- createPublishEventSpan(EventMessage<?>) - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory
- createPublishEventSpan(EventMessage<?>) - Method in interface org.axonframework.eventhandling.EventBusSpanFactory
-
Creates a span for the publishing of an event.
- createQueryProcessingSpan(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createQueryProcessingSpan(QueryMessage<?, ?>) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for processing a query.
- createQuerySpan(QueryMessage<?, ?>, boolean) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createQuerySpan(QueryMessage<?, ?>, boolean) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for a query.
- createReader(File) - Method in class org.axonframework.serialization.xml.CompactDriver
- createReader(InputStream) - Method in class org.axonframework.serialization.xml.CompactDriver
- createReader(Reader) - Method in class org.axonframework.serialization.xml.CompactDriver
- createReader(URL) - Method in class org.axonframework.serialization.xml.CompactDriver
- createReplayToken(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Creates a new TrackingToken that represents the tail of the stream.
- createReplayToken(TrackingToken, TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Creates a new TrackingToken that represents the given
startPositionof a stream. - createReplayToken(TrackingToken, TrackingToken, Object) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Creates a new TrackingToken that represents the given
startPositionof a stream. - createRepository(EventStore, AggregateFactory<T>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate that is created by the given
eventStoreandaggregateFactory. - createRepository(EventStore, AggregateFactory<T>, SnapshotTriggerDefinition) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate, source from given
eventStore, that is created by the givenaggregateFactory. - createRepository(EventStore, AggregateFactory<T>, SnapshotTriggerDefinition, ParameterResolverFactory) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
-
Create a repository instance for an aggregate created by the given
aggregateFactory. - createRepository(EventStore, AggregateFactory<T>, SnapshotTriggerDefinition, ParameterResolverFactory) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate, sourced from given
eventStore, that is created by the givenaggregateFactory. - createRepository(EventStore, AggregateFactory<T>, SnapshotTriggerDefinition, ParameterResolverFactory, HandlerDefinition, RepositoryProvider) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate, sourced from given
eventStore, that is created by the givenaggregateFactory. - createRepository(EventStore, AggregateFactory<T>, SnapshotTriggerDefinition, RepositoryProvider) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate, source from given
eventStore, that is created by the givenaggregateFactory. - createRepository(EventStore, AggregateFactory<T>, ParameterResolverFactory) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate that is created by the given
aggregateFactoryand sourced from giveneventStore. - createRepository(EventStore, AggregateFactory<T>, ParameterResolverFactory, HandlerDefinition, RepositoryProvider) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate that is created by the given
aggregateFactoryand sourced from giveneventStore. - createRepository(EventStore, AggregateFactory<T>, RepositoryProvider) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Creates a repository instance for an Event Sourced aggregate that is created by the given
eventStoreandaggregateFactory. - createRepository(EventStore, RepositoryProvider, AggregateFactory<T>, SnapshotTriggerDefinition, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
-
Create a repository instance for an aggregate created by the given
aggregateFactory. - createResponseProcessingSpan(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createResponseProcessingSpan(QueryMessage<?, ?>) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for processing a response.
- createRootTrace(Supplier<String>) - Method in class org.axonframework.tracing.LoggingSpanFactory
- createRootTrace(Supplier<String>) - Method in class org.axonframework.tracing.MultiSpanFactory
- createRootTrace(Supplier<String>) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createRootTrace(Supplier<String>) - Method in class org.axonframework.tracing.NoOpSpanFactory
- createRootTrace(Supplier<String>) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- createRootTrace(Supplier<String>) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Spanwithout any parent trace. - createSagaEntry(Object, String, Serializer) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Intended for clients to override.
- createSagaEntry(Object, String, Serializer) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Intended for clients to override.
- createSagaIdentifier(Segment) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
-
Creates a Saga identifier that will cause a Saga instance to be considered part of the given
segment. - createScatterGatherHandlerSpan(QueryMessage<?, ?>, int) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createScatterGatherHandlerSpan(QueryMessage<?, ?>, int) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for one of the handlers of a scatter-gather query.
- createScatterGatherSpan(QueryMessage<?, ?>, boolean) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createScatterGatherSpan(QueryMessage<?, ?>, boolean) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for a scatter-gather query.
- createScheduleSnapshotSpan(String, String) - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory
- createScheduleSnapshotSpan(String, String) - Method in interface org.axonframework.eventsourcing.SnapshotterSpanFactory
-
Creates a new
Spanthat represents the scheduling of snapshot creation to the snapshotter's executor. - createScheduleSpan(String, String, DeadlineMessage<?>) - Method in interface org.axonframework.deadline.DeadlineManagerSpanFactory
-
Creates a span that represents the scheduling of a deadline.
- createScheduleSpan(String, String, DeadlineMessage<?>) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
- createSchema() - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
-
Creates the SQL Schema required to store Sagas and their associations.
- createSchema(DeadLetterTableFactory) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
-
Performs the DDL queries to create the schema necessary for this
SequencedDeadLetterQueueimplementation. - createSchema(TokenTableFactory) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Performs the DDL queries to create the schema necessary for this token store implementation.
- createSchema(EventTableFactory) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Performs the DDL queries to create the schema necessary for this storage engine implementation.
- createSnapshot(Class<?>, String, DomainEventStream) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter
-
Creates a snapshot event for an aggregate of which passed events are available in the given
eventStream. - createSnapshot(Class<?>, String, DomainEventStream) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter
- createSnapshotEntity(DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Returns a Jpa snapshot entity for given
snapshotof an aggregate. - createSnapshotEntity(DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Returns a Jpa snapshot entity for given
snapshotof an aggregate. - createSnapshotEventTable(Connection, EventSchema) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
- createSnapshotEventTable(Connection, EventSchema) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.EventTableFactory
-
Creates a PreparedStatement that allows for the creation of the table to store Snapshots.
- createSnapshotEventTable(Connection, EventSchema) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.Oracle11EventTableFactory
- createSnapshotterTask(Class<?>, String) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter
-
Creates an instance of a task that contains the actual snapshot creation logic.
- createSortedSetOf(Collection<Long>, long) - Static method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Construct a
SortedSetof the givengapsto be set in this Tracking Token. - createStreamableMessageSourceForContext(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
-
Creates a
StreamableMessageSourcethat streams events from the givencontext, rather than the default context the application was configured to connect to. - createStreamingQuerySpan(QueryMessage<?, ?>, boolean) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createStreamingQuerySpan(QueryMessage<?, ?>, boolean) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for a streaming query.
- createSubscriptionQueryProcessUpdateSpan(SubscriptionQueryUpdateMessage<?>, SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createSubscriptionQueryProcessUpdateSpan(SubscriptionQueryUpdateMessage<?>, SubscriptionQueryMessage<?, ?, ?>) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for processing a subscription query update that has been received from the server.
- createSubscriptionQuerySpan(SubscriptionQueryMessage<?, ?, ?>, boolean) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- createSubscriptionQuerySpan(SubscriptionQueryMessage<?, ?, ?>, boolean) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Creates a span for a subscription query.
- createTable(Connection, TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
- createTable(Connection, TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.Oracle11TokenTableFactory
- createTable(Connection, TokenSchema) - Method in interface org.axonframework.eventhandling.tokenstore.jdbc.TokenTableFactory
-
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries.
- createTableSql(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
Constructs the SQL to create a dead-letter table, using the given
schemato deduce the table and column names. - createTableStatement(Connection, DeadLetterSchema) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterTableFactory
-
Creates a
Statementto use for construction of aDeadLetterentry table and its indices. - createTableStatement(Connection, DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
- createTailToken() - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
- createTailToken() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- createTailToken() - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Creates a token that is at the tail of an event stream - that tracks events from the beginning of time.
- createTailToken() - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- createTailToken() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- createTailToken() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- createTailToken() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- createTailToken() - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- createTailToken() - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- createTailToken() - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates the token at the beginning of an event stream.
- createTailToken(Connection) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.createTailToken(). - createTailToken(Connection, EventSchema) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.createTailToken(). - createTailToken(CreateTailTokenStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.createTailToken(Connection). - CreateTailTokenStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.createTailToken() - createTokenAt(Connection, Instant) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.createTokenAt(Instant). - createTokenAt(Connection, EventSchema, Instant) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Build the PreparedStatement to be used on
JdbcEventStorageEngine.createTokenAt(Instant). - createTokenAt(Instant) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
- createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- createTokenAt(Instant) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Creates a token that tracks all events after given
dateTime. - createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- createTokenAt(Instant) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- createTokenAt(Instant) - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates a token that tracks all events after given
dateTime. - createTokenAt(CreateTokenAtStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.createTokenAt. - CreateTokenAtStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.createTokenAt(Instant) - createTokenSince(Duration) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
- createTokenSince(Duration) - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates a token that tracks all events since the last
duration. - createUpdateEmitSpan(SubscriptionQueryUpdateMessage<?>) - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory
- createUpdateEmitSpan(SubscriptionQueryUpdateMessage<?>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitterSpanFactory
-
Creates a span for the actual emit of a query update when the UnitOfWork commits (or immediately if no UnitOfWork is active).
- createUpdateScheduleEmitSpan(SubscriptionQueryUpdateMessage<?>) - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory
- createUpdateScheduleEmitSpan(SubscriptionQueryUpdateMessage<?>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitterSpanFactory
-
Creates a span for the scheduling of emitting a query update.
- createWriter(OutputStream) - Method in class org.axonframework.serialization.xml.CompactDriver
- createWriter(Writer) - Method in class org.axonframework.serialization.xml.CompactDriver
- creationPolicy() - Method in interface org.axonframework.modelling.command.inspection.CreationPolicyMember
-
Returns the creation policy set on the
MessageHandlingMember. - CreationPolicy - Annotation Interface in org.axonframework.modelling.command
-
Annotation used to specify the creation policy for a command handler.
- creationPolicyAggregateFactory() - Method in class org.axonframework.config.AggregateConfigurer
-
Returns the
CreationPolicyAggregateFactorydefined in this configuration. - creationPolicyAggregateFactory(CreationPolicyAggregateFactory<T>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
CreationPolicyAggregateFactory<T>for generic typeT. - CreationPolicyAggregateFactory<A> - Interface in org.axonframework.modelling.command
-
Interface to describe a way to create Aggregate instances based on an identifier when an instance has to be created in order to be used in Command handlers annotated with
CreationPolicy. - CreationPolicyMember<T> - Interface in org.axonframework.modelling.command.inspection
-
Interface specifying a message handler containing a creation policy definition.
- CRITICAL - Enum constant in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
The vulnerability has a critical severity.
- currentDateTime() - Method in class org.axonframework.test.deadline.DeadlineManagerValidator
-
The current date time as stated by the configured
StubDeadlineManager. - currentInterceptorChain() - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
-
Returns the current interceptor chain registered for injection as a parameter.
- currentTime() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- currentTime() - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Returns the time as "known" by the fixture.
- currentTime() - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Returns the time as "known" by the fixture.
- currentTime() - Method in class org.axonframework.test.saga.SagaTestFixture
- CurrentUnitOfWork - Class in org.axonframework.messaging.unitofwork
-
Default entry point to gain access to the current UnitOfWork.
- CurrentUnitOfWorkParameterResolverFactory - Class in org.axonframework.commandhandling
-
ParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers.
- CurrentUnitOfWorkParameterResolverFactory() - Constructor for class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
D
- DATAFILE_READ_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- DATAFILE_WRITE_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- dataSource(DataSource) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the
PersistenceExceptionResolveras aSQLErrorCodesResolver, using the providedDataSourceto resolve the error codes. - dataSource(DataSource) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the
PersistenceExceptionResolveras aSQLErrorCodesResolver, using the providedDataSourceto resolve the error codes. - dataSource(DataSource) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
-
Sets the
ConnectionProviderby providing aDataSource. - DataSourceConnectionProvider - Class in org.axonframework.common.jdbc
-
ConnectionProvider implementation that obtains a connection from a given DataSource.
- DataSourceConnectionProvider(DataSource) - Constructor for class org.axonframework.common.jdbc.DataSourceConnectionProvider
-
Initialize the Connection Provider, using given
dataSourceto obtain new connections. - dataType(Class<?>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
dataTypespecifying the serialized type of the Event Message's payload and Meta Data. - DateTimeUtils - Class in org.axonframework.common
-
Some utility methods regarding Date and Time.
- DbSchedulerBinaryDeadlineDetails - Class in org.axonframework.deadline.dbscheduler
-
Pojo that contains the needed information for a
Taskhandling a deadline, will be serialized and deserialized using the configuredSerializeron theScheduler. - DbSchedulerBinaryDeadlineDetails(String, byte[], String, byte[], String, String, byte[]) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Creates a new
DbSchedulerBinaryDeadlineDetailsobject, likely based on aDeadlineMessage. - DbSchedulerBinaryEventData - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
Pojo for the data needed by the db-scheduler Scheduler.
- DbSchedulerBinaryEventData(byte[], String, String, byte[]) - Constructor for class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Crates a new
DbSchedulerHumanReadableEventDatawith all the fields set. - dbSchedulerDeadlineDetailsTask(ApplicationContext) - Method in class org.axonframework.springboot.autoconfig.AxonDbSchedulerAutoConfiguration
- DbSchedulerDeadlineManager - Class in org.axonframework.deadline.dbscheduler
-
Implementation of
DeadlineManagerthat delegates scheduling and triggering to a db schedulerScheduler. - DbSchedulerDeadlineManager(DbSchedulerDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
Instantiate a
DbSchedulerDeadlineManagerbased on the fields contained in theDbSchedulerDeadlineManager.Builder. - DbSchedulerDeadlineManager.Builder - Class in org.axonframework.deadline.dbscheduler
-
Builder class to instantiate a
DbSchedulerDeadlineManager. - DbSchedulerDeadlineManagerSupplier - Class in org.axonframework.deadline.dbscheduler
-
Default supplier for an
DbSchedulerDeadlineManager. - DbSchedulerDeadlineManagerSupplier() - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManagerSupplier
- DbSchedulerDeadlineToken - Class in org.axonframework.deadline.dbscheduler
-
TaskInstanceId implementation representing a scheduled Deadline task.
- DbSchedulerDeadlineToken(String) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineToken
-
Initialize a token for the given
id. - dbSchedulerEventDataTask(ApplicationContext) - Method in class org.axonframework.springboot.autoconfig.AxonDbSchedulerAutoConfiguration
- DbSchedulerEventScheduler - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
EventScheduler implementation that delegates scheduling and triggering to a db-scheduler Scheduler.
- DbSchedulerEventScheduler(DbSchedulerEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
-
Instantiate a
DbSchedulerEventSchedulerbased on the fields contained in theDbSchedulerEventScheduler.Builder. - DbSchedulerEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
Builder class to instantiate a
DbSchedulerEventScheduler. - DbSchedulerEventSchedulerSupplier - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
Default supplier for an
DbSchedulerEventScheduler. - DbSchedulerEventSchedulerSupplier() - Constructor for class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventSchedulerSupplier
- DbSchedulerHumanReadableDeadlineDetails - Class in org.axonframework.deadline.dbscheduler
-
Pojo that contains the needed information for a
Taskhandling a deadline. - DbSchedulerHumanReadableDeadlineDetails(String, String, String, String, String, String, String) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Creates a new
DbSchedulerHumanReadableDeadlineDetailsobject, likely based on aDeadlineMessage. - DbSchedulerHumanReadableEventData - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
Pojo for the data needed by the db-scheduler Scheduler.
- DbSchedulerHumanReadableEventData(String, String, String, String) - Constructor for class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Crates a new
DbSchedulerHumanReadableEventDatawith all the fields set. - DbSchedulerScheduleToken - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
ScheduleToken implementation representing a scheduled DbScheduler Job.
- DbSchedulerScheduleToken(String) - Constructor for class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerScheduleToken
-
Initialize a token for the given
id. - DeadLetter<M> - Interface in org.axonframework.messaging.deadletter
-
Interface describing a dead lettered
Messageimplementation of generic typeM. - DeadLetterEntry - Class in org.axonframework.eventhandling.deadletter.jpa
-
Default DeadLetter JPA entity implementation of dead letters.
- DeadLetterEntry() - Constructor for class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Constructor required by JPA.
- DeadLetterEntry(String, String, long, DeadLetterEventEntry, Instant, Instant, Cause, MetaData, Serializer) - Constructor for class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Creates a new
DeadLetterEntryconsisting of the given parameters. - DeadLetterEventEntry - Class in org.axonframework.eventhandling.deadletter.jpa
-
Represents an
EventMessagewhen stored into the database. - DeadLetterEventEntry() - Constructor for class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
- DeadLetterEventEntry(String, String, String, String, String, byte[], byte[], String, String, Long, String, byte[]) - Constructor for class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Constructs a new
DeadLetterEventEntryusing the provided parameters. - deadLetterFields() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Return a comma separated list of dead letter column names to insert a dead letter into the
dead letter table. - deadLetterIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
deadLetterIdentifiercolumn name. - deadLetterIdentifierColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
deadLetterIdentifiercolumn. - DeadLetteringEventHandlerInvoker - Class in org.axonframework.eventhandling.deadletter
-
Implementation of an
EventHandlerInvokerutilizing aSequencedDeadLetterQueueto enqueueeventsfor which handling failed. - DeadLetteringEventHandlerInvoker(DeadLetteringEventHandlerInvoker.Builder) - Constructor for class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
-
Instantiate a dead-lettering
EventHandlerInvokerbased on the givenbuilder. - DeadLetteringEventHandlerInvoker.Builder - Class in org.axonframework.eventhandling.deadletter
-
Builder class to instantiate a
DeadLetteringEventHandlerInvoker. - deadLetteringEventHandlerInvokers - Variable in class org.axonframework.config.EventProcessingModule
- deadLetteringInvokerConfigs - Variable in class org.axonframework.config.EventProcessingModule
- DeadLetterJdbcConverter<E,
D> - Interface in org.axonframework.eventhandling.deadletter.jdbc -
A functional interface describing how to convert a
ResultSetinJdbcDeadLetterimplementation of typeD - DeadLetterJpaConverter<M> - Interface in org.axonframework.eventhandling.deadletter.jpa
-
Converter that can convert a
EventMessageto aDeadLetterEventEntryand vice versa. - DeadLetterJpaConverter<M> - Interface in org.axonframework.eventhandling.deadletter.legacyjpa
-
Deprecated.in favor of using
DeadLetterJpaConverterwhich moved to jakarta. - DeadLetterParameterResolverFactory - Class in org.axonframework.messaging.deadletter
-
A
ParameterResolverFactoryconstructing aParameterResolverresolving theDeadLetterthat is being processed. - DeadLetterParameterResolverFactory() - Constructor for class org.axonframework.messaging.deadletter.DeadLetterParameterResolverFactory
- deadLetterPolicies - Variable in class org.axonframework.config.EventProcessingModule
- deadLetterPolicy(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
- deadLetterPolicy(String) - Method in class org.axonframework.config.EventProcessingModule
- deadLetterQueue(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
- deadLetterQueue(String) - Method in class org.axonframework.config.EventProcessingModule
- DeadLetterQueueOverflowException - Exception Class in org.axonframework.messaging.deadletter
-
Exception signaling a
SequencedDeadLetterQueueis overflowing. - DeadLetterQueueOverflowException(Object) - Constructor for exception class org.axonframework.messaging.deadletter.DeadLetterQueueOverflowException
-
Constructs an exception based on the given
identifier. - DeadLetterQueueOverflowException(String) - Constructor for exception class org.axonframework.messaging.deadletter.DeadLetterQueueOverflowException
-
Constructs an exception based on the given
message. - deadLetterQueueProvider - Variable in class org.axonframework.config.EventProcessingModule
- deadLetterQueueProviderConfigurerModule(EventProcessorProperties, ConnectionProvider, TransactionManager, DeadLetterSchema, Serializer, Serializer) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- deadLetterQueueProviderConfigurerModule(EventProcessorProperties, EntityManagerProvider, TransactionManager, Serializer, Serializer) - Method in class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
- deadLetterQueueProviderConfigurerModule(EventProcessorProperties, EntityManagerProvider, TransactionManager, Serializer, Serializer) - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- DeadLetterQueueProviderConfigurerModule - Class in org.axonframework.springboot.util
-
A
ConfigurerModuleimplementation dedicated towards registering aSequencedDeadLetterQueueprovider with theEventProcessingConfigurer. - DeadLetterQueueProviderConfigurerModule(EventProcessorProperties, Function<String, Function<Configuration, SequencedDeadLetterQueue<EventMessage<?>>>>) - Constructor for class org.axonframework.springboot.util.DeadLetterQueueProviderConfigurerModule
-
Construct a
DeadLetterQueueProviderConfigurerModule, using the giveneventProcessorPropertiesto decide which processing groups receive theSequencedDeadLetterQueuefrom the givendeadLetterQueueProvider. - deadLetterQueues - Variable in class org.axonframework.config.EventProcessingModule
- deadLetters() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- deadLetters() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- deadLetters() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- deadLetters() - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- deadLetters() - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Return all
dead lettersequences held by this queue. - deadLetterSchema() - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- DeadLetterSchema - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Schema description for an
EventMessageholdingDeadLetterentry table in JDBC. - DeadLetterSchema(DeadLetterSchema.Builder) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Instantiate a
DeadLetterSchemabased on the givenbuilder. - DeadLetterSchema.Builder - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Instantiate a builder to construct a
DeadLetterSchema. - deadLetterSequence(Object) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- deadLetterSequence(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- deadLetterSequence(Object) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- deadLetterSequence(Object) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- deadLetterSequence(Object) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Return all the
dead lettersfor the givensequenceIdentifierin insert order. - DeadLetterStatementFactory<E> - Interface in org.axonframework.eventhandling.deadletter.jdbc
-
A contract towards all
PreparedStatementsaJdbcSequencedDeadLetterQueuerequires to function. - deadLetterTable() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
deadLettertable name. - deadLetterTable(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the dead-letter table.
- DeadLetterTableFactory - Interface in org.axonframework.eventhandling.deadletter.jdbc
-
A functional interface to create a JDBC-specific
DeadLetterentry table and its indices. - DEADLINE_NAME - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the deadline name of a
DeadlineMessage. - DeadlineConsumer - Interface in org.axonframework.test.deadline
-
Functional interface describing a
Consumerof aDeadlineMessage. - DeadlineDetails - Class in org.axonframework.deadline.jobrunr
-
Pojo that contains the information about a
Job, will be serialized and deserialized using the configuredSerializeron theJobRunrDeadlineManager. - DeadlineDetails(String, String, String, String, String, String, String) - Constructor for class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Creates a new
DeadlineDetailsobject, likely based on aDeadlineMessage. - DeadlineException - Exception Class in org.axonframework.deadline
-
Exception which occurs during deadline message processing.
- DeadlineException(String) - Constructor for exception class org.axonframework.deadline.DeadlineException
-
Initializes deadline exception with message and no cause.
- DeadlineException(String, Throwable) - Constructor for exception class org.axonframework.deadline.DeadlineException
-
Initializes deadline exception with message and actual cause.
- DeadlineHandler - Annotation Interface in org.axonframework.deadline.annotation
-
Annotation used to mark handlers which are capable of handling a
DeadlineMessage. - DeadlineHandlingMember<T> - Interface in org.axonframework.deadline.annotation
-
Interface describing a message handler capable of handling a specific deadline.
- deadlineIdAttribute(String) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
-
Sets the attribute key to use for the deadline id.
- DeadlineJob - Class in org.axonframework.deadline.quartz
-
Quartz job which depicts handling of a scheduled deadline message.
- DeadlineJob() - Constructor for class org.axonframework.deadline.quartz.DeadlineJob
- DeadlineJob.DeadlineJobDataBinder - Class in org.axonframework.deadline.quartz
-
This binder is used to map deadline message and deadline scopes to the job data and vice versa.
- DeadlineJobDataBinder() - Constructor for class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
- deadlineManager() - Method in interface org.axonframework.config.Configuration
-
Returns the
DeadlineManagerdefined in thisConfiguration. - deadlineManager(Scheduler, Configuration, Serializer, TransactionManager, DeadlineManagerSpanFactory) - Method in class org.axonframework.springboot.autoconfig.AxonDbSchedulerAutoConfiguration
- deadlineManager(JobScheduler, Configuration, Serializer, TransactionManager, DeadlineManagerSpanFactory) - Method in class org.axonframework.springboot.autoconfig.AxonJobRunrAutoConfiguration
- DeadlineManager - Interface in org.axonframework.deadline
-
Contract for deadline managers.
- DeadlineManagerNotSuppliedException - Exception Class in org.axonframework.deadline.dbscheduler
-
Exception indicating a problem in the Deadline manager mechanism, more precisely the
DbSchedulerDeadlineManagerwasn't properly supplied. - DeadlineManagerNotSuppliedException() - Constructor for exception class org.axonframework.deadline.dbscheduler.DeadlineManagerNotSuppliedException
-
Initialize a DeadlineManagerNotSuppliedException.
- DeadlineManagerProperties() - Constructor for class org.axonframework.springboot.TracingProperties.DeadlineManagerProperties
- deadlineManagerSpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- DeadlineManagerSpanFactory - Interface in org.axonframework.deadline
-
Span factory that creates spans for the
DeadlineManager. - DeadlineManagerValidator - Class in org.axonframework.test.deadline
-
Helps validation of deadline mechanism provided by
StubDeadlineManager. - DeadlineManagerValidator(StubDeadlineManager, FieldFilter) - Constructor for class org.axonframework.test.deadline.DeadlineManagerValidator
-
Instantiates this validator with
deadlineManagerwhich is used for validation purposes andfieldFilter. - deadlineMessage() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
- deadlineMessage(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Extracts a
DeadlineMessagefrom providedjobDataMap. - DeadlineMessage<T> - Interface in org.axonframework.deadline
-
Represents a Message for a Deadline, specified by its deadline name and optionally containing a deadline payload.
- DeadlineMethodMessageHandlerDefinition - Class in org.axonframework.deadline.annotation
-
Implementation of a
HandlerEnhancerDefinitionthat is used forDeadlineHandlerannotated methods. - DeadlineMethodMessageHandlerDefinition() - Constructor for class org.axonframework.deadline.annotation.DeadlineMethodMessageHandlerDefinition
- deadlineName() - Element in annotation interface org.axonframework.deadline.annotation.DeadlineHandler
-
The name of the Deadline this handler listens to.
- deadlineScope(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
- DeadlockException - Exception Class in org.axonframework.common.lock
-
Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
- DeadlockException(String) - Constructor for exception class org.axonframework.common.lock.DeadlockException
-
Initializes the exception with given
message. - decide(DeadLetter<? extends M>, Throwable) - Method in interface org.axonframework.messaging.deadletter.EnqueuePolicy
- Decisions - Class in org.axonframework.messaging.deadletter
-
Utility class providing a number of reasonable
EnqueueDecisions. - declaredType(Class<?>) - Method in interface org.axonframework.modelling.command.inspection.AggregateModel
-
Gets the declared aggregate type based on given class
type. - declaringClass() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Gets the declaring class of this Message Handling Member.
- declaringClass(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the class on which the method with given
methodNameand parameters of typeparameterTypesis declared. - decrypt(Event) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- decrypt(EventWithToken) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- decryptBytes(int, byte[]) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- deepEquals(T) - Static method in class org.axonframework.test.matchers.Matchers
-
Constructs a deep equals
Matcher. - deepEquals(T, FieldFilter) - Static method in class org.axonframework.test.matchers.Matchers
-
Constructs a deep equals
Matcher. - DeepEqualsMatcher<T> - Class in org.axonframework.test.matchers
-
A
BaseMatcherimplementation that first matches based onObject.equals(Object). - DeepEqualsMatcher(T) - Constructor for class org.axonframework.test.matchers.DeepEqualsMatcher
- DeepEqualsMatcher(T, FieldFilter) - Constructor for class org.axonframework.test.matchers.DeepEqualsMatcher
- DEFAULT - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Defines that the default serializer should be used.
- DEFAULT_VALUE - Static variable in interface org.axonframework.axonserver.connector.command.CommandLoadFactorProvider
-
The default value for command load factor: 100.
- defaultAxonCborMapper() - Method in class org.axonframework.springboot.autoconfig.CBORMapperAutoConfiguration
- defaultAxonObjectMapper() - Method in class org.axonframework.springboot.autoconfig.ObjectMapperAutoConfiguration
- defaultAxonSchemaStore(Set<Schema>) - Method in class org.axonframework.springboot.autoconfig.AvroSerializerAutoConfiguration
-
Constructs a simple default in-memory schema store filled with schemas.
- defaultAxonXStream(ApplicationContext) - Method in class org.axonframework.springboot.autoconfig.XStreamAutoConfiguration
- defaultBackpressure() - Static method in class org.axonframework.queryhandling.SubscriptionQueryBackpressure
-
Deprecated.Creates default backpressure, using Project Reactor's FluxSink.OverflowStrategy ERROR strategy.
- DefaultCallbackBehavior - Class in org.axonframework.test.utils
-
Default implementation of the CallbackBehavior interface.
- DefaultCallbackBehavior() - Constructor for class org.axonframework.test.utils.DefaultCallbackBehavior
- defaultCommandBus() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- defaultCommandBus(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default CommandBus implementation.
- defaultCommandBusSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
CommandBusSpanFactory, or aDefaultCommandBusSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultCommandBusSpanFactory - Class in org.axonframework.commandhandling
-
Default implementation of the
CommandBusSpanFactory. - DefaultCommandBusSpanFactory(DefaultCommandBusSpanFactory.Builder) - Constructor for class org.axonframework.commandhandling.DefaultCommandBusSpanFactory
-
Creates a new
DefaultCommandBusSpanFactoryusing the providedbuilder. - DefaultCommandBusSpanFactory.Builder - Class in org.axonframework.commandhandling
-
Builder class to instantiate a
DefaultCommandBusSpanFactory. - defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the callback to use when commands are dispatched in a "fire and forget" method, such as
AxonServerCommandBus.dispatch(CommandMessage). - defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Sets the callback to use when commands are dispatched in a "fire and forget" method, such as
DistributedCommandBus.dispatch(CommandMessage). - defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Sets the callback to use when commands are dispatched in a "fire and forget" method, such as
SimpleCommandBus.dispatch(CommandMessage). - defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the callback to use when commands are dispatched in a "fire and forget" method, such as
DisruptorCommandBus.dispatch(CommandMessage). - defaultCommandExecutorServiceBuilder() - Static method in interface org.axonframework.axonserver.connector.util.ExecutorServiceBuilder
-
Create a default ExecutorServiceBuilder used to create a
ThreadPoolExecutorfor processing incoming commands. - defaultCommandGateway(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns a
DefaultCommandGatewaythat will use the configuration'sCommandBusto dispatch commands. - DefaultCommandGateway - Class in org.axonframework.commandhandling.gateway
-
Default implementation of the CommandGateway interface.
- DefaultCommandGateway(DefaultCommandGateway.Builder) - Constructor for class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
Instantiate a
DefaultCommandGatewaybased on the fields contained in theDefaultCommandGateway.Builder. - DefaultCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
-
Builder class to instantiate a
DefaultCommandGateway. - defaultCommandPriorityCalculator() - Static method in interface org.axonframework.axonserver.connector.command.CommandPriorityCalculator
-
Returns a default implementation of the
CommandPriorityCalculator, always returning priority0. - defaultComponent(Class<T>, Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Method returning a default component to use for given
typefor givenconfiguration, or an empty Optional if no default can be provided. - defaultComponent(Class<T>, Configuration) - Method in class org.axonframework.spring.config.SpringConfigurer
- defaultConfiguration() - Static method in class org.axonframework.config.DefaultConfigurer
-
Returns a Configurer instance with default components configured, such as a
SimpleCommandBusandSimpleEventBus. - defaultConfiguration(boolean) - Static method in class org.axonframework.config.DefaultConfigurer
-
Returns a Configurer instance with default components configured, such as a
SimpleCommandBusandSimpleEventBus, indicating whether toautoLocateConfigurerModules. - defaultConfiguration(Class<A>) - Static method in class org.axonframework.config.AggregateConfigurer
-
Creates a default Configuration for an aggregate of the given
aggregateType. - DefaultConfigurer - Class in org.axonframework.config
-
Entry point of the Axon Configuration API.
- DefaultConfigurer() - Constructor for class org.axonframework.config.DefaultConfigurer
-
Initialize the Configurer.
- DefaultConflictDescription - Class in org.axonframework.eventsourcing.conflictresolution
-
ConflictDescriptionimplementation that takes the necessary information in the Constructor. - DefaultConflictDescription(String, long, long, List<DomainEventMessage<?>>) - Constructor for class org.axonframework.eventsourcing.conflictresolution.DefaultConflictDescription
-
Initialize the instance using given values.
- DefaultConflictResolver - Class in org.axonframework.eventsourcing.conflictresolution
-
Implementation of a
ConflictResolverthat fetches any unseen changes from theEventStore. - DefaultConflictResolver(EventStore, String, long, long) - Constructor for class org.axonframework.eventsourcing.conflictresolution.DefaultConflictResolver
-
Initializes a
DefaultConflictResolverusing the giveneventStoreto load unseen events since givenexpectedVersion. - DefaultConnectionManagerConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration.DefaultConnectionManagerConfiguration
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the default context for this command bus to connect to.
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
Sets the default context for this event scheduler to connect to.
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the default context for this event store to connect to.
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the default context for this event store to connect to.
- DefaultDeadLetterJdbcConverter<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Default implementation of the
DeadLetterJdbcConverter, convertingResultSetsintoJdbcDeadLetterinstances. - DefaultDeadLetterJdbcConverter(DefaultDeadLetterJdbcConverter.Builder<E>) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter
-
Instantiate a default
DeadLetterJdbcConverterbased on the givenbuilder. - DefaultDeadLetterJdbcConverter.Builder<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Builder class to instantiate a
DefaultDeadLetterJdbcConverter. - DefaultDeadLetterStatementFactory<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Default implementation of the
DeadLetterStatementFactoryused by theJdbcSequencedDeadLetterQueueConstructsPreparedStatementsthat are compatible with most databases. - DefaultDeadLetterStatementFactory(DefaultDeadLetterStatementFactory.Builder<E>) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
Instantiate a default
DeadLetterStatementFactorybased on the givenbuilder. - DefaultDeadLetterStatementFactory.Builder<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Builder class to instantiate a
DefaultDeadLetterStatementFactory. - defaultDeadlineManager(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default
DeadlineManagerimplementation. - defaultDeadlineManagerSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
DeadlineManagerSpanFactory, or aDefaultDeadlineManagerSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultDeadlineManagerSpanFactory - Class in org.axonframework.deadline
-
Default implementation of the
DeadlineManagerSpanFactory. - DefaultDeadlineManagerSpanFactory(DefaultDeadlineManagerSpanFactory.Builder) - Constructor for class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
-
Creates a new
DefaultDeadlineManagerSpanFactoryusing the providedbuilder. - DefaultDeadlineManagerSpanFactory.Builder - Class in org.axonframework.deadline
-
Builder class to instantiate a
DefaultDeadlineManagerSpanFactory. - DefaultEntityRegistrar - Class in org.axonframework.springboot.util
- DefaultEntityRegistrar() - Constructor for class org.axonframework.springboot.util.DefaultEntityRegistrar
- defaultEventBus() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- defaultEventBus(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default EventBus implementation.
- defaultEventBusSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
EventBusSpanFactory, or aDefaultEventBusSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultEventBusSpanFactory - Class in org.axonframework.eventhandling
-
Default implementation of the
EventBusSpanFactory. - DefaultEventBusSpanFactory(DefaultEventBusSpanFactory.Builder) - Constructor for class org.axonframework.eventhandling.DefaultEventBusSpanFactory
-
Creates a new
DefaultEventBusSpanFactoryusing the providedbuilder. - DefaultEventBusSpanFactory.Builder - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
DefaultEventBusSpanFactory. - defaultEventGateway(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns a
DefaultEventGatewaythat will use the configuration'sEventBusto publish events. - DefaultEventGateway - Class in org.axonframework.eventhandling.gateway
-
Default implementation of the EventGateway interface.
- DefaultEventGateway(DefaultEventGateway.Builder) - Constructor for class org.axonframework.eventhandling.gateway.DefaultEventGateway
-
Instantiate a
DefaultEventGatewaybased on the fields contained in theDefaultEventGateway.Builder. - DefaultEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
-
A Builder class for
DefaultEventGateways. - DefaultEventMessageConverter - Class in org.axonframework.spring.messaging
-
An
EventMessageConverterthat will convert an Axon event message into a Spring message by: Copying axon event payload into Spring message payload Copying axon event metadata into Spring message headers Adding axon event message specific attributes - that are not part of axon metadata - to the Spring message Headers. - DefaultEventMessageConverter() - Constructor for class org.axonframework.spring.messaging.DefaultEventMessageConverter
- defaultEventProcessorSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
EventProcessorSpanFactory, or aDefaultEventProcessorSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultEventProcessorSpanFactory - Class in org.axonframework.eventhandling
-
Default implementation of the
EventProcessorSpanFactory. - DefaultEventProcessorSpanFactory(DefaultEventProcessorSpanFactory.Builder) - Constructor for class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory
-
Creates a new
DefaultEventProcessorSpanFactoryusing the providedbuilder. - DefaultEventProcessorSpanFactory.Builder - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
DefaultEventProcessorSpanFactory. - defaultFactory() - Static method in interface org.axonframework.axonserver.connector.event.axon.PersistentStreamScheduledExecutorBuilder
- defaultHandlerDefinition(Class<?>) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default HandlerDefinition.
- defaultHandlerInterceptors - Variable in class org.axonframework.config.EventProcessingModule
- DefaultHandlers<Case,
Handler> - Class in org.axonframework.axonserver.connector -
Deprecated.in through use of the AxonServer java connector
- DefaultHandlers() - Constructor for class org.axonframework.axonserver.connector.DefaultHandlers
-
Deprecated.
- defaultHeaders(EventMessage<?>, SerializedObject<?>) - Static method in class org.axonframework.messaging.Headers
-
Generate defaults headers to recognise an event message.
- DefaultIdentifierFactory - Class in org.axonframework.common
-
Default IdentifierFactory implementation that uses generates random
java.util.UUIDbased identifiers. - DefaultIdentifierFactory() - Constructor for class org.axonframework.common.DefaultIdentifierFactory
- DefaultInstructionAckSource<T> - Class in org.axonframework.axonserver.connector
-
Default implementation of
InstructionAckSource. - DefaultInstructionAckSource(Function<InstructionAck, T>) - Constructor for class org.axonframework.axonserver.connector.DefaultInstructionAckSource
-
Instantiates
DefaultInstructionAckSource. - DefaultInterceptorChain<T> - Class in org.axonframework.messaging
-
Mechanism that takes care of interceptor and handler execution.
- DefaultInterceptorChain(UnitOfWork<? extends T>, Iterable<? extends MessageHandlerInterceptor<? super T>>, MessageHandler<? super T>) - Constructor for class org.axonframework.messaging.DefaultInterceptorChain
-
Initialize the default interceptor chain to dispatch the given
message, through thechain, to thehandler. - defaultParameterResolverFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default ParameterResolverFactory.
- DefaultParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
Factory for the default parameter resolvers.
- DefaultParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.DefaultParameterResolverFactory
- DefaultPersistentStreamMessageSourceFactory - Class in org.axonframework.axonserver.connector.event.axon
-
Default implementation of the
PersistentStreamMessageSourceFactorythat createsPersistentStreamMessageSourceinstances. - DefaultPersistentStreamMessageSourceFactory() - Constructor for class org.axonframework.axonserver.connector.event.axon.DefaultPersistentStreamMessageSourceFactory
- defaultQueryBus() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- defaultQueryBus(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default QueryBus implementations.
- defaultQueryBusSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
QueryBusSpanFactory, or aDefaultQueryBusSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultQueryBusSpanFactory - Class in org.axonframework.queryhandling
-
Default implementation of the
QueryBusSpanFactory. - DefaultQueryBusSpanFactory(DefaultQueryBusSpanFactory.Builder) - Constructor for class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
-
Creates a new
DefaultQueryBusSpanFactoryusing the providedbuilder. - DefaultQueryBusSpanFactory.Builder - Class in org.axonframework.queryhandling
-
Builder class to instantiate a
DefaultQueryBusSpanFactory. - defaultQueryExecutorServiceBuilder() - Static method in interface org.axonframework.axonserver.connector.util.ExecutorServiceBuilder
-
Create a default ExecutorServiceBuilder used to create a
ThreadPoolExecutorfor processing incoming queries. - defaultQueryGateway(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns a
DefaultQueryGatewaythat will use the configuration'sQueryBusto dispatch queries. - DefaultQueryGateway - Class in org.axonframework.queryhandling
-
Implementation of the QueryGateway interface that allows the registration of dispatchInterceptors.
- DefaultQueryGateway(DefaultQueryGateway.Builder) - Constructor for class org.axonframework.queryhandling.DefaultQueryGateway
-
Instantiate a
DefaultQueryGatewaybased on the fields contained in theDefaultQueryGateway.Builder. - DefaultQueryGateway.Builder - Class in org.axonframework.queryhandling
-
Builder class to instantiate a
DefaultQueryGateway. - defaultQueryPriorityCalculator() - Static method in interface org.axonframework.axonserver.connector.query.QueryPriorityCalculator
-
Returns a default implementation of the
QueryPriorityCalculator, always returning priority0. - defaultQueryResponseExecutorServiceBuilder() - Static method in interface org.axonframework.axonserver.connector.util.ExecutorServiceBuilder
-
Create a default ExecutorServiceBuilder used to create a
ThreadPoolExecutorfor processing incoming query responses. - defaultQueryUpdateEmitter() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- defaultQueryUpdateEmitter(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default QueryUpdateEmitter implementation.
- defaultQueryUpdateEmitterSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
QueryUpdateEmitterSpanFactory, or aDefaultQueryUpdateEmitterSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultQueryUpdateEmitterSpanFactory - Class in org.axonframework.queryhandling
-
Default implementation of the
QueryUpdateEmitterSpanFactory. - DefaultQueryUpdateEmitterSpanFactory(DefaultQueryUpdateEmitterSpanFactory.Builder) - Constructor for class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory
-
Creates a new
DefaultQueryUpdateEmitterSpanFactoryusing the providedbuilder. - DefaultQueryUpdateEmitterSpanFactory.Builder - Class in org.axonframework.queryhandling
-
Builder class to instantiate a
DefaultQueryUpdateEmitterSpanFactory. - defaultQueue() - Static method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
-
Construct a default
InMemorySequencedDeadLetterQueue. - defaultRepositorySpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
RepositorySpanFactory, or aDefaultRepositorySpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultRepositorySpanFactory - Class in org.axonframework.modelling.command
-
Default implementation of the
RepositorySpanFactory. - DefaultRepositorySpanFactory(DefaultRepositorySpanFactory.Builder) - Constructor for class org.axonframework.modelling.command.DefaultRepositorySpanFactory
-
Creates a new
DefaultRepositorySpanFactoryusing the providedbuilder. - DefaultRepositorySpanFactory.Builder - Class in org.axonframework.modelling.command
-
Builder class to instantiate a
DefaultRepositorySpanFactory. - defaultResourceInjector(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns a
ConfigurationResourceInjectorthat injects resources defined in the givenconfig Configuration. - defaultSagaManagerSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
SagaManagerSpanFactory, or aDefaultSagaManagerSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultSagaManagerSpanFactory - Class in org.axonframework.modelling.saga
-
Default implementation of the
SagaManagerSpanFactory. - DefaultSagaManagerSpanFactory(DefaultSagaManagerSpanFactory.Builder) - Constructor for class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory
-
Creates a new
DefaultSagaManagerSpanFactoryusing the providedbuilder. - DefaultSagaManagerSpanFactory.Builder - Class in org.axonframework.modelling.saga
-
Builder class to instantiate a
DefaultSagaManagerSpanFactory. - defaultSchema() - Static method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Instantiate a default
DeadLetterSchemausing the pre-configured column names. - DefaultSchemaIncompatibilityChecker - Class in org.axonframework.serialization.avro
-
Provides functionality for incompatibility checks and saves the results in a in memory cache.
- DefaultSchemaIncompatibilityChecker() - Constructor for class org.axonframework.serialization.avro.DefaultSchemaIncompatibilityChecker
- defaultScopeAwareProvider(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
- defaultSerializer() - Static method in class org.axonframework.serialization.json.JacksonSerializer
-
Instantiate a default
JacksonSerializer. - defaultSerializer() - Static method in class org.axonframework.serialization.xml.XStreamSerializer
-
Deprecated.in favor of using the
XStreamSerializer.builder()to construct an instance using a configuredXStreaminstance. Using this shorthand still works, but will use anXStreaminstance that allows everything. Although this works, XStream expects the types or wildcards for the types to be defined to ensure the application stays secure. As such, it is highly recommended to follow their recommended approach. - defaultSerializer(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default Serializer implementation.
- defaultSnapshotter(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default
Snapshotterimplementation, defaulting to aAggregateSnapshotter. - defaultSnapshotterSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
SnapshotterSpanFactory, or aDefaultSnapshotterSpanFactorybacked by the configuredSpanFactoryif none it set. - DefaultSnapshotterSpanFactory - Class in org.axonframework.eventsourcing
-
Default implementation of the
SnapshotterSpanFactory. - DefaultSnapshotterSpanFactory(DefaultSnapshotterSpanFactory.Builder) - Constructor for class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory
-
Creates a new
DefaultSnapshotterSpanFactoryusing the providedbuilder. - DefaultSnapshotterSpanFactory.Builder - Class in org.axonframework.eventsourcing
-
Builder class to instantiate a
DefaultSnapshotterSpanFactory. - defaultSpanFactory(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the default
SpanFactory, or aNoOpSpanFactoryif none it set. - defaultStrategy() - Static method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
Instantiate a default
AnnotationRoutingStrategy. - DefaultSubscriptionQueryResult<I,
U> - Class in org.axonframework.queryhandling -
Default implementation of
SubscriptionQueryResult. - DefaultSubscriptionQueryResult(Mono<I>, Flux<U>, Registration) - Constructor for class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
-
Initializes the result with mono and flux used for result retrieval.
- defaultTyping() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Configures the underlying
ObjectMapperto include type information when serializing Java objects into JSON by activating default typing. - defaultTyping() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Configures the underlying
ObjectMapperto include type information when serializing Java objects into JSON. - DefaultUnitOfWork<T> - Class in org.axonframework.messaging.unitofwork
-
Implementation of the UnitOfWork that processes a single message.
- DefaultUnitOfWork(T) - Constructor for class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
-
Initializes a Unit of Work (without starting it).
- defaultUpcasterChain(Configuration) - Method in class org.axonframework.config.DefaultConfigurer
-
Provides the default
EventUpcasterChainimplementation, looping through allregisteredEventUpcastersto collect them for a freshEventUpcasterChain. - DefaultUsagePropertyProvider - Class in org.axonframework.updates.configuration
-
Default implementation of the
UsagePropertyProviderinterface. - delegate(SpanFactory) - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.Defines the delegate
SpanFactoryto use, which actually provides the spans. - delegates() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- delegateSagaStore(SagaStore<T>) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
-
Sets the
SagaStoreinstance providing access to (persisted) entries. - DELETE_REASON - Static variable in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- deleteSaga(Class<?>, String, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
- deleteSaga(Class<?>, String, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
- deleteSaga(Class<?>, String, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
- deleteSaga(Class<?>, String, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.
- deleteSaga(Class<? extends T>, String, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore
- deleteSaga(Class<? extends T>, String, Set<AssociationValue>) - Method in interface org.axonframework.modelling.saga.repository.SagaStore
-
Deletes a Saga with given
sagaTypeandsagaIdentifierand all its associations. - deleteSaga(AnnotatedSaga<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Remove the given saga as well as all known association values pointing to it from the repository.
- deleteSnapshots(String, long) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Deletes all snapshots from the underlying storage with given
aggregateIdentifier. - deleteSnapshots(String, long) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Deletes all snapshots from the underlying storage with given
aggregateIdentifier. - deleteSnapshots(Connection, String, long) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
AbstractEventStorageEngine.storeSnapshot(DomainEventMessage). - deleteSnapshots(Connection, EventSchema, String, long) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer). - deleteSnapshots(DeleteSnapshotsStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.deleteSnapshots(Connection, String, long). - DeleteSnapshotsStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.storeSnapshot(DomainEventMessage, Serializer) - deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- deleteToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- deleteToken(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Deletes the token for the processor with given
processorNameandsegment. - deleteToken(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Creates a new
PreparedStatementto release the current claim this node has on a token belonging to a processor with givenprocessorNameandsegment. - DenyAll - Enum Class in org.axonframework.commandhandling.distributed.commandfilter
-
A
CommandMessageFilterthat denies allCommandMessages. - DenyCommandNameFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
A
CommandMessageFilterimplementation which deniesCommandMessages based on theirCommandMessage.getCommandName(). - DenyCommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
-
Initializes a
DenyCommandNameFilterfor a singlecommandName. - DenyCommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
-
Initializes a
DenyCommandNameFilterfrom the given set ofcommandNames. - describe(List<?>, Description) - Static method in class org.axonframework.test.saga.DescriptionUtils
-
Describe the contents of the given
listin the givendescription. - describe(StreamingEventProcessor) - Static method in class org.axonframework.axonserver.connector.processor.StreamingEventProcessorInfoMessage
-
Create an
EventProcessorInfobased on the giveneventProcessor. - describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ExactSequenceMatcher
- describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ListMatcher
-
Describes the type of collection expected.
- describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ListWithAllOfMatcher
- describeCollectionType(Description) - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
- describeCollectionType(Description) - Method in class org.axonframework.test.matchers.SequenceMatcher
- describeCurrentScope() - Static method in class org.axonframework.messaging.Scope
-
Provide a description of the current
Scope. - describeScope() - Method in class org.axonframework.messaging.Scope
-
Provide a description of this
Scope. - describeScope() - Method in class org.axonframework.modelling.command.AggregateLifecycle
- describeScope() - Method in class org.axonframework.modelling.saga.SagaLifecycle
- describeTo(StringBuilder) - Method in class org.axonframework.commandhandling.GenericCommandMessage
- describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericEventMessage
- describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
- describeTo(StringBuilder) - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
- describeTo(StringBuilder) - Method in class org.axonframework.messaging.GenericResultMessage
- describeTo(StringBuilder) - Method in class org.axonframework.messaging.MessageDecorator
-
Describe the message specific properties to the given
stringBuilder. - describeTo(StringBuilder) - Method in class org.axonframework.queryhandling.GenericQueryMessage
- describeTo(Description) - Method in class org.axonframework.test.matchers.DeepEqualsMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.EmptyCollectionMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.EqualFieldsMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.EqualsMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.ExactClassMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.ListMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.MapEntryMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.NullOrVoidMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.PayloadMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.PayloadsMatcher
- describeTo(Description) - Method in class org.axonframework.test.matchers.PredicateMatcher
- describeType() - Method in class org.axonframework.commandhandling.GenericCommandMessage
- describeType() - Method in class org.axonframework.commandhandling.GenericCommandResultMessage
- describeType() - Method in class org.axonframework.deadline.GenericDeadlineMessage
- describeType() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- describeType() - Method in class org.axonframework.eventhandling.GenericEventMessage
- describeType() - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
- describeType() - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
- describeType() - Method in class org.axonframework.eventhandling.replay.GenericResetContext
- describeType() - Method in class org.axonframework.messaging.GenericResultMessage
- describeType() - Method in class org.axonframework.messaging.MessageDecorator
-
Describe the type of message, used in
MessageDecorator.toString(). - describeType() - Method in class org.axonframework.queryhandling.GenericQueryMessage
- describeType() - Method in class org.axonframework.queryhandling.GenericStreamingQueryMessage
- describeType() - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
- describing(Throwable) - Static method in class org.axonframework.messaging.RemoteExceptionDescription
- description() - Method in class org.axonframework.updates.api.DetectedVulnerability
-
Returns the description of this detected vulnerability.
- DescriptionUtils - Class in org.axonframework.test.saga
-
Utility class for creating a description.
- deserialize(JsonParser, DeserializationContext) - Method in class org.axonframework.serialization.json.MetaDataDeserializer
- deserialize(Command) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a
Commandinto aCommandMessage. - deserialize(CommandResponse) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a
CommandResponseinto aCommandResultMessage. - deserialize(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deserializes the given
queryResponseinto aQueryResponseMessage. - deserialize(QueryUpdate) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deserializes the given
queryUpdateinto aSubscriptionQueryUpdateMessage. - deserialize(SubscriptionQuery) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deserializes the given
subscriptionQueryinto aSubscriptionQueryMessage. - deserialize(SerializedObject<S>) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
- deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.avro.AvroSerializer
- deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
- deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.
- deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.json.JacksonSerializer
- deserialize(SerializedObject<S>) - Method in interface org.axonframework.serialization.Serializer
-
Deserializes the first object read from the given
bytes. - deserialize(JsonParser, DeserializationContext) - Method in class org.axonframework.serialization.jackson3.MetaDataDeserializer
- DeserializedResult<I,
U> - Class in org.axonframework.axonserver.connector.query.subscription -
Deprecated.in through use of the AxonServer java connector
- DeserializedResult(SubscriptionQueryResult<QueryResponse, QueryUpdate>, SubscriptionMessageSerializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.DeserializedResult
-
Deprecated.Instantiate a
DeserializedResultwrapping thedelegatewhich will be serialized by the givenserializer. - deserializeFromGenericRecord(SerializedObject<GenericRecord>, Class<T>) - Method in interface org.axonframework.serialization.avro.AvroSerializerStrategy
-
Deserializes from Apache Avro generic record (intermediate representation).
- deserializeFromGenericRecord(SerializedObject<GenericRecord>, Class<T>) - Method in class org.axonframework.serialization.avro.SpecificRecordBaseSerializerStrategy
- deserializeFromSingleObjectEncoded(SerializedObject<byte[]>, Class<T>) - Method in interface org.axonframework.serialization.avro.AvroSerializerStrategy
-
Deserializes from single object encoded byte array.
- deserializeFromSingleObjectEncoded(SerializedObject<byte[]>, Class<T>) - Method in class org.axonframework.serialization.avro.SpecificRecordBaseSerializerStrategy
- deserializeRequest(QueryRequest) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a
QueryRequestinto aQueryMessage. - deserializeResponse(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Converts a
QueryResponseinto aQueryResponseMessage. - deserializeResponse(QueryResponse, ResponseType<R>) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a
QueryResponseinto aQueryResponseMessage. - deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.axonframework.serialization.json.MetaDataDeserializer
- deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.axonframework.serialization.jackson3.MetaDataDeserializer
- destroy() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- details() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
- details() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
- detectConflicts(Predicate<List<DomainEventMessage<?>>>) - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictResolver
-
Resolve conflicts between changes to be applied to the aggregate and unseen changes made to the aggregate.
- detectConflicts(Predicate<List<DomainEventMessage<?>>>) - Method in enum class org.axonframework.eventsourcing.conflictresolution.NoConflictResolver
- detectConflicts(Predicate<List<DomainEventMessage<?>>>, ConflictExceptionSupplier<T>) - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictResolver
-
Resolve conflicts between unseen changes made to the aggregate and new changes that are about to be made.
- detectConflicts(Predicate<List<DomainEventMessage<?>>>, ConflictExceptionSupplier<T>) - Method in enum class org.axonframework.eventsourcing.conflictresolution.NoConflictResolver
- detectConflicts(Predicate<List<DomainEventMessage<?>>>, ContextAwareConflictExceptionSupplier<T>) - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictResolver
-
Resolve conflicts between unseen changes made to the aggregate and new changes that are about to be made.
- detectConflicts(Predicate<List<DomainEventMessage<?>>>, ContextAwareConflictExceptionSupplier<T>) - Method in class org.axonframework.eventsourcing.conflictresolution.DefaultConflictResolver
- detectConflicts(Predicate<List<DomainEventMessage<?>>>, ContextAwareConflictExceptionSupplier<T>) - Method in enum class org.axonframework.eventsourcing.conflictresolution.NoConflictResolver
- DetectedVulnerability - Class in org.axonframework.updates.api
-
Represents a vulnerability in an AxonIQ Artifact in use.
- DetectedVulnerability(String, String, DetectedVulnerabilitySeverity, String, String) - Constructor for class org.axonframework.updates.api.DetectedVulnerability
-
Constructs a
DetectedVulnerabilitywith the givengroupId,artifactId,severity,fixVersion, anddescription. - DetectedVulnerabilitySeverity - Enum Class in org.axonframework.updates.api
-
Represents the severity of a vulnerability in an AxonIQ artifact.
- determineMessageName(Message<?>) - Static method in class org.axonframework.tracing.SpanUtils
-
Creates a human-readable name for a message's payload.
- determinePriority(CommandMessage<?>) - Method in interface org.axonframework.axonserver.connector.command.CommandPriorityCalculator
-
Determines the priority of the given
command. - determinePriority(QueryMessage<?, ?>) - Method in interface org.axonframework.axonserver.connector.query.QueryPriorityCalculator
-
Determines the priority of the given
query. - diagnostics() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- diagnostics() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- diagnostics() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- diagnostics() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
The diagnostic
MetaDataconcerning this letter. - diagnostics() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- diagnosticsColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
diagnosticscolumn name. - diagnosticsColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
diagnosticscolumn. - Digester - Class in org.axonframework.common.digest
-
Utility class for generating hashes for values using several algorithms.
- digestHex() - Method in class org.axonframework.common.digest.Digester
-
Returns the hex representation of the digest of all data that has been provided so far.
- DirectEventJobDataBinder() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
Deprecated.in favor of
DirectEventJobDataBinder(Serializer), as theSerializeris a hard requirement. - DirectEventJobDataBinder(Serializer) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
Instantiate a
QuartzEventScheduler.DirectEventJobDataBinderwith the providedSerializerfor de-/serializing event messages. - DirectEventProcessingStrategy - Enum Class in org.axonframework.eventhandling
-
Event processing strategy that directly initiates event processing.
- DirectExecutor - Class in org.axonframework.common
-
Simple executor implementation that runs a given Runnable immediately in the calling thread.
- DirectExecutor() - Constructor for class org.axonframework.common.DirectExecutor
- DirectlyAccessedProperty<T> - Class in org.axonframework.common.property
-
Property implementation that accesses public field to obtain a value of a property for a given instance.
- DirectlyAccessedProperty(Field, String) - Constructor for class org.axonframework.common.property.DirectlyAccessedProperty
- DIRECTORY_CREATION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- DirectPropertyAccessStrategy - Class in org.axonframework.common.property
-
Implementation of PropertyAccessStrategy that scans class hierarchy to get public field named "property"
- DirectPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.DirectPropertyAccessStrategy
- disableAxonTypeSecurity() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Configures the underlying
XStreaminstance to not include Axon's classes by default. - disableAxonTypeSecurity() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- disableBatchTrace(boolean) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
Sets whether batch tracing should be disabled.
- disableCachingOfUnknownClasses() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Disables the caching of the names for classes which couldn't be resolved to a class.
- disableCachingOfUnknownClasses() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Disables the caching of the names for classes which couldn't be resolved to a class.
- disableCachingOfUnknownClasses() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Disables the caching of the names for classes which couldn't be resolved to a class.
- disableCachingOfUnknownClasses() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- DISABLED_KEY - Static variable in class org.axonframework.updates.configuration.CommandLineUsagePropertyProvider
-
The system property key to check if the update checker is disabled.
- DISABLED_KEY - Static variable in class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
-
The environment variable key to check if the update checker is disabled.
- disableSequenceNumberGeneration() - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Disables sequence number generation within this
Repositoryimplementation. - disableSequenceNumberGeneration() - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.Disables sequence number generation within this
Repositoryimplementation. - DisallowReplay - Annotation Interface in org.axonframework.eventhandling
-
Annotation marking a Handler (or class) as not being able to handle replays
- disconnect() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Disconnects any active connections, forcing a new connection to be established when one is requested.
- disconnect() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Disconnect the command bus for receiving commands from Axon Server, by unsubscribing all registered command handlers.
- disconnect() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Disconnect the query bus from Axon Server, by unsubscribing all known query handlers and aborting all queries in progress.
- disconnect() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Disconnect the command bus for receiving new commands, by unsubscribing all registered command handlers.
- disconnect(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Disconnects any active connection for the given
context, forcing a new connection to be established when one is requested. - dispatch(CommandMessage<C>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- dispatch(CommandMessage<C>) - Method in interface org.axonframework.commandhandling.CommandBus
-
Dispatch the given
commandto the CommandHandler subscribed to the givencommand's name. - dispatch(CommandMessage<C>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
- dispatch(CommandMessage<C>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
- dispatch(CommandMessage<C>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
- dispatch(CommandMessage<C>) - Method in class org.axonframework.test.utils.RecordingCommandBus
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in interface org.axonframework.commandhandling.CommandBus
-
Dispatch the given
commandto the CommandHandler subscribed to the givencommand's name. - dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Dispatch the given
commandto the CommandHandler subscribed to the givencommand's name. - dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.test.utils.RecordingCommandBus
- dispatchInterceptors() - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
Provides a list of registered dispatch interceptors.
- dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
- dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Sets the
MessageDispatchInterceptors which are invoked before dispatching aCommandMessageon theCommandBus. - dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
- dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
- dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>>) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
- dispatchInterceptors(List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
- dispatchInterceptors(List<MessageDispatchInterceptor<CommandMessage<?>>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Configures
MessageDispatchInterceptorof generic typeCommandMessageto use with theDisruptorCommandBuswhen commands are dispatched. - dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
- dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Sets the
MessageDispatchInterceptors which are invoked before dispatching aCommandMessageon theCommandBus. - dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
- dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>...) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
- dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>...) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
- dispatchInterceptors(MessageDispatchInterceptor<? super QueryMessage<?, ?>>...) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
- DispatchInterceptors<M> - Class in org.axonframework.axonserver.connector
-
Composite of
MessageDispatchInterceptors that apply all interceptors in the order of registration. - DispatchInterceptors() - Constructor for class org.axonframework.axonserver.connector.DispatchInterceptors
- DispatchMessage - Class in org.axonframework.commandhandling.distributed
-
Base class for dispatch messages which may be used in the
CommandBusConnectorupon dispatching a command to other nodes. - DispatchMessage() - Constructor for class org.axonframework.commandhandling.distributed.DispatchMessage
-
Default constructor required for de-/serialization of extending classes.
- DispatchMessage(CommandMessage<?>, Serializer, boolean) - Constructor for class org.axonframework.commandhandling.distributed.DispatchMessage
-
Initialized a DispatchMessage for the given
commandMessage, which uses the givenserializerto deserialize its contents. - DisposableResult<I,
U> - Class in org.axonframework.axonserver.connector.query.subscription -
Deprecated.in through use of the AxonServer java connector
- DisposableResult(SubscriptionQueryResult<I, U>, Registration) - Constructor for class org.axonframework.axonserver.connector.query.subscription.DisposableResult
-
Deprecated.Instantiate a
DisposableResultwrapping thedelegate, opening up the capability toDisposableResult.cancel()it. - DisruptorCommandBus - Class in org.axonframework.disruptor.commandhandling
-
Asynchronous CommandBus implementation with very high performance characteristics.
- DisruptorCommandBus(DisruptorCommandBus.Builder) - Constructor for class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Instantiate a
DisruptorCommandBusbased on the fields contained in theDisruptorCommandBus.Builder. - DisruptorCommandBus.Builder - Class in org.axonframework.disruptor.commandhandling
-
Builder class to instantiate a
DisruptorCommandBus. - DisruptorUnitOfWork<T> - Class in org.axonframework.disruptor.commandhandling
-
Specialized UnitOfWork instance for the
DisruptorCommandBus. - DisruptorUnitOfWork() - Constructor for class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- distinct(List<E>) - Static method in class org.axonframework.common.ListUtils
-
Returns a new list containing unique elements from the given
list. - Distributed<MessageBus> - Interface in org.axonframework.messaging
-
A contract towards being a distributed message bus implementation.
- DistributedCommandBus - Class in org.axonframework.commandhandling.distributed
-
Implementation of a
CommandBusthat is aware of multiple instances of a CommandBus working together to spread load. - DistributedCommandBus(DistributedCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Instantiate a
DistributedCommandBusbased on the fields contained in theDistributedCommandBus.Builder. - DistributedCommandBus.Builder - Class in org.axonframework.commandhandling.distributed
-
Builder class to instantiate a
DistributedCommandBus. - DistributedCommandBusProperties - Class in org.axonframework.springboot
-
Defines the properties for the Distributed Command Bus, when automatically configured in the Application Context.
- DistributedCommandBusProperties() - Constructor for class org.axonframework.springboot.DistributedCommandBusProperties
- DistributedCommandBusProperties.JGroupsProperties - Class in org.axonframework.springboot
-
The JGroups specific configuration for the Distributed Command Bus.
- DistributedCommandBusProperties.JGroupsProperties.Gossip - Class in org.axonframework.springboot
- DistributedCommandBusProperties.SpringCloudProperties - Class in org.axonframework.springboot
- distributedInSameTrace(boolean) - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
-
Sets whether the
CommandMessages should be handled in the same trace as the dispatching span. - distributedInSameTrace(boolean) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
Sets whether events handled by a
StreamingEventProcessorshould be traced in the same trace as the trace that published it. - distributedInSameTrace(boolean) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory.Builder
-
Sets whether the distributed query should be in the same trace as the parent.
- distributedInSameTraceTimeLimit(Duration) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
Sets the time limit for events handled by a
StreamingEventProcessorto be traced in the same trace as the trace that published it. - Dlq() - Constructor for class org.axonframework.springboot.EventProcessorProperties.Dlq
- DlqCache() - Constructor for class org.axonframework.springboot.EventProcessorProperties.DlqCache
- doApply(P, MetaData) - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
- doApply(P, MetaData) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- doApply(T, MetaData) - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Apply a
DomainEventMessagewith given payload and metadata (metadata from interceptors will be combined with the provided metadata). - doApply(T, MetaData) - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- doAssociateWith(AssociationValue) - Method in class org.axonframework.modelling.saga.AnnotatedSaga
-
Registers a AssociationValue with the given saga.
- doAssociateWith(AssociationValue) - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
SagaLifecycleinstance method to register the givenassociationValue. - doCreateAggregate(String, DomainEventMessage) - Method in class org.axonframework.eventsourcing.AbstractAggregateFactory
-
Create an uninitialized Aggregate instance with the given
aggregateIdentifier. - doCreateAggregate(String, DomainEventMessage) - Method in class org.axonframework.eventsourcing.GenericAggregateFactory
-
Create an uninitialized Aggregate instance with the given
aggregateIdentifier. - doCreateInstance(String, Supplier<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
- doCreateInstance(String, Supplier<T>) - Method in class org.axonframework.modelling.saga.repository.LockingSagaRepository
-
Creates a new Saga instance.
- doCreateNew(Class<R>, Callable<R>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- doCreateNew(Class<T>, Callable<T>) - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Creates a new aggregate instance.
- doCreateNew(Class<T>, Callable<T>) - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- doCreateNew(Callable<T>) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Creates a new aggregate instance using the given
factoryMethod. - doCreateNew(Callable<T>) - Method in class org.axonframework.modelling.command.LockingRepository
- doCreateNewForLock(Callable<T>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
- doCreateNewForLock(Callable<T>) - Method in class org.axonframework.modelling.command.GenericJpaRepository
- doCreateNewForLock(Callable<T>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.
- doCreateNewForLock(Callable<T>) - Method in class org.axonframework.modelling.command.LockingRepository
-
Creates a new aggregate instance using the given
factoryMethod. - doDelete(A) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Removes the aggregate from the repository.
- doDelete(LockAwareAggregate<T, A>) - Method in class org.axonframework.modelling.command.LockingRepository
-
Verifies whether all locks are valid and delegates to
LockingRepository.doDeleteWithLock(Aggregate)to perform actual deleting. - doDeleteWithLock(A) - Method in class org.axonframework.modelling.command.LockingRepository
-
Perform the actual deleting of the aggregate.
- doDeleteWithLock(EventSourcedAggregate<T>) - Method in class org.axonframework.eventsourcing.CachingEventSourcingRepository
- doDeleteWithLock(EventSourcedAggregate<T>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
- doDeleteWithLock(AnnotatedAggregate<T>) - Method in class org.axonframework.modelling.command.GenericJpaRepository
- doDeleteWithLock(AnnotatedAggregate<T>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.
- doDeserialize(SerializedObject, XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Deserialize the given
serializedObject. - doDeserialize(SerializedObject, XStream) - Method in class org.axonframework.serialization.xml.XStreamSerializer
- doDispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Performs the actual dispatching logic.
- doEnd() - Method in class org.axonframework.modelling.saga.AnnotatedSaga
-
Marks the saga as ended.
- doEnd() - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
SagaLifecycleinstance method to mark the current saga as ended. - doHealthCheck(Health.Builder) - Method in class org.axonframework.actuator.axonserver.AxonServerHealthIndicator
- doLoad(String) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
- doLoad(String) - Method in class org.axonframework.modelling.saga.repository.LockingSagaRepository
-
Loads a known Saga instance by its unique identifier.
- doLoad(String, Long) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Loads and initialized the aggregate with the given aggregateIdentifier.
- doLoad(String, Long) - Method in class org.axonframework.modelling.command.LockingRepository
-
Perform the actual loading of an aggregate.
- doLoadOrCreate(String, Callable<T>) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Loads an aggregate from the reporsitory.
- doLoadOrCreate(String, Callable<T>) - Method in class org.axonframework.modelling.command.LockingRepository
- doLoadSaga(String) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Loads the saga with given
sagaIdentifierfrom the underlying saga store and returns it as aAnnotatedSaga. - doLoadWithLock(String, Long) - Method in class org.axonframework.eventsourcing.CachingEventSourcingRepository
-
Perform the actual loading of an aggregate.
- doLoadWithLock(String, Long) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
-
Perform the actual loading of an aggregate.
- doLoadWithLock(String, Long) - Method in class org.axonframework.modelling.command.GenericJpaRepository
- doLoadWithLock(String, Long) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.
- doLoadWithLock(String, Long) - Method in class org.axonframework.modelling.command.LockingRepository
-
Loads the aggregate with the given aggregateIdentifier.
- Dom4JToByteArrayConverter - Class in org.axonframework.serialization.xml
-
Converter that converts Dom4j Document instances to a byte array.
- Dom4JToByteArrayConverter() - Constructor for class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
- DomainEventData<T> - Interface in org.axonframework.eventhandling
-
Interface describing the properties of serialized Domain Event Messages.
- DomainEventEntry - Class in org.axonframework.eventsourcing.eventstore.jpa
-
Default implementation of a tracked domain event entry.
- DomainEventEntry() - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.DomainEventEntry
-
Default constructor required by JPA
- DomainEventEntry(DomainEventMessage<?>, Serializer) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.DomainEventEntry
-
Construct a new default domain event entry from a published domain event message to enable storing the event or sending it to a remote location.
- domainEventEntryEntityName() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Returns the name of the Jpa event entity.
- domainEventEntryEntityName() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Returns the name of the Jpa event entity.
- domainEventFields() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get a comma separated list of domain event column names to select from an event or snapshot entry.
- domainEventFields() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Deprecated.in favor of
EventSchema.domainEventFields() - domainEventFields(Function<EventSchema, String>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Set a comma separated list of domain event column names to select from an event or snapshot entry.
- DomainEventMessage<T> - Interface in org.axonframework.eventhandling
-
Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
- DomainEventSequenceAware - Interface in org.axonframework.eventhandling
-
Contract describing a component which is aware of
DomainEventMessagetheir sequences and is capable of providing the last known sequence number for a given Aggregate identifier. - DomainEventStream - Interface in org.axonframework.eventsourcing.eventstore
-
The DomainEventStream represents a stream of historical events published by an Aggregate.
- domainEventTable() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Returns the name of the domain event table.
- doMarkDeleted() - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Marks this aggregate as deleted.
- doMarkDeleted() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- doMarkDeleted() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- doNotEnqueue() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
DoNotEnqueuedefining that adead lettershould not be enqueued at all. - DoNotEnqueue<M> - Class in org.axonframework.messaging.deadletter
-
An
EnqueueDecisionstating adead lettershould not be enqueued. - DoNotEnqueue() - Constructor for class org.axonframework.messaging.deadletter.DoNotEnqueue
- doRegisterListener(CacheEntryListenerConfiguration<Object, Object>) - Method in class org.axonframework.common.caching.JCacheAdapter
- doRegisterListener(L) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
-
Registers the given listener with the cache implementation
- doRegisterListener(CacheEventListener) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- doRegisterListener(CacheEventListener) - Method in class org.axonframework.common.caching.EhCache3Adapter
- doRemoveAssociation(AssociationValue) - Method in class org.axonframework.modelling.saga.AnnotatedSaga
-
Removes the given association from this Saga.
- doRemoveAssociation(AssociationValue) - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
SagaLifecycleinstance method to remove the givenassociationValue. - doResolveRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
-
Resolve the Routing Key for the given
command. - doResolveRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
- doResolveRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
- doSave(A) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Performs the actual saving of the aggregate.
- doSave(LockAwareAggregate<T, A>) - Method in class org.axonframework.modelling.command.LockingRepository
-
Verifies whether all locks are valid and delegates to
LockingRepository.doSaveWithLock(Aggregate)to perform actual storage. - doSaveWithLock(A) - Method in class org.axonframework.modelling.command.LockingRepository
-
Perform the actual saving of the aggregate.
- doSaveWithLock(EventSourcedAggregate<T>) - Method in class org.axonframework.eventsourcing.CachingEventSourcingRepository
- doSaveWithLock(EventSourcedAggregate<T>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
- doSaveWithLock(AnnotatedAggregate<T>) - Method in class org.axonframework.modelling.command.GenericJpaRepository
- doSaveWithLock(AnnotatedAggregate<T>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.
- doSerialize(Object, Class<T>, XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Serialize the given
objectto the givenexpectedFormat. - doSerialize(Object, Class<T>, XStream) - Method in class org.axonframework.serialization.xml.XStreamSerializer
- doSleepFor(long) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Instructs the current Thread to sleep until the given deadline.
- doSleepFor(long, AtomicBoolean) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Instructs the current Thread to sleep until the given deadline.
- doStart() - Method in class org.axonframework.test.server.AxonServerContainer
- doUpcast(IntermediateEventRepresentation) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
- doUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
-
Upcasts the given
intermediateRepresentation. - doUpcast(T) - Method in class org.axonframework.serialization.upcasting.SingleEntryUpcaster
-
Upcasts the given
intermediateRepresentation. - doUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
-
Upcasts the given
intermediateRepresentation. - doUpcast(T, C) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
-
Upcasts the given
intermediateRepresentation. - DuplicateCommandHandlerResolution - Class in org.axonframework.commandhandling
-
Enumeration describing a set of reasonable
DuplicateCommandHandlerResolverimplementations. - duplicateCommandHandlerResolver() - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Sets the
DuplicateCommandHandlerResolverused to resolves the road to take when a duplicate command handler is subscribed. - duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
DuplicateCommandHandlerResolverused to resolves the road to take when a duplicate command handler is subscribed. - DuplicateCommandHandlerResolver - Interface in org.axonframework.commandhandling
-
Functional interface towards resolving the occurrence of a duplicate command handler being subscribed.
- DuplicateCommandHandlerSubscriptionException - Exception Class in org.axonframework.commandhandling
-
Exception indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against.
- DuplicateCommandHandlerSubscriptionException(String) - Constructor for exception class org.axonframework.commandhandling.DuplicateCommandHandlerSubscriptionException
-
Initializes a duplicate command handler subscription exception using the given
message. - DuplicateCommandHandlerSubscriptionException(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Constructor for exception class org.axonframework.commandhandling.DuplicateCommandHandlerSubscriptionException
-
Initialize a duplicate command handler subscription exception using the given
initialHandlerandduplicateHandlerto form a specific message. - DuplicateQueryHandlerResolution - Class in org.axonframework.queryhandling.registration
-
Enumeration describing a set of reasonable
DuplicateQueryHandlerResolverimplementations. - duplicateQueryHandlerResolver(DuplicateQueryHandlerResolver) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the duplicate query handler resolver.
- DuplicateQueryHandlerResolver - Interface in org.axonframework.queryhandling.registration
-
Functional interface towards resolving the occurrence of a duplicate query handler being subscribed.
- DuplicateQueryHandlerSubscriptionException - Exception Class in org.axonframework.queryhandling.registration
-
Exception indicating a duplicate Query Handler was subscribed whilst this behavior is purposefully guarded against.
- DuplicateQueryHandlerSubscriptionException(String) - Constructor for exception class org.axonframework.queryhandling.registration.DuplicateQueryHandlerSubscriptionException
-
Initializes a duplicate query handler subscription exception using the given
message. - DuplicateQueryHandlerSubscriptionException(String, Type, QuerySubscription<?>, QuerySubscription<?>) - Constructor for exception class org.axonframework.queryhandling.registration.DuplicateQueryHandlerSubscriptionException
-
Initialize a duplicate query handler subscription exception using the given
initialHandlerandduplicateHandlerto form a specific message.
E
- EhCache3Adapter - Class in org.axonframework.common.caching
-
Cache implementation that delegates all calls to an EhCache instance.
- EhCache3Adapter(Ehcache) - Constructor for class org.axonframework.common.caching.EhCache3Adapter
-
Initialize the adapter to forward all call to the given
ehCacheinstance - EhCacheAdapter - Class in org.axonframework.common.caching
-
Deprecated.since ehcache 2 is nearing eol, we added
EhCache3Adapterinstead, which uses ehcache 3. - EhCacheAdapter(Ehcache) - Constructor for class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.Initialize the adapter to forward all call to the given
ehCacheinstance - EmbeddedEventStore - Class in org.axonframework.eventsourcing.eventstore
-
Implementation of an
EventStorethat stores and fetches events using anEventStorageEngine. - EmbeddedEventStore - Class in org.axonframework.eventsourcing.eventstore.legacyjpa
-
Deprecated.in favor of using
EmbeddedEventStorewhich moved to jakarta. - EmbeddedEventStore(EmbeddedEventStore.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
-
Instantiate a
EmbeddedEventStorebased on the fields contained in theEmbeddedEventStore.Builder. - EmbeddedEventStore(EmbeddedEventStore.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore
-
Deprecated.Instantiate a
EmbeddedEventStorebased on the fields contained in theEmbeddedEventStore.Builder. - EmbeddedEventStore.Builder - Class in org.axonframework.eventsourcing.eventstore
-
Builder class to instantiate an
EmbeddedEventStore. - EmbeddedEventStore.Builder - Class in org.axonframework.eventsourcing.eventstore.legacyjpa
-
Deprecated.Builder class to instantiate an
EmbeddedEventStore. - emit(Class<Q>, Predicate<? super Q>, SubscriptionQueryUpdateMessage<U>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Emits given incremental update to subscription queries matching given query type and filter.
- emit(Class<Q>, Predicate<? super Q>, U) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Emits given incremental update to subscription queries matching given query type and filter.
- emit(Predicate<SubscriptionQueryMessage<?, ?, U>>, SubscriptionQueryUpdateMessage<U>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Emits incremental update (as return value of provided update function) to subscription queries matching given filter.
- emit(Predicate<SubscriptionQueryMessage<?, ?, U>>, SubscriptionQueryUpdateMessage<U>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- emit(Predicate<SubscriptionQueryMessage<?, ?, U>>, U) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Emits given incremental update to subscription queries matching given filter.
- empty() - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Create an empty DomainEventStream.
- EmptyCollectionMatcher<T> - Class in org.axonframework.test.matchers
-
Matches any empty collection.
- EmptyCollectionMatcher(String) - Constructor for class org.axonframework.test.matchers.EmptyCollectionMatcher
-
Creates a matcher of a list of empty items.
- emptyInstance() - Static method in class org.axonframework.messaging.MetaData
-
Returns an empty MetaData instance.
- emptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
- emptyType() - Static method in interface org.axonframework.serialization.SerializedType
-
Returns the type that represents an empty message, of undefined type.
- emptyType() - Static method in class org.axonframework.serialization.SimpleSerializedType
-
Returns the type that represents an empty message, of undefined type.
- enableCoordinatorClaimExtension() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Enables the
Coordinatortoextend the claimsof itsWorkPackages. - enabledLocalSegmentShortCut() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Enables shortcut to local
QueryBus. - enableSequenceIdentifierCache() - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Enabled this
DeadLetteringEventHandlerInvokerto cache sequence identifiers. - encrypt(Event) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- encryptBytes(int, byte[]) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- end() - Method in class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
-
Mark this activity as being finalized.
- end() - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Marks the saga as ended.
- end() - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
- end() - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpan
- end() - Method in interface org.axonframework.tracing.Span
-
Ends the span.
- endpoint() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
-
Returns this Member's endpoint.
- EndSaga - Annotation Interface in org.axonframework.modelling.saga
-
Indicates that the annotated
SagaEventHandlermethod indicates the end of a Saga instance's lifecycle. - EndSagaMessageHandlerDefinition - Class in org.axonframework.modelling.saga
-
A
HandlerEnhancerDefinitioninspecting the existence of theEndSagaannotation onMessageHandlingMembers. - EndSagaMessageHandlerDefinition() - Constructor for class org.axonframework.modelling.saga.EndSagaMessageHandlerDefinition
- EndSagaMessageHandlerDefinition.EndSageMessageHandlingMember<T> - Class in org.axonframework.modelling.saga
-
A
WrappedMessageHandlingMemberimplementation dedicated towardsMessageHandlingMembers annotated withEndSaga. - EndSageMessageHandlingMember(MessageHandlingMember<T>) - Constructor for class org.axonframework.modelling.saga.EndSagaMessageHandlerDefinition.EndSageMessageHandlingMember
-
Initializes the member using the given
delegate. - endScope() - Method in class org.axonframework.messaging.Scope
- enqueue() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
ShouldEnqueuedefining that adead lettershould be enqueued. - enqueue(Object, DeadLetter<? extends E>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- enqueue(Object, DeadLetter<? extends M>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- enqueue(Object, DeadLetter<? extends M>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- enqueue(Object, DeadLetter<? extends M>) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- enqueue(Object, DeadLetter<? extends M>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Enqueues a
dead lettercontaining an implementation ofMto this queue. - enqueue(Throwable) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
ShouldEnqueuedefining that adead lettershould be enqueued because of the givenenqueueCause. - enqueue(Throwable, Function<DeadLetter<? extends M>, MetaData>) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
ShouldEnqueuedefining that adead lettershould be enqueued because of the givenenqueueCause. - enqueueCause() - Method in class org.axonframework.messaging.deadletter.DoNotEnqueue
- enqueueCause() - Method in interface org.axonframework.messaging.deadletter.EnqueueDecision
- enqueueCause() - Method in class org.axonframework.messaging.deadletter.Ignore
- enqueueCause() - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
- enqueuedAt() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- enqueuedAt() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- enqueuedAt() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- enqueuedAt() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
The moment in time when the
DeadLetter.message()was entered in a dead letter queue. - enqueuedAt() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- enqueuedAtColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
enqueuedAtcolumn name. - enqueuedAtColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
enqueuedAtcolumn. - EnqueueDecision<M> - Interface in org.axonframework.messaging.deadletter
-
A contract towards describing a decision among a
dead lettercontaining a message of typeMconcerning whether to add it to aSequencedDeadLetterQueue. - enqueueIfPresent(Object, Supplier<DeadLetter<? extends M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Enqueue the result of the given
letterBuilderonly if there already are otherdead letterswith the samesequenceIdentifierpresent in this queue. - enqueuePolicy(EnqueuePolicy<EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Sets the
EnqueuePolicythisEventHandlerInvokeruses to decide whether adead lettershould be added to theSequencedDeadLetterQueue. - EnqueuePolicy<M> - Interface in org.axonframework.messaging.deadletter
- enqueueStatement(Connection, String, String, DeadLetter<? extends E>, long) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.enqueue(Object, DeadLetter)operation. - enqueueStatement(Connection, String, String, DeadLetter<? extends E>, long) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- ensureAccessible(T) - Static method in class org.axonframework.common.ReflectionUtils
-
Makes the given
memberaccessible via reflection if it is not the case already. - ensureConflictsResolved() - Method in class org.axonframework.eventsourcing.conflictresolution.DefaultConflictResolver
- ensureSagaResourcesInitialized() - Method in class org.axonframework.test.saga.SagaTestFixture
-
Initializes the saga resources if it hasn't already done so.
- entityClass() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Returns the class this model describes
- EntityId - Annotation Interface in org.axonframework.modelling.command
- entityManager() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Provides an
EntityManagerinstance for storing and fetching event data. - entityManager() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Provides an
EntityManagerinstance for storing and fetching event data. - entityManagerProvider() - Method in class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
- entityManagerProvider() - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database for thisJpaSequencedDeadLetterQueueimplementation. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database for thisEventStorageEngineimplementation. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Sets the
EntityManagerProviderwhich provides theEntityManagerinstance for this repository. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore.Builder
-
Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database for thisJpaSequencedDeadLetterQueueimplementation. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database for thisEventStorageEngineimplementation. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.Sets the
EntityManagerProviderwhich provides theEntityManagerinstance for this repository. - entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore.Builder
-
Deprecated.Sets the
EntityManagerProviderwhich provides theEntityManagerused to access the underlying database. - EntityManagerProvider - Interface in org.axonframework.common.jpa
-
Provides components with an EntityManager to access the persistence mechanism.
- EntityManagerProvider - Interface in org.axonframework.common.legacyjpa
-
Deprecated.in favor of using
EntityManagerProviderwhich moved to jakarta. - EntityModel<T> - Interface in org.axonframework.modelling.command.inspection
-
Interface of an entity model that describes the properties and capabilities of an entity of type
T. - EntryListenerAdapter() - Constructor for class org.axonframework.common.caching.Cache.EntryListenerAdapter
- entrySet() - Method in class org.axonframework.messaging.MetaData
- EnvironmentVariableUsagePropertyProvider - Class in org.axonframework.updates.configuration
-
A
UsagePropertyProviderimplementation that reads the usage properties from the environment variables. - EnvironmentVariableUsagePropertyProvider() - Constructor for class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
-
Creates a new
EnvironmentVariableUsagePropertyProviderthat reads properties from the system environment. - EnvironmentVariableUsagePropertyProvider(EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier) - Constructor for class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
-
Creates a new
EnvironmentVariableUsagePropertyProviderthat reads properties from the providedEnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier. - EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier - Interface in org.axonframework.updates.configuration
-
A functional interface to supply environment variables.
- EqualFieldsMatcher<T> - Class in org.axonframework.test.matchers
-
Matcher that will match an Object if all the fields on that Object contain values equal to the same field in the expected instance.
- EqualFieldsMatcher(T) - Constructor for class org.axonframework.test.matchers.EqualFieldsMatcher
-
Initializes an EqualFieldsMatcher that will match an object with equal properties as the given
expectedobject. - EqualFieldsMatcher(T, FieldFilter) - Constructor for class org.axonframework.test.matchers.EqualFieldsMatcher
-
Initializes an EqualFieldsMatcher that will match an object with equal properties as the given
expectedobject. - EqualRevisionPredicate - Class in org.axonframework.eventsourcing.eventstore
-
A predicate that matches against
DomainEventDatainstances that have a revision 'equal' to the revision of the class is has serialized data for. - EqualRevisionPredicate(RevisionResolver, Serializer) - Constructor for class org.axonframework.eventsourcing.eventstore.EqualRevisionPredicate
-
Initializes the Predicate with given
resolverto resolve revision of the class represented by the serialized data. - equals(Object) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- equals(Object) - Method in class org.axonframework.axonserver.connector.PriorityCallable
- equals(Object) - Method in class org.axonframework.axonserver.connector.PriorityRunnable
- equals(Object) - Method in class org.axonframework.axonserver.connector.TopologyChange
- equals(Object) - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
- equals(Object) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
- equals(Object) - Method in class org.axonframework.commandhandling.distributed.SimpleMember
- equals(Object) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
- equals(Object) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineToken
- equals(Object) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
- equals(Object) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- equals(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
- equals(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
- equals(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- equals(Object) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- equals(Object) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- equals(Object) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- equals(Object) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- equals(Object) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
- equals(Object) - Method in class org.axonframework.eventhandling.ReplayToken
- equals(Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
- equals(Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
- equals(Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerScheduleToken
- equals(Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
- equals(Object) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrScheduleToken
- equals(Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
- equals(Object) - Method in class org.axonframework.eventhandling.Segment
- equals(Object) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- equals(Object) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
- equals(Object) - Method in class org.axonframework.eventhandling.TrackerStatus
- equals(Object) - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- equals(Object) - Method in class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry.PK
- equals(Object) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- equals(Object) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- equals(Object) - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- equals(Object) - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
- equals(Object) - Method in exception class org.axonframework.messaging.deadletter.ThrowableCause
- equals(Object) - Method in class org.axonframework.messaging.MetaData
- equals(Object) - Method in class org.axonframework.messaging.RemoteExceptionDescription
- equals(Object) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- equals(Object) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- equals(Object) - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
- equals(Object) - Method in class org.axonframework.modelling.command.AggregateScopeDescriptor
- equals(Object) - Method in class org.axonframework.modelling.command.VersionedAggregateIdentifier
- equals(Object) - Method in class org.axonframework.modelling.saga.AssociationValue
- equals(Object) - Method in class org.axonframework.modelling.saga.SagaScopeDescriptor
- equals(Object) - Method in class org.axonframework.queryhandling.QuerySubscription
- equals(Object) - Method in class org.axonframework.serialization.SerializedMetaData
- equals(Object) - Method in class org.axonframework.serialization.SimpleSerializedObject
- equals(Object) - Method in class org.axonframework.serialization.SimpleSerializedType
- equals(Object) - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
- equals(Object) - Method in class org.axonframework.test.eventscheduler.StubScheduleToken
- equals(Object) - Method in class org.axonframework.test.server.AxonServerContainer
- equals(Object) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.
- equals(Object) - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.
- equals(Object) - Method in class org.axonframework.updates.api.Artifact
- equals(Object) - Method in class org.axonframework.updates.api.ArtifactAvailableUpgrade
- equals(Object) - Method in class org.axonframework.updates.api.DetectedVulnerability
- equals(Object) - Method in class org.axonframework.updates.api.UpdateCheckRequest
- equals(Object) - Method in class org.axonframework.updates.api.UpdateCheckResponse
- EqualsMatcher<T> - Class in org.axonframework.test.matchers
-
Matcher testing for object equality as per
Object.equals(Object o) - EqualsMatcher(T) - Constructor for class org.axonframework.test.matchers.EqualsMatcher
- equalTo(T) - Static method in class org.axonframework.test.matchers.EqualsMatcher
- equalTo(T) - Static method in class org.axonframework.test.matchers.Matchers
-
Deprecated.Please use the
Matchers.deepEquals(Object)instead. Using this method will lead to unwanted exceptions when ran on JDK 17 and up, due to adjustments in reflective access. - equalTo(T, FieldFilter) - Static method in class org.axonframework.test.matchers.Matchers
-
Deprecated.Please use the
Matchers.deepEquals(Object, FieldFilter)instead. Using this method will lead to unwanted exceptions when ran on JDK 17 and up, due to adjustments in reflective access. - error() - Method in class org.axonframework.eventhandling.ErrorContext
-
Returns the error that was raised in the processor
- error(Throwable) - Method in interface org.axonframework.queryhandling.SinkWrapper
-
Wrapper around Sink error(Throwable).
- ERROR - Enum constant in enum class org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
A
RoutingStrategywhich always throws aCommandDispatchExceptionregardless of theCommandMessagereceived. - errorCode() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
- errorCode() - Method in enum class org.axonframework.axonserver.connector.ErrorCode
- errorCode() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Return an
ErrorCodebased on theAxonServerQueryDispatchException.code(). - ErrorCode - Enum Class in org.axonframework.axonserver.connector
-
Converts an Axon Server Error to the relevant Axon framework exception.
- ErrorContext - Class in org.axonframework.eventhandling
-
Describes the context of an error.
- ErrorContext(String, Throwable, List<? extends EventMessage<?>>) - Constructor for class org.axonframework.eventhandling.ErrorContext
-
Instantiate an ErrorContext for the given
eventProcessor, due to the givenerror, with the givenfailedEvents. - errorHandler(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
ErrorHandlertied to the givenprocessorName. - errorHandler(String) - Method in class org.axonframework.config.EventProcessingModule
- errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Sets the
ErrorHandlerinvoked when anUnitOfWorkis rolled back during processing. - errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
- errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- errorHandler(QueryInvocationErrorHandler) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the
QueryInvocationErrorHandlerto handle exceptions during query handler invocation. - ErrorHandler - Interface in org.axonframework.eventhandling
-
Interface of the error handler that will be invoked if event processing fails.
- errorHandlers - Variable in class org.axonframework.config.EventProcessingModule
- EVENT - Enum constant in enum class org.axonframework.spring.config.MessageHandlerConfigurer.Type
-
Lists the message handler for
EventMessages. - EVENT_BUS_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
-
The key used to locate the Event Bus in the scheduler context.
- EVENT_JOB_DATA_BINDER_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
-
The key used to locate the
EventJobDataBinderin the scheduler context. - EVENT_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
Deprecated.in favor of the default message keys | only maintained for backwards compatibility
- EVENT_PAYLOAD_TOO_LARGE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- EventBuffer - Class in org.axonframework.axonserver.connector.event.axon
-
Client-side buffer of messages received from the server.
- EventBuffer(EventStream, EventUpcaster, Serializer, boolean) - Constructor for class org.axonframework.axonserver.connector.event.axon.EventBuffer
-
Initializes an Event Buffer, passing messages through given
upcasterChainand deserializing events using givenserializer. - eventBus() - Method in interface org.axonframework.config.Configuration
-
Retrieves the Event Bus defined in this Configuration.
- eventBus() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- eventBus(Configuration) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- eventBus(EventBus) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
-
Sets the
EventBusused to publish events. - eventBus(EventBus) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway.Builder
- eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets the
EventBusused to publish events on once the schedule has been met. - eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
Sets the
EventBusused to publish events on to, once the schedule has been met. - eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
-
Sets the
EventBusused to publish events on once the schedule has been met. - eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the
EventBusused to publish events on once the schedule has been met. - eventBus(EventBus) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Sets the
EventBusto which events are published. - eventBus(EventBus) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.Sets the
EventBusto which events are published. - EventBus - Interface in org.axonframework.eventhandling
-
Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
- eventBusSpanFactory(SpanFactory) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- EventBusSpanFactory - Interface in org.axonframework.eventhandling
-
Span factory that creates spans for the
EventBus. - eventCipher(EventCipher) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
Deprecated.Through use of the Axon Server Java Connector project.
- EventCipher - Class in org.axonframework.axonserver.connector.event.util
-
Deprecated.in through use of the AxonServer java connector
- EventCipher() - Constructor for class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.Constructs a default
EventCipher. - EventCipher(byte[]) - Constructor for class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.Constructs a
EventCipherusing the givensecretKey. - EventCipher(Function<Event, Integer>, List<byte[]>) - Constructor for class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- EventConsumer<T> - Interface in org.axonframework.test.eventscheduler
-
A consumer that allows implementations to throw exceptions.
- EventCountSnapshotTriggerDefinition - Class in org.axonframework.eventsourcing
-
Snapshotter trigger mechanism that counts the number of events to decide when to create a snapshot.
- EventCountSnapshotTriggerDefinition(Snapshotter, int) - Constructor for class org.axonframework.eventsourcing.EventCountSnapshotTriggerDefinition
-
Initialized the SnapshotTriggerDefinition to threshold snapshots using the given
snapshotterwhenthresholdevents have been applied to an Aggregate instance - EventData<T> - Interface in org.axonframework.eventhandling
-
Interface describing the properties of serialized Event Messages.
- eventDispatchInterceptorConfigurer(EventGateway, Optional<List<MessageDispatchInterceptor<? super EventMessage<?>>>>) - Method in class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- eventFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- eventForwardingMode() - Element in annotation interface org.axonframework.modelling.command.AggregateMember
-
Indicates the forwarding mode used for events within this entity.
- eventGateway() - Method in interface org.axonframework.config.Configuration
-
Returns the Event Gateway defined in this Configuration.
- eventGateway(EventBus) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- EventGateway - Interface in org.axonframework.eventhandling.gateway
-
Interface towards the Event Handling components of an application.
- eventHandled(EventMessage<?>) - Method in class org.axonframework.eventsourcing.AbstractSnapshotTrigger
- eventHandled(EventMessage<?>) - Method in interface org.axonframework.eventsourcing.SnapshotTrigger
-
Invoked when an event is handled by an aggregate.
- EventHandler - Annotation Interface in org.axonframework.eventhandling
-
Annotation to be placed on methods that can handle events.
- eventHandlerInvoker() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Returns the invoker assigned to this processor.
- eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Sets the
EventHandlerInvokerwhich will handle all the individualEventMessages. - eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
- eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- EventHandlerInvoker - Interface in org.axonframework.eventhandling
-
Interface for an event message handler that defers handling to one or more other handlers.
- EventHandlerRegistrar - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
MessageHandlerLookupandMessageHandlerConfigurer. - EventHandlerRegistrar(AxonConfiguration, ModuleConfiguration, EventProcessingConfigurer) - Constructor for class org.axonframework.spring.config.EventHandlerRegistrar
-
Deprecated.Initialize the registrar to register beans discovered with the given
eventProcessing. - eventHandlers() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
Gets the list of
EventMessageHandlerdelegates in this invoker. - eventHandlers(Object...) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Sets the
eventHandlersthisEventHandlerInvokerwill forward all its events to. - eventHandlers(List<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Sets the
eventHandlersthisEventHandlerInvokerwill forward all its events to. - Eventhandling() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling
- eventIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
eventIdentifiercolumn name. - eventIdentifierColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the identifier of the event.
- eventIdentifierColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
eventIdentifiercolumn. - eventIdentifierColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event identifier column.
- EventJobDataBinder - Interface in org.axonframework.eventhandling.scheduling.quartz
-
Strategy towards reading/writing an Axon EventMessage from/to a Quartz
JobDataMap. - EventLoggingInterceptor - Class in org.axonframework.eventhandling.interceptors
-
Message Dispatch Interceptor that logs published events to a SLF4J logger.
- EventLoggingInterceptor() - Constructor for class org.axonframework.eventhandling.interceptors.EventLoggingInterceptor
-
Initialize the LoggingInterceptor with the default logger name, which is the fully qualified class name of this logger.
- EventLoggingInterceptor(String) - Constructor for class org.axonframework.eventhandling.interceptors.EventLoggingInterceptor
-
Initialize the interceptor with the given
loggerName. - eventMatching(Predicate<? super T>) - Static method in class org.axonframework.eventsourcing.conflictresolution.Conflicts
-
Returns a
Predicatefor aConflictResolverthat responds affirmative if any event in a list of unseen events matches the givenmessageFilter. - EventMessage<T> - Interface in org.axonframework.eventhandling
-
Represents a Message wrapping an Event, which is represented by its payload.
- EventMessageConverter - Interface in org.axonframework.spring.messaging
-
Interface describing a mechanism that converts Spring Messages from an Axon Event Messages and vice versa.
- EventMessageDeadLetterJpaConverter - Class in org.axonframework.eventhandling.deadletter.jpa
-
Converter responsible for converting to and from known
EventMessageimplementations that should be supported by aSequencedDeadLetterQueuecapable of storingEventMessages. - EventMessageDeadLetterJpaConverter - Class in org.axonframework.eventhandling.deadletter.legacyjpa
-
Deprecated.in favor of using
EventMessageDeadLetterJpaConverterwhich moved to jakarta. - EventMessageDeadLetterJpaConverter() - Constructor for class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
- EventMessageDeadLetterJpaConverter() - Constructor for class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- EventMessageHandler - Interface in org.axonframework.eventhandling
-
Interface to be implemented by classes that can handle events.
- EventMultiUpcaster - Class in org.axonframework.serialization.upcasting.event
-
Abstract implementation of a
SingleEntryMultiUpcasterand anEventUpcasterthat eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations. - EventMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.EventMultiUpcaster
- eventProcessing() - Method in interface org.axonframework.config.Configurer
-
Retrieve the
EventProcessingConfigurerregistered as a module with this Configurer. - eventProcessing() - Method in class org.axonframework.config.DefaultConfigurer
- eventProcessing(Consumer<EventProcessingConfigurer>) - Method in interface org.axonframework.config.Configurer
-
Locates the
EventProcessingConfigurerregistered as a module with this Configurer and provides it to the given consumer for configuration. - EventProcessingAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Auto configuration for
EventProcessingModule. - EventProcessingAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.EventProcessingAutoConfiguration
- eventProcessingConfiguration - Variable in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
- eventProcessingConfiguration() - Method in interface org.axonframework.config.Configuration
-
Returns the
EventProcessingConfigurationdefined in this Configuration. - eventProcessingConfiguration() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- EventProcessingConfiguration - Interface in org.axonframework.config
-
Defines a contract for accessor methods regarding event processing configuration.
- EventProcessingConfigurer - Interface in org.axonframework.config
-
Defines a contract for configuring event processing.
- EventProcessingConfigurer.DeadLetteringInvokerConfiguration - Interface in org.axonframework.config
-
Contract defining
DeadLetteringEventHandlerInvoker.Builderbased configuration when constructing aDeadLetteringEventHandlerInvoker. - EventProcessingConfigurer.EventProcessorBuilder - Interface in org.axonframework.config
-
Contract which defines how to build an event processor.
- EventProcessingConfigurer.PooledStreamingProcessorConfiguration - Interface in org.axonframework.config
-
Contract defining
PooledStreamingEventProcessor.Builderbased configuration when constructing aPooledStreamingEventProcessor. - EventProcessingConfigurer.SubscribableMessageSourceDefinitionBuilder - Interface in org.axonframework.config
-
Contract which define how to build
SubscribableMessageSourceDefinition - EventProcessingException - Exception Class in org.axonframework.eventhandling
-
Exception thrown when an
EventProcessorfailed to handle a batch of events. - EventProcessingException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.EventProcessingException
-
Initialize the exception with given
messageandcause. - eventProcessingModule() - Method in class org.axonframework.springboot.autoconfig.EventProcessingAutoConfiguration
- EventProcessingModule - Class in org.axonframework.config
-
Event processing module configuration.
- EventProcessingModule() - Constructor for class org.axonframework.config.EventProcessingModule
- EventProcessingStrategy - Interface in org.axonframework.eventhandling
-
Interface describing a strategy for the processing of a batch of events.
- eventProcessor() - Method in interface org.axonframework.config.SagaConfiguration
-
Gets the
EventProcessorresponsible for delivering events to this Saga. - eventProcessor() - Method in class org.axonframework.eventhandling.ErrorContext
-
Returns the name of the Event Processor where the error occurred.
- eventProcessor(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Obtains an
EventProcessorthrough the givenname. - eventProcessor(String, Class<T>) - Method in interface org.axonframework.config.EventProcessingConfiguration
- EventProcessor - Interface in org.axonframework.eventhandling
-
An Event Processor processes event messages from an event queue or event bus.
- eventProcessorByProcessingGroup(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Obtains an
EventProcessorby it'sprocessingGroup. - eventProcessorByProcessingGroup(String) - Method in class org.axonframework.config.EventProcessingModule
- eventProcessorByProcessingGroup(String, Class<T>) - Method in interface org.axonframework.config.EventProcessingConfiguration
- EventProcessorControlService - Class in org.axonframework.axonserver.connector.processor
-
Service that listens to
PlatformOutboundInstructions to controlEventProcessors when for example requested by Axon Server. - EventProcessorControlService(AxonServerConnectionManager, EventProcessingConfiguration, String) - Constructor for class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
Deprecated.Please use
EventProcessorControlService(AxonServerConnectionManager, EventProcessingConfiguration, String, Map)to ensure processor settings are provided. - EventProcessorControlService(AxonServerConnectionManager, EventProcessingConfiguration, String, Map<String, AxonServerConfiguration.Eventhandling.ProcessorSettings>) - Constructor for class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
Initialize a
EventProcessorControlService. - EventProcessorControlService(AxonServerConnectionManager, EventProcessingConfiguration, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
Initialize a
EventProcessorControlService. - EventProcessorControlService.AxonProcessorInstructionHandler - Class in org.axonframework.axonserver.connector.processor
- EventProcessorInfoConfiguration - Class in org.axonframework.axonserver.connector.event.axon
-
Module Configuration implementation that defines the components needed to control and monitor the
EventProcessors with AxonServer. - EventProcessorInfoConfiguration() - Constructor for class org.axonframework.axonserver.connector.event.axon.EventProcessorInfoConfiguration
-
Create an default EventProcessorInfoConfiguration, which uses the
Configurationas a means to retrieve theEventProcessingConfiguration,AxonServerConnectionManagerandAxonServerConfiguration. - EventProcessorInfoConfiguration(Function<Configuration, EventProcessorControlService>) - Constructor for class org.axonframework.axonserver.connector.event.axon.EventProcessorInfoConfiguration
-
Create a default EventProcessorInfoConfiguration, which uses the
EventProcessorControlService - EventProcessorInfoConfiguration(Function<Configuration, EventProcessingConfiguration>, Function<Configuration, AxonServerConnectionManager>, Function<Configuration, AxonServerConfiguration>) - Constructor for class org.axonframework.axonserver.connector.event.axon.EventProcessorInfoConfiguration
-
Creates an EventProcessorInfoConfiguration using the provided functions to retrieve the
EventProcessingConfiguration,AxonServerConnectionManagerandAxonServerConfiguration. - EventProcessorLatencyMonitor - Class in org.axonframework.metrics
-
A
MessageMonitorimplementation dedicated toEventMessages. - EventProcessorLatencyMonitor - Class in org.axonframework.micrometer
-
A
MessageMonitorimplementation dedicated toEventMessages. - EventProcessorLatencyMonitor() - Constructor for class org.axonframework.metrics.EventProcessorLatencyMonitor
-
Construct an
EventProcessorLatencyMonitorusing aClock.systemUTC(). - EventProcessorLatencyMonitor(Clock) - Constructor for class org.axonframework.metrics.EventProcessorLatencyMonitor
-
Construct an
EventProcessorLatencyMonitorusing the givenclock. - EventProcessorLatencyMonitor(EventProcessorLatencyMonitor.Builder) - Constructor for class org.axonframework.micrometer.EventProcessorLatencyMonitor
-
Instantiate a
EventProcessorLatencyMonitorbased on the fields contained in theEventProcessorLatencyMonitor.Builder. - EventProcessorLatencyMonitor.Builder - Class in org.axonframework.micrometer
-
Builder class to instantiate a
EventProcessorLatencyMonitor. - EventProcessorProperties - Class in org.axonframework.springboot
-
Properties describing the settings for Event Processors.
- EventProcessorProperties() - Constructor for class org.axonframework.springboot.EventProcessorProperties
- EventProcessorProperties() - Constructor for class org.axonframework.springboot.TracingProperties.EventProcessorProperties
- EventProcessorProperties.Dlq - Class in org.axonframework.springboot
- EventProcessorProperties.DlqCache - Class in org.axonframework.springboot
- EventProcessorProperties.Mode - Enum Class in org.axonframework.springboot
-
The processing modes of an
EventProcessor. - EventProcessorProperties.ProcessorSettings - Class in org.axonframework.springboot
- eventProcessors - Variable in class org.axonframework.config.EventProcessingModule
- eventProcessors() - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Obtains all registered
EventProcessors. - eventProcessors() - Method in class org.axonframework.config.EventProcessingModule
- eventProcessorSpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- EventProcessorSpanFactory - Interface in org.axonframework.eventhandling
-
Span factory that creates spans for the
EventProcessorimplementations. - EventProcessorTask - Class in org.axonframework.eventhandling.async
-
Scheduler that keeps track of (Event processing) tasks that need to be executed sequentially.
- EventProcessorTask(Executor, EventProcessorTask.ShutdownCallback) - Constructor for class org.axonframework.eventhandling.async.EventProcessorTask
-
Initialize a scheduler using the given
executor. - EventProcessorTask.ShutdownCallback - Interface in org.axonframework.eventhandling.async
-
Callback that allows the SequenceManager to receive a notification when this scheduler finishes processing events.
- EventPublicationFailedException - Exception Class in org.axonframework.messaging
-
Exception indication that an error occurred while publishing an event to an AMQP Broker
- EventPublicationFailedException(String, Throwable) - Constructor for exception class org.axonframework.messaging.EventPublicationFailedException
-
Initialize the exception using given descriptive
messageandcause - EventPublisher - Class in org.axonframework.disruptor.commandhandling
-
Component of the DisruptorCommandBus that stores and publishes events generated by the command's execution.
- EventPublisher(Executor, TransactionManager, RollbackConfiguration, int) - Constructor for class org.axonframework.disruptor.commandhandling.EventPublisher
-
Initializes the EventPublisher to publish Events to the given
eventStoreandeventBusfor aggregate of givenaggregateType. - eventScheduler() - Method in interface org.axonframework.config.Configuration
-
Returns the
EventSchedulerdefined in thisConfiguration. - eventScheduler(Scheduler, Serializer, TransactionManager, EventBus) - Method in class org.axonframework.springboot.autoconfig.AxonDbSchedulerAutoConfiguration
- eventScheduler(Serializer, AxonServerConnectionManager) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- eventScheduler(JobScheduler, Serializer, TransactionManager, EventBus) - Method in class org.axonframework.springboot.autoconfig.AxonJobRunrAutoConfiguration
- EventScheduler - Interface in org.axonframework.eventhandling.scheduling
-
Interface towards a mechanism capable of scheduling the publication of events.
- EventSchedulerNotSuppliedException - Exception Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
Exception indicating a problem in the Event Scheduling mechanism, more precisely the
DbSchedulerEventSchedulerwas not supplied properly. - EventSchedulerNotSuppliedException() - Constructor for exception class org.axonframework.eventhandling.scheduling.dbscheduler.EventSchedulerNotSuppliedException
-
Initialize a EventSchedulerNotSuppliedException.
- EventSchedulerValidator - Class in org.axonframework.test.eventscheduler
-
Helper class for validating events scheduled in a given event scheduler.
- EventSchedulerValidator(StubEventScheduler) - Constructor for class org.axonframework.test.eventscheduler.EventSchedulerValidator
-
Initializes the validator to validate the state of the given
eventScheduler. - eventSchema() - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- EventSchema - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Schema of an event entry to be stored using Jdbc.
- EventSchema() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Initializes the default Event Schema
- EventSchema.Builder - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Builder for an
EventSchemathat gets initialized with default values. - eventSerializer() - Method in interface org.axonframework.config.Configuration
-
Returns the
Serializerdefined in this Configuration to be used for serializing Event Message payload and their metadata. - eventSerializer() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- eventSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
Sets the
Serializerused to de-/serialize events. - eventSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the
Serializerused to serialize and deserialize the Event Message's payload and Meta Data with. - eventSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
Sets the
Serializerto serialize theevent payload,MetaData, anddiagnosticsof theDeadLetterwhen storing it to a database. - eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
Serializerto (de)serialize the events, metadata and diagnostics of theDeadLetterwhen storing it to a database. - eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
Serializerto (de)serialize the event payload, event metadata, and diagnostics of theDeadLetterwhen storing it to the database. - eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the
Serializerto (de)serialize the event payload, event metadata, and diagnostics of theDeadLetterwhen storing it to the database. - eventSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Sets the
Serializerused to serialize and deserialize the Event Message's payload andMetaDatawith. - eventSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
- eventSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
- eventSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- eventSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- eventSerializer(Serializer, Serializer, RevisionResolver) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- EventSourcedAggregate<T> - Class in org.axonframework.eventsourcing
-
Implementation of an
Aggregatethat is sourced from events that have been published by the aggregate. - EventSourcedAggregate(AggregateModel<T>, EventBus, SnapshotTrigger) - Constructor for class org.axonframework.eventsourcing.EventSourcedAggregate
-
Creates a new EventSourcedAggregate instance based on the given
model, which publishes events to the giveneventBus. - EventSourcedAggregate(AggregateModel<T>, EventBus, RepositoryProvider, SnapshotTrigger) - Constructor for class org.axonframework.eventsourcing.EventSourcedAggregate
-
Creates a new EventSourcedAggregate instance based on the given
model, which publishes events to the giveneventBus. - EventSourcedAggregate(T, AggregateModel<T>, EventBus, SnapshotTrigger) - Constructor for class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initializes an Aggregate instance for the given
aggregateRoot, based on the givenmodel, which publishes events to the giveneventBus. - EventSourcedAggregate(T, AggregateModel<T>, EventBus, RepositoryProvider, SnapshotTrigger) - Constructor for class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initializes an Aggregate instance for the given
aggregateRoot, based on the givenmodel, which publishes events to the giveneventBus. - EventSourcingHandler - Annotation Interface in org.axonframework.eventsourcing
-
Annotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by that aggregate.
- EventSourcingRepository<T> - Class in org.axonframework.eventsourcing
-
Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
- EventSourcingRepository(EventSourcingRepository.Builder<T>) - Constructor for class org.axonframework.eventsourcing.EventSourcingRepository
-
Instantiate a
EventSourcingRepositorybased on the fields contained in theEventSourcingRepository.Builder. - EventSourcingRepository.Builder<T> - Class in org.axonframework.eventsourcing
-
Builder class to instantiate a
EventSourcingRepository. - eventStorageEngine(Serializer, PersistenceExceptionResolver, Serializer, Configuration, ConnectionProvider, TransactionManager, EventSchema) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- eventStorageEngine(Serializer, PersistenceExceptionResolver, Serializer, Configuration, EntityManagerProvider, TransactionManager) - Method in class org.axonframework.springboot.autoconfig.JpaEventStoreAutoConfiguration
- eventStorageEngine(Serializer, PersistenceExceptionResolver, Serializer, Configuration, EntityManagerProvider, TransactionManager) - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxEventStoreAutoConfiguration
-
Deprecated.
- EventStorageEngine - Interface in org.axonframework.eventsourcing.eventstore
-
Provides a mechanism to append as well as retrieve events from an underlying storage like a database.
- eventStore - Variable in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- eventStore() - Method in interface org.axonframework.config.Configuration
-
Returns the Event Store in this Configuration, if it is defined.
- eventStore(AxonServerConfiguration, Configuration, AxonServerConnectionManager, Serializer, Serializer) - Method in class org.axonframework.springboot.autoconfig.AxonServerBusAutoConfiguration
- eventStore(EventStorageEngine, Configuration) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- eventStore(EventStore) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
-
Sets the
EventStoreinstance which thisAbstractSnapshotterimplementation will store snapshots in. - eventStore(EventStore) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
- eventStore(EventStore) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
EventStorethat holds the event stream this repository needs to event source an Aggregate. - eventStore(EventStore) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- EventStore - Interface in org.axonframework.eventsourcing.eventstore
-
Provides a mechanism to open streams from events in the the underlying event storage.
- EventStoreClientException - Exception Class in org.axonframework.axonserver.connector.event.util
-
Deprecated.in through use of the AxonServer java connector
- EventStoreClientException(String, String) - Constructor for exception class org.axonframework.axonserver.connector.event.util.EventStoreClientException
-
Deprecated.
- EventStoreClientException(String, String, Throwable) - Constructor for exception class org.axonframework.axonserver.connector.event.util.EventStoreClientException
-
Deprecated.
- EventStoreConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
- EventStoreException - Exception Class in org.axonframework.eventsourcing.eventstore
-
Indicates that the given events stream could not be stored or read due to an underlying exception.
- EventStoreException(String) - Constructor for exception class org.axonframework.eventsourcing.eventstore.EventStoreException
-
Initialize the exception with the given
message. - EventStoreException(String, Throwable) - Constructor for exception class org.axonframework.eventsourcing.eventstore.EventStoreException
-
Initialize the exception with the given
messageandcause - eventStreamFilter - Variable in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- eventStreamFilter(Predicate<? super DomainEventMessage<?>>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
Predicateused to filter events when reading from the EventStore. - EventStreamUtils - Class in org.axonframework.eventsourcing
-
Utility class for dealing with event streams.
- eventTable(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the domain events table.
- EventTableFactory - Interface in org.axonframework.eventsourcing.eventstore.jdbc
-
Interface describing a factory for JDBC to create the Domain and Snapshot Event tables.
- EventTrackerStatus - Interface in org.axonframework.eventhandling
-
Interface describing the status of a
Segmentof aTrackingEventProcessor. - EventTrackerStatusChangeListener - Interface in org.axonframework.eventhandling
-
Represent a listener that is notified whenever the
MapofEventTrackerStatus' in theTrackingEventProcessorthis component is registered to has changed. - EventTypeUpcaster - Class in org.axonframework.serialization.upcasting.event
-
A
SingleEventUpcasterimplementation which allows for type upcasting only. - EventTypeUpcaster(String, String, String, String) - Constructor for class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Instantiate an
EventTypeUpcasterusing the given expected and upcasted payload types and revisions. - EventTypeUpcaster.Builder - Class in org.axonframework.serialization.upcasting.event
-
Builder class to instantiate an
EventTypeUpcaster. - EventUpcaster - Interface in org.axonframework.serialization.upcasting.event
-
Interface that is used for upcasters of event data.
- EventUpcasterChain - Class in org.axonframework.serialization.upcasting.event
-
Upcaster chain used to upcast
event representations. - EventUpcasterChain(List<? extends EventUpcaster>) - Constructor for class org.axonframework.serialization.upcasting.event.EventUpcasterChain
-
Initializes an upcaster chain from the given list of upcasters.
- EventUpcasterChain(EventUpcaster...) - Constructor for class org.axonframework.serialization.upcasting.event.EventUpcasterChain
-
Initializes an upcaster chain from one or more upcasters.
- eventUpcastersConfigurer(List<EventUpcaster>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- EventUtils - Class in org.axonframework.eventhandling
-
Utility class for dealing with events.
- EventValidator - Class in org.axonframework.test.saga
-
Helper class for validating events published on a given EventBus.
- EventValidator(EventBus, FieldFilter) - Constructor for class org.axonframework.test.saga.EventValidator
-
Initializes the event validator to monitor the given
eventBus. - evict() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
DoNotEnqueuedefining that adead lettershould be evicted from the queue. - evict(DeadLetter<? extends E>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- evict(DeadLetter<? extends M>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- evict(DeadLetter<? extends M>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- evict(DeadLetter<? extends M>) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- evict(DeadLetter<? extends M>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Evict the given
letterfrom this queue. - evictStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.evict(DeadLetter)operation. - evictStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- ExactClassMatcher<T> - Class in org.axonframework.test.matchers
-
Matcher testing for exact classes.
- ExactClassMatcher(Class<T>) - Constructor for class org.axonframework.test.matchers.ExactClassMatcher
- exactClassOf(Class<T>) - Static method in class org.axonframework.test.matchers.ExactClassMatcher
- exactClassOf(Class<T>) - Static method in class org.axonframework.test.matchers.Matchers
-
Returns a Matcher that matches with exact class type defined by the given
expected. - ExactSequenceMatcher<T> - Class in org.axonframework.test.matchers
-
A matcher that will match if all the given
matchersagainst the event in a list at their respective index. - ExactSequenceMatcher(Matcher<? super T>...) - Constructor for class org.axonframework.test.matchers.ExactSequenceMatcher
-
Construct a matcher that will return true if all the given
matchersmatch against the event with the same index in a given List if Events. - exactSequenceOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
-
Matches a List of Events if each of the given
matchersmatches against the event at the respective index in the list. - exceedsThreshold() - Method in class org.axonframework.eventsourcing.AbstractSnapshotTrigger
-
This method is used to determine if a new snapshot should be created
- EXCEPTION_RESULT_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the exception result type the handler can handle.
- exceptionDetails() - Method in interface org.axonframework.messaging.ResultMessage
-
If the this message contains an exception result, returns the details provided in the exception, if available.
- ExceptionHandler - Annotation Interface in org.axonframework.messaging.interceptors
-
Annotation marking a Handler as an interceptor for other handlers that is only interested in handling exception results.
- exceptionResult() - Method in interface org.axonframework.messaging.ResultMessage
-
Returns the exception result.
- exceptionRevision - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- ExceptionSerializer - Class in org.axonframework.axonserver.connector.util
-
Utility class used to serializer
Throwables intoErrorMessages. - exceptionType - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- ExceptionUtils - Class in org.axonframework.common
-
Exception utility methods.
- execute(Runnable) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- execute(Runnable) - Method in class org.axonframework.common.DirectExecutor
-
Executes the given
commandimmediately in the current thread. - execute(Runnable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given
taskin the context of this Unit of Work. - execute(Runnable) - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Executes the given task.
- execute(Runnable) - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
SagaLifecycleinstance method to execute giventaskin the context of this SagaLifeCycle. - execute(Runnable, RollbackConfiguration) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given
taskin the context of this Unit of Work. - execute(String) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
Deprecated.Kept for backwards compatibility, use
JobRunrDeadlineManager.execute(String, String)instead. - execute(String, String) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
This function should only be called via JobRunr when a deadline was triggered.
- execute(Consumer<AR>) - Method in class org.axonframework.modelling.command.LockAwareAggregate
- execute(Consumer<T>) - Method in interface org.axonframework.modelling.command.Aggregate
-
Execute a method on the underlying aggregate or one of its instances.
- execute(Consumer<T>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- execute(Consumer<T>) - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- execute(Consumer<T>) - Method in interface org.axonframework.modelling.saga.Saga
-
Execute the given
invocationagainst the root object of this Saga instance. - execute(JobExecutionContext) - Method in class org.axonframework.deadline.quartz.DeadlineJob
- execute(JobExecutionContext) - Method in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
- executeBatch(Connection, JdbcUtils.SqlFunction, Consumer<SQLException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Execute the a batch update or insert statement produced by the given
sqlFunction. - executeInTransaction(Runnable) - Method in interface org.axonframework.common.transaction.TransactionManager
-
Executes the given
taskin a newTransaction. - executeQuery(Connection, JdbcUtils.SqlFunction, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Execute the query given by the
sqlFunction. - executeQuery(Connection, JdbcUtils.SqlFunction, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>, boolean) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Execute the query given by the
sqlFunction. - executeUntilTrue(BooleanSupplier, long, long) - Static method in class org.axonframework.common.ProcessUtils
-
Executes an action, with potential retry in case the result is false.
- executeUpdate(Connection, JdbcUtils.SqlFunction, Function<SQLException, RuntimeException>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Execute the update statement produced by the given
updateFunction. - executeUpdates(Connection, Consumer<SQLException>, JdbcUtils.SqlFunction...) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Execute the update statements produced by the given
sqlFunctions. - executeWithResult(Callable<R>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given
taskin the context of this Unit of Work. - executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
-
Execute the given
taskin the context of this Unit of Work. - executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Execute the given
taskin the context of this Unit of Work. - executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- executeWithResult(Callable<R>, RollbackConfiguration) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given
taskin the context of this Unit of Work. - executeWithResult(Callable<V>) - Method in class org.axonframework.messaging.Scope
- executeWithRetry(Runnable, Predicate<RuntimeException>, long, TimeUnit, long) - Static method in class org.axonframework.common.ProcessUtils
-
Executes an action, with potential retry in case of an exception.
- ExecutionException - Exception Class in org.axonframework.messaging
-
Exception thrown to indicate that execution of a task has failed.
- ExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.ExecutionException
-
Initialize an ExecutionException with the given
messageandcause. - ExecutionResult - Class in org.axonframework.messaging.unitofwork
-
Class of objects that contain the result of an executed task.
- ExecutionResult(ResultMessage<?>) - Constructor for class org.axonframework.messaging.unitofwork.ExecutionResult
-
Initializes an
ExecutionResultfrom the givenresult. - executor(Executor) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
Sets the
Executorwhich processes the Command dispatching threads. - executor(Executor) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
Executorthat provides the processing resources (Threads) for the components of theDisruptorCommandBus. - executor(Executor) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
-
Sets the
Executorwhich handles the actual snapshot creation process. - executor(Executor) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
- executor(Executor) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- executorServiceBuilder(ExecutorServiceBuilder) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
ExecutorServiceBuilderwhich builds anExecutorServicebased on a givenAxonServerConfigurationandBlockingQueueofRunnable. - executorServiceBuilder(ExecutorServiceBuilder) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Deprecated.in favor of using the
AxonServerQueryBus.Builder.queryExecutorServiceBuilder(ExecutorServiceBuilder)method - ExecutorServiceBuilder - Interface in org.axonframework.axonserver.connector.util
-
A Functional Interface towards a
BiFunctionwhich ingests both anAxonServerConfigurationand aBlockingQueueofRunnable, and outputs anExecutorService. - expectActiveSagas(int) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Expect the given number of Sagas to be active (i.e. ready to respond to incoming events.
- expectActiveSagas(int) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectAssociationWith(String, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that at least one of the active sagas is associated with the given
associationKeyandassociationValue. - expectAssociationWith(String, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectDeadlinesMet(Object...) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Deprecated.
- expectDeadlinesMet(Object...) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectDeadlinesMet(Object...) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Deprecated.
- expectDeadlinesMet(Object...) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectDeadlinesMetMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Deprecated.
- expectDeadlinesMetMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectDeadlinesMetMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Deprecated.
- expectDeadlinesMetMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectDispatchedCommands(Object...) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that the given commands have been dispatched in exactly the order given.
- expectDispatchedCommands(Object...) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectDispatchedCommandsMatching(Matcher<? extends List<? super CommandMessage<?>>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that the sagas dispatched commands as defined by the given
matcher. - expectDispatchedCommandsMatching(Matcher<? extends List<? super CommandMessage<?>>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectedResponseType - Variable in class org.axonframework.messaging.responsetypes.AbstractResponseType
- expectedSourceType() - Method in class org.axonframework.serialization.avro.ByteArrayToGenericRecordConverter
- expectedSourceType() - Method in class org.axonframework.serialization.avro.GenericRecordToByteArrayConverter
- expectedSourceType() - Method in class org.axonframework.serialization.ChainedConverter
- expectedSourceType() - Method in interface org.axonframework.serialization.ContentTypeConverter
-
The expected type of input data.
- expectedSourceType() - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
- expectedSourceType() - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
- expectedSourceType() - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
- expectedSourceType() - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
- expectedSourceType() - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
- expectedSourceType() - Method in class org.axonframework.serialization.jackson3.ByteArrayToJsonNodeConverter
- expectedSourceType() - Method in class org.axonframework.serialization.jackson3.JsonNodeToByteArrayConverter
- expectedSourceType() - Method in class org.axonframework.serialization.jackson3.JsonNodeToObjectNodeConverter
- expectedSourceType() - Method in class org.axonframework.serialization.jackson3.ObjectNodeToJsonNodeConverter
- expectedSourceType() - Method in class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
- expectedSourceType() - Method in class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
- expectedSourceType() - Method in class org.axonframework.serialization.json.JsonNodeToObjectNodeConverter
- expectedSourceType() - Method in class org.axonframework.serialization.json.ObjectNodeToJsonNodeConverter
- expectedSourceType() - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
- expectedSourceType() - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
- expectedSourceType() - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
- expectedSourceType() - Method in class org.axonframework.serialization.xml.XomToStringConverter
- expectedVersion() - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictDescription
-
The expected version, as indicated when loading the aggregate
- expectedVersion() - Method in class org.axonframework.eventsourcing.conflictresolution.DefaultConflictDescription
- expectEvents(Object...) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the given set of events to have been published.
- expectEvents(Object...) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectEvents(EventMessage<?>...) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the given set of events to have been published.
- expectEvents(EventMessage<?>...) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectEventsMatching(Matcher<? extends List<? super EventMessage<?>>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the published events to match the given
matcher. - expectEventsMatching(Matcher<? extends List<? super EventMessage<?>>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectException(Class<? extends Throwable>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the given
expectedExceptionto occur during command handler execution. - expectException(Class<? extends Throwable>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectException(Matcher<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect an exception to occur during command handler execution that matches with the given
matcher. - expectException(Matcher<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectExceptionDetails(Class<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the given
exceptionDetailstype to occur during command handler execution. - expectExceptionDetails(Class<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectExceptionDetails(Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the given
exceptionDetailsto occur during command handler execution. - expectExceptionDetails(Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectExceptionDetails(Matcher<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect exception details to occur during command handler execution that matches with the given
matcher. - expectExceptionDetails(Matcher<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectExceptionMessage(String) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the given
exceptionMessageto occur during command handler execution. - expectExceptionMessage(String) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectExceptionMessage(Matcher<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect an exception message to occur during command handler execution that matches with the given
matcher. - expectExceptionMessage(Matcher<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectMarkedDeleted() - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that the Aggregate has been marked for deletion.
- expectMarkedDeleted() - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoAssociationWith(String, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that at none of the active sagas is associated with the given
associationKeyandassociationValue. - expectNoAssociationWith(String, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoDispatchedCommands() - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that the sagas did not dispatch any commands.
- expectNoDispatchedCommands() - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoEvents() - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect no events to have been published from the command.
- expectNoScheduledDeadline(Duration, Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline equal to the given
deadlinehas been scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadline(Duration, Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadline(Duration, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline equal to the given
deadlinehas been scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadline(Duration, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadline(Instant, Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline equal to the given
deadlinehas been scheduled at the givenscheduledTime. - expectNoScheduledDeadline(Instant, Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadline(Instant, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline equal to the given
deadlinehas been scheduled at the givenscheduledTime. - expectNoScheduledDeadline(Instant, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadline(Instant, Instant, Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline equal to the given
deadlinehas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadline(Instant, Instant, Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadline(Instant, Instant, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline equal to the given
deadlinehas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadline(Instant, Instant, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline matching the given
matchershould be scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline matching the given
matchershould be scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineMatching(Instant, Instant, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline matching the given
matcherhas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadlineMatching(Instant, Instant, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineMatching(Instant, Instant, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline matching the given
matcherhas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadlineMatching(Instant, Instant, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline matching the given
matcherhas been scheduled at the givenscheduledTime. - expectNoScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline matching the given
matcherhas been scheduled at the givenscheduledTime. - expectNoScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineMatching(Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline matching the given
matcheris scheduled. - expectNoScheduledDeadlineMatching(Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineMatching(Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline matching the given
matcheris scheduled. - expectNoScheduledDeadlineMatching(Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineOfType(Duration, Class<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline of the given
deadlineTypehas been scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadlineOfType(Duration, Class<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineOfType(Duration, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline of the given
deadlineTypehas been scheduled at the givendurationToScheduledTime. - expectNoScheduledDeadlineOfType(Duration, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineOfType(Instant, Class<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline with the given
deadlineTypehas been scheduled at the givenscheduledTime. - expectNoScheduledDeadlineOfType(Instant, Class<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineOfType(Instant, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline with the given
deadlineTypehas been scheduled at the givenscheduledTime. - expectNoScheduledDeadlineOfType(Instant, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineOfType(Instant, Instant, Class<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline with the given
deadlineTypehas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadlineOfType(Instant, Instant, Class<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineOfType(Instant, Instant, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline with the given
deadlineTypehas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadlineOfType(Instant, Instant, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlines() - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadlines are scheduled.
- expectNoScheduledDeadlines() - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlines() - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadlines are scheduled.
- expectNoScheduledDeadlines() - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineWithName(Duration, String) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline with the given
deadlineNamehas been scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadlineWithName(Duration, String) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineWithName(Duration, String) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline with the given
deadlineNamehas been scheduled after the givendurationToScheduledTime. - expectNoScheduledDeadlineWithName(Duration, String) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineWithName(Instant, String) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline with the given
deadlineNamehas been scheduled at the givenscheduledTime. - expectNoScheduledDeadlineWithName(Instant, String) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineWithName(Instant, String) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline with the given
deadlineNamehas been scheduled at the givenscheduledTime. - expectNoScheduledDeadlineWithName(Instant, String) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledDeadlineWithName(Instant, Instant, String) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that no deadline with the given
deadlineNamehas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadlineWithName(Instant, Instant, String) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectNoScheduledDeadlineWithName(Instant, Instant, String) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no deadline with the given
deadlineNamehas been scheduled between thetoandfromtimes, wheretoandfromare inclusive. - expectNoScheduledDeadlineWithName(Instant, Instant, String) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEvent(Duration, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no event equal to the given
eventhas been scheduled after the givendurationToScheduledTime. - expectNoScheduledEvent(Duration, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEvent(Instant, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no event equal to the given
eventhas been scheduled at the givenscheduledTime. - expectNoScheduledEvent(Instant, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEventMatching(Duration, Matcher<? super EventMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no event matching the given
matcherhas been scheduled to be published after the givendurationToScheduledTime. - expectNoScheduledEventMatching(Duration, Matcher<? super EventMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEventMatching(Instant, Matcher<? super EventMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no event matching the given
matcherhas been scheduled at the givenscheduledTime. - expectNoScheduledEventMatching(Instant, Matcher<? super EventMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEventOfType(Duration, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no event of the given
eventTypehas been scheduled after the givendurationToScheduledTime. - expectNoScheduledEventOfType(Duration, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEventOfType(Instant, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that no event with the given
eventTypehas been scheduled at the givenscheduledTime. - expectNoScheduledEventOfType(Instant, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNoScheduledEvents() - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Assert that no events are scheduled for publication.
- expectNoScheduledEvents() - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectNotMarkedDeleted() - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that the Aggregate has NOT been marked for deletion.
- expectNotMarkedDeleted() - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectPublishedEvents(Object...) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Assert that the saga published events on the EventBus in the exact sequence of the given
expectedevents. - expectPublishedEvents(Object...) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectPublishedEventsMatching(Matcher<? extends List<? super EventMessage<?>>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Assert that the saga published events on the EventBus as defined by the given
matcher. - expectPublishedEventsMatching(Matcher<? extends List<? super EventMessage<?>>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectReply - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- expectResultMessage(CommandResultMessage<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the command handler to return the given
expectedResultMessageafter execution. - expectResultMessage(CommandResultMessage<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectResultMessageMatching(Matcher<? super CommandResultMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the command handler to return a value that matches the given
matcherafter execution. - expectResultMessageMatching(Matcher<? super CommandResultMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectResultMessagePayload(Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the command handler to return the given
expectedPayloadafter execution. - expectResultMessagePayload(Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectResultMessagePayloadMatching(Matcher<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect the command handler to return a payload that matches the given
matcherafter execution. - expectResultMessagePayloadMatching(Matcher<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadline(Duration, Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline equal to the given
deadlinehas been scheduled after the givenduration. - expectScheduledDeadline(Duration, Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadline(Duration, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline equal to the given
deadlinehas been scheduled after the givenduration. - expectScheduledDeadline(Duration, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadline(Instant, Object) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline equal to the given
deadlinehas been scheduled at the givenscheduledTime. - expectScheduledDeadline(Instant, Object) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadline(Instant, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline equal to the given
deadlinehas been scheduled at the givenscheduledTime. - expectScheduledDeadline(Instant, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline scheduled after given
durationmatches the givenmatcher. - expectScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline scheduled after given
durationmatches the givenmatcher. - expectScheduledDeadlineMatching(Duration, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline matching the given
matcherhas been scheduled at the givenscheduledTime. - expectScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline matching the given
matcherhas been scheduled at the givenscheduledTime. - expectScheduledDeadlineMatching(Instant, Matcher<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadlineOfType(Duration, Class<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline of the given
deadlineTypehas been scheduled after the givenduration. - expectScheduledDeadlineOfType(Duration, Class<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadlineOfType(Duration, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline of the given
deadlineTypehas been scheduled after the givenduration. - expectScheduledDeadlineOfType(Duration, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadlineOfType(Instant, Class<?>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline of the given
deadlineTypehas been scheduled at the givenscheduledTime. - expectScheduledDeadlineOfType(Instant, Class<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadlineOfType(Instant, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline of the given
deadlineTypehas been scheduled at the givenscheduledTime. - expectScheduledDeadlineOfType(Instant, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadlineWithName(Duration, String) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline with the given
deadlineNamehas been scheduled after the givenduration. - expectScheduledDeadlineWithName(Duration, String) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadlineWithName(Duration, String) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline with the given
deadlineNamehas been scheduled after the givenduration. - expectScheduledDeadlineWithName(Duration, String) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledDeadlineWithName(Instant, String) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that a deadline with the given
deadlineNamehas been scheduled at the givenscheduledTime. - expectScheduledDeadlineWithName(Instant, String) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectScheduledDeadlineWithName(Instant, String) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that a deadline with the given
deadlineNamehas been scheduled at the givenscheduledTime. - expectScheduledDeadlineWithName(Instant, String) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledEvent(Duration, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that an event equal to the given
eventhas been scheduled for publication after the givenduration. - expectScheduledEvent(Duration, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledEvent(Instant, Object) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that an event equal to the given
eventhas been scheduled for publication at the givenscheduledTime. - expectScheduledEvent(Instant, Object) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledEventMatching(Duration, Matcher<? super EventMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that an event matching the given
matcherhas been scheduled to be published after the givenduration. - expectScheduledEventMatching(Duration, Matcher<? super EventMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledEventMatching(Instant, Matcher<? super EventMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that an event matching the given
matcherhas been scheduled to be published at the givenscheduledTime. - expectScheduledEventMatching(Instant, Matcher<? super EventMessage<?>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledEventOfType(Duration, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that an event of the given
eventTypehas been scheduled for publication after the givenduration. - expectScheduledEventOfType(Duration, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectScheduledEventOfType(Instant, Class<?>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that an event of the given
eventTypehas been scheduled for publication at the givenscheduledTime. - expectScheduledEventOfType(Instant, Class<?>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectState(Consumer<T>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Provides access the the state of the Aggregate as it was stored in the repository, allowing for validation of the state of the aggregate, as it was left in the repository.
- expectState(Consumer<T>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectSuccessfulHandlerExecution() - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Expect a successful execution of the given command handler, regardless of the actual return value.
- expectSuccessfulHandlerExecution() - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectSuccessfulHandlerExecution() - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Expect a successful execution of the given event handler.
- expectSuccessfulHandlerExecution() - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectTriggeredDeadlines(Object...) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that given
expecteddeadlines have been triggered. - expectTriggeredDeadlines(Object...) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectTriggeredDeadlines(Object...) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that given
expecteddeadlines have been triggered. - expectTriggeredDeadlines(Object...) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectTriggeredDeadlinesMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that deadlines matching the given
matcherhave been triggered for this aggregate. - expectTriggeredDeadlinesMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectTriggeredDeadlinesMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that deadlines matching the given
matcherhave been triggered for this aggregate. - expectTriggeredDeadlinesMatching(Matcher<? extends List<? super DeadlineMessage<?>>>) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectTriggeredDeadlinesOfType(Class<?>...) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that the given
expectedDeadlineTypeshave been triggered. - expectTriggeredDeadlinesOfType(Class<?>...) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectTriggeredDeadlinesOfType(Class<?>...) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that the given
expectedDeadlineTypeshave been triggered. - expectTriggeredDeadlinesOfType(Class<?>...) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- expectTriggeredDeadlinesWithName(String...) - Method in interface org.axonframework.test.aggregate.ResultValidator
-
Asserts that the given
expectedDeadlineNameshave been triggered. - expectTriggeredDeadlinesWithName(String...) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- expectTriggeredDeadlinesWithName(String...) - Method in interface org.axonframework.test.saga.FixtureExecutionResult
-
Asserts that the given
expectedDeadlineNameshave been triggered. - expectTriggeredDeadlinesWithName(String...) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
- explicitFlush(boolean) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the
explicitFlushfield specifying whether to explicitly callEntityManager.flush()after inserting the Events published in this Unit of Work. - explicitFlush(boolean) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the
explicitFlushfield specifying whether to explicitly callEntityManager.flush()after inserting the Events published in this Unit of Work. - explicitlyUnequal(Object, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Indicates whether the two given objects are not the same, override an equals method that indicates they are not equal, or implements
Comparablewhich indicates the two are not equal. - ExponentialBackOffIntervalRetryScheduler - Class in org.axonframework.commandhandling.gateway
-
A RetryScheduler that uses a backoff strategy, retrying commands at increasing intervals when they fail because of an exception that is not explicitly non-transient.
- ExponentialBackOffIntervalRetryScheduler(ExponentialBackOffIntervalRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
-
Instantiate an
ExponentialBackOffIntervalRetryScheduler. the settings are copied from theExponentialBackOffIntervalRetryScheduler.Builderand validated. - ExponentialBackOffIntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
-
Builder class to instantiate an
ExponentialBackOffIntervalRetryScheduler. - extendClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- extendClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- extendClaim(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Extends the claim on the current token held by the this node for the given
processorNameandsegment. - extendedGapCheckEnabled(boolean) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Indicates whether an extra query should be performed to verify for gaps in the
globalSequencelarger than the configured batch size. - EXTERNAL_CONNECTIONS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown all external connections.
- extract(ResultSet, int, Class<T>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Returns the object read from the
resultSet, which object can benull, at the given column (base 1). - extract(ResultSet, int, Class<T>, T) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Returns the object read from the
resultSet, which object can benull, at the given column (base 1). - extractAssociationValues(EventMessage<?>) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
-
Extracts the AssociationValues from the given
eventas relevant for a Saga of givensagaType. - extractAssociationValues(EventMessage<?>) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager
- extractChildEntityModel(EntityModel<T>, Map<String, Object>, Member) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
-
Extracts the Child Entity contained in the given
declaringEntityas anEntityModel. - extractChildEntityModel(EntityModel<T>, Map<String, Object>, Member) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityCollectionDefinition
- extractChildEntityModel(EntityModel<T>, Map<String, Object>, Member) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityDefinition
- extractChildEntityModel(EntityModel<T>, Map<String, Object>, Member) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityMapDefinition
- extractCommandHandlerRoutingKeys(Member, EntityModel<Object>) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
-
Retrieves the routing keys of every command handler on the given
childEntityModelto be able to correctly route commands to Entities.
F
- failedEvents() - Method in class org.axonframework.eventhandling.ErrorContext
-
The events part of the batch that failed.
- failedMatcherMessage() - Method in class org.axonframework.test.matchers.ListMatcher
-
The message to append behind a failing matcher.
- failedMatcherMessage() - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
- FailingDuplicateCommandHandlerResolver - Class in org.axonframework.commandhandling
-
Implementation of
DuplicateCommandHandlerResolverthat throws aDuplicateCommandHandlerSubscriptionExceptionwhen a duplicate registration is detected. - FailingDuplicateQueryHandlerResolver - Class in org.axonframework.queryhandling.registration
-
Implementation of
DuplicateQueryHandlerResolverthat throws aDuplicateQueryHandlerSubscriptionExceptionwhen a duplicate registration is detected. - failOnErrorInPreparation(boolean) - Method in class org.axonframework.test.saga.RecordingListenerInvocationErrorHandler
-
Configure whether this error handler should fail on errors in the preparation phase.
- FailureLoggingCallback<C,
R> - Class in org.axonframework.commandhandling.callbacks -
A
CommandCallbackimplementation wrapping another, that concisely logs failed commands. - FailureLoggingCallback(CommandCallback<C, R>) - Constructor for class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
-
Deprecated.Please use
CommandCallback.wrap(CommandCallback)to wrap a command with a delegate and use theFailureLoggingCallback(org.slf4j.Logger, org.axonframework.commandhandling.CommandCallback<C, R>)to create this callback - FailureLoggingCallback(Logger) - Constructor for class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
-
Initialize the callback to log failures on the given
logger(on warn level). - FailureLoggingCallback(Logger, CommandCallback<C, R>) - Constructor for class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
-
Deprecated.Please use
CommandCallback.wrap(CommandCallback)to wrap a command with a delegate and use theFailureLoggingCallback(Logger)to specify you custom logger. - fallbackRoutingStrategy(RoutingStrategy) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
-
Sets the fallback
RoutingStrategyto use when the intended routing key resolution was unsuccessful. - fallbackRoutingStrategy(RoutingStrategy) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
-
Sets the fallback
RoutingStrategyto use when the intended routing key resolution was unsuccessful. - fallbackSequencingPolicy(SequencingPolicy<EventMessage>) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
-
Defines the fallback sequencing policy, the sequencing policy which is applied if the event message payload is not of a supported type.
- fetchAndRemove(String) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
Fetches and removes a callback.
- fetchAvailableSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- fetchAvailableSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- fetchAvailableSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- fetchAvailableSegments(String) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Returns a List of known available
segmentsfor a givenprocessorName. - fetchDelay(long) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Sets the time to wait before fetching new events from the backing storage engine while tracking after a previous stream was fetched and read.
- fetchDelay(long) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Sets the time to wait before fetching new events from the backing storage engine while tracking after a previous stream was fetched and read.
- fetchDomainEvents(String, long, int) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
-
Returns a batch of events published by an aggregate with given
aggregateIdentifier. - fetchDomainEvents(String, long, int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- fetchDomainEvents(String, long, int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- fetchDomainEvents(String, long, int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- fetchEvents(GapAwareTrackingToken) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Returns a batch of event data as object entries in the event storage with a greater than the given
token. - fetchEvents(GapAwareTrackingToken) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Returns a batch of event data as object entries in the event storage with a greater than the given
token. - fetchForAggregateUntilEmpty() - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
-
Specifies whether the
BatchingEventStorageEngine.readEventData(String, long)should proceed fetching events for an aggregate until an empty batch is returned. - fetchForAggregateUntilEmpty() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- fetchInTransaction(Supplier<T>) - Method in interface org.axonframework.common.transaction.TransactionManager
-
Invokes the given
supplierin a transaction managed by the current TransactionManager. - fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- fetchSegments(String) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- fetchSegments(String) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Returns an array of known
segmentsfor a givenprocessorName. - fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- fetchToken(String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- fetchToken(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
- fetchToken(String, Segment) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- fetchToken(String, Segment) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- fetchToken(String, Segment) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- fetchToken(String, Segment) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
- fetchTrackedEvents(Connection, long) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int). - fetchTrackedEvents(Connection, EventSchema, long) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int). - fetchTrackedEvents(TrackingToken, int) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
-
Returns a batch of serialized event data entries in the event storage that have a
TrackingTokengreater than the givenlastToken. - fetchTrackedEvents(TrackingToken, int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- fetchTrackedEvents(TrackingToken, int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- fetchTrackedEvents(TrackingToken, int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- fetchTrackedEvents(FetchTrackedEventsStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.fetchTrackedEvents(Connection, long). - FetchTrackedEventsStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - FieldFilter - Interface in org.axonframework.test.matchers
-
The FieldFilter indicates whether any given Field should be accepted for processing or not.
- fieldsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns an
Iterableof all the fields declared on the given class and its super classes. - fieldsOf(Class<?>, boolean) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns an
Iterableof all the fields declared on the given class. - filter(Predicate<? super DomainEventMessage<?>>) - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Returns a stream that provides the items of this stream that match the given
filter. - filterByAggregateType() - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Configures a filter that rejects events with a different Aggregate type than the one specified by this Repository's
AggregateModel. - filterCandidates(T, Stream<E>) - Method in interface org.axonframework.modelling.command.ForwardingMode
- filterCandidates(T, Stream<E>) - Method in class org.axonframework.modelling.command.ForwardMatchingInstances
- filterCandidates(T, Stream<E>) - Method in class org.axonframework.modelling.command.ForwardNone
- filterCandidates(T, Stream<E>) - Method in class org.axonframework.modelling.command.ForwardToAll
- filterEventsByType() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Sets whether or not to filter events by Aggregate type.
- FilteringDomainEventStream - Class in org.axonframework.eventsourcing.eventstore
-
DomainEventStream implementation that filters a stream.
- FilteringDomainEventStream(DomainEventStream, Predicate<? super DomainEventMessage<?>>) - Constructor for class org.axonframework.eventsourcing.eventstore.FilteringDomainEventStream
-
Initialize the stream, filter the given
streamwith the givenfilter. - FilteringEventStorageEngine - Class in org.axonframework.eventsourcing
-
Implementation of EventStorageEngine that delegates to another implementation, while filtering events as they are appended.
- FilteringEventStorageEngine(EventStorageEngine, Predicate<? super EventMessage<?>>) - Constructor for class org.axonframework.eventsourcing.FilteringEventStorageEngine
-
Initializes the FilteringEventStorageEngine delegating all event messages matching the given
filterto the givendelegate. - finalAggregateBatchPredicate(Predicate<List<? extends DomainEventData<?>>>) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
-
Defines the predicate to use to recognize the terminal batch when reading an event stream for an aggregate.
- finalAggregateBatchPredicate(Predicate<List<? extends DomainEventData<?>>>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Defines the predicate to use to recognize the terminal batch when reading an event stream for an aggregate.
- finalAggregateBatchPredicate(Predicate<List<? extends DomainEventData<?>>>) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Defines the predicate to use to recognize the terminal batch when reading an event stream for an aggregate.
- finalAggregateBatchPredicate(Predicate<List<? extends DomainEventData<?>>>) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Defines the predicate to use to recognize the terminal batch when reading an event stream for an aggregate.
- find(AssociationValue) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
- find(AssociationValue) - Method in interface org.axonframework.modelling.saga.SagaRepository
-
Find saga instances of the given
typethat have been associated with the givenassociationValue. - findAnnotationAttribute(AnnotatedElement, Class<? extends Annotation>, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the
attributeNameof an annotation of typeannotationTypeon the givenelement. - findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation of type
annotationTypeon the givenelement. - findAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation of type
annotationTypeon the givenelement. - findAnnotationAttributes(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation with given
annotationNameon the givenelement. - findAnnotationAttributes(AnnotatedElement, String, boolean) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Find the attributes of an annotation with given
annotationNameon the givenelement. - findDestination(CommandMessage<?>) - Method in interface org.axonframework.commandhandling.distributed.CommandRouter
-
Returns the member instance to which the given
messageshould be routed. - findException(Throwable, Class<T>) - Static method in class org.axonframework.common.ExceptionUtils
-
Checks if the given
exceptionclass is an instance of the givenexceptionClass. - findException(Throwable, Predicate<Throwable>) - Static method in class org.axonframework.common.ExceptionUtils
-
Checks if the given
exceptionmatches the givenpredicate. - findHandlerMethods(EventMessage<?>) - Method in interface org.axonframework.modelling.saga.metamodel.SagaModel
-
Returns a
ListofMessageHandlingMemberthat can handle the given event. - findModules(Class<T>) - Method in interface org.axonframework.config.Configuration
-
Finds all configuration modules of given
moduleTypewithin this configuration. - findResource(Class<R>) - Method in class org.axonframework.config.ConfigurationResourceInjector
- findResource(Class<R>) - Method in class org.axonframework.modelling.saga.AbstractResourceInjector
-
Returns a resource of given
requiredTypeor an empty Optional if the resource is not registered with the injector. - findResource(Class<R>) - Method in class org.axonframework.modelling.saga.SimpleResourceInjector
- findSagas(Class<?>, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
- findSagas(Class<?>, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
- findSagas(Class<?>, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
- findSagas(Class<?>, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.
- findSagas(Class<? extends T>, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore
- findSagas(Class<? extends T>, AssociationValue) - Method in interface org.axonframework.modelling.saga.repository.SagaStore
-
Returns identifiers of saga instances of the given
sagaTypethat have been associated with the givenassociationValue. - findSagas(String, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Returns the identifiers of the Sagas that have been associated with the given
associationValue. - fingerprint(byte[]) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Reads fingerprint from single object encoded byte array.
- fingerprint(Schema) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Returns a fingerprint based on the given
schema. - FireEventJob - Class in org.axonframework.eventhandling.scheduling.quartz
-
Quartz Job that publishes an event on an Event Bus.
- FireEventJob() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
- FIRST - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should be the very first
- FixedValueParameterResolver<T> - Class in org.axonframework.messaging.annotation
-
ParameterResolver implementation that injects a fixed value.
- FixedValueParameterResolver(T) - Constructor for class org.axonframework.messaging.annotation.FixedValueParameterResolver
-
Initialize the ParameterResolver to inject the given
valuefor each incoming message. - FixedValueRevisionResolver - Class in org.axonframework.serialization
-
RevisionResolver implementation that returns a fixed value as revision, regardless of the type of serialized object involved.
- FixedValueRevisionResolver(String) - Constructor for class org.axonframework.serialization.FixedValueRevisionResolver
-
Initializes the FixedValueRevisionResolver to always return the given
revision, when asked. - FixtureConfiguration<T> - Interface in org.axonframework.test.aggregate
-
Interface describing the operations available on a test fixture in the configuration stage.
- FixtureConfiguration - Interface in org.axonframework.test.saga
-
Interface describing action to perform on a Saga Test Fixture during the configuration phase.
- FixtureExecutionException - Exception Class in org.axonframework.test
-
Exception indicating that an error occurred that prevented successful execution of a test fixture.
- FixtureExecutionException(String) - Constructor for exception class org.axonframework.test.FixtureExecutionException
-
Construct the exception with the given
message. - FixtureExecutionException(String, Throwable) - Constructor for exception class org.axonframework.test.FixtureExecutionException
-
Construct the exception with the given
messageandcause. - FixtureExecutionResult - Interface in org.axonframework.test.saga
-
Interface towards an object that contains the results of a Fixture execution.
- FixtureExecutionResultImpl<T> - Class in org.axonframework.test.saga
-
Default implementation of FixtureExecutionResult.
- FixtureResourceParameterResolverFactory - Class in org.axonframework.test
-
ParameterResolverFactory implementation for use in test cases that prevent that all declared resources on message handlers need to be configured.
- FixtureResourceParameterResolverFactory() - Constructor for class org.axonframework.test.FixtureResourceParameterResolverFactory
- fixVersion() - Method in class org.axonframework.updates.api.DetectedVulnerability
-
Returns the fix version of this detected vulnerability.
- flowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- FlowControlConfiguration(Integer, Integer, Integer) - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Construct a
AxonServerConfiguration.FlowControlConfiguration. - FlowControllingStreamObserver<T> - Class in org.axonframework.axonserver.connector.util
-
Deprecated.in through use of the AxonServer java connector
- FlowControllingStreamObserver(StreamObserver<T>, String, AxonServerConfiguration.FlowControlConfiguration, Function<FlowControl, T>, Predicate<T>) - Constructor for class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.Constructs a
FlowControllingStreamObserver. - FlowControllingStreamObserver(StreamObserver<T>, AxonServerConfiguration, Function<FlowControl, T>, Predicate<T>) - Constructor for class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.Constructs a
FlowControllingStreamObserver. - FORCE_NEW_SAGA - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing whether the handler forces the creation of a new saga instance.
- forceNew() - Element in annotation interface org.axonframework.modelling.saga.StartSaga
-
Indicates whether or not to force creation of a Saga, even if one already exists.
- forceReadFromLeader(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- forClass(Class<?>) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerDefinition
-
Creates an instance for the given
clazz. - forClass(Class<?>) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerEnhancerDefinition
-
Creates an instance for the given
clazz. - forClass(Class<?>) - Static method in class org.axonframework.messaging.annotation.ClasspathParameterResolverFactory
-
Creates an instance for the given
clazz. - forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerDefinition
-
Creates an instance using the given
classLoader. - forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.annotation.ClasspathHandlerEnhancerDefinition
-
Creates an instance using the given
classLoader. - forClassLoader(ClassLoader) - Static method in class org.axonframework.messaging.annotation.ClasspathParameterResolverFactory
-
Creates an instance using the given
classLoader. - FORMAT_VERSION - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
Format version of single-objet-encoding as defined in Avro specification.
- formatInstant(TemporalAccessor) - Static method in class org.axonframework.common.DateTimeUtils
-
Formats the given instant to ISO8601 format including three positions for milliseconds.
- forParallelProcessing(int) - Static method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Initialize a configuration instance with the given
threadCount. - forPriority(ExecutorService, long, AtomicLong) - Static method in interface org.axonframework.axonserver.connector.util.PriorityTaskSchedulers
-
Creates a
Schedulerthat is compatible with anExecutorServicethat needs tasks that are submitted to be aPriorityTaskso that they can be prioritized. - forSerialization() - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
- forSerialization() - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
- forSerialization() - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
Returns the
ResponseTypeinstance that should be used when serializing responses. - forSingleThreadedProcessing() - Static method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Initialize a configuration with single threaded processing.
- forType(Class<T>) - Static method in class org.axonframework.config.SagaConfigurer
-
Retrieve the
SagaConfigurerfor givensagaType. - forwardCommands() - Element in annotation interface org.axonframework.modelling.command.AggregateMember
-
Indicates whether commands should be forwarded to this AggregateMember.
- ForwardingCommandMessageHandlingMember<T> - Interface in org.axonframework.modelling.command.inspection
-
Interface describing a message handler capable of forwarding a specific command.
- ForwardingMode<T> - Interface in org.axonframework.modelling.command
-
Interface describing the required functionality to forward a message.
- ForwardMatchingInstances<T> - Class in org.axonframework.modelling.command
-
Only forward messages of type
Tif the routing key of the message matches that of the entity. - ForwardMatchingInstances() - Constructor for class org.axonframework.modelling.command.ForwardMatchingInstances
- ForwardNone<T> - Class in org.axonframework.modelling.command
-
Forward no messages
Tregardless of their set up. - ForwardNone() - Constructor for class org.axonframework.modelling.command.ForwardNone
- ForwardToAll<T> - Class in org.axonframework.modelling.command
-
Forward all messages
Tregardless of their set up. - ForwardToAll() - Constructor for class org.axonframework.modelling.command.ForwardToAll
- from(Class<?>, String) - Static method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Instantiate a
EventTypeUpcaster.Builderwhich should upcast "from" the givenpayloadTypeandrevision. - from(String, String) - Static method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Instantiate a
EventTypeUpcaster.Builderwhich should upcast "from" the givenpayloadTypeandrevision. - from(Map<String, ?>) - Static method in class org.axonframework.messaging.MetaData
-
Creates a new MetaData instance from the given
metaDataEntries. - fromJobData(JobDataMap) - Method in interface org.axonframework.eventhandling.scheduling.quartz.EventJobDataBinder
-
Read an
EventMessage(or its payload) from theJobDataMap. - fromJobData(JobDataMap) - Method in class org.axonframework.eventhandling.scheduling.quartz.LegacyAwareJobDataBinder
- fromJobData(JobDataMap) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
Note that this function is able to retrieve an Event Message in two formats.
- fromRequest(String) - Static method in class org.axonframework.updates.api.UpdateCheckResponse
-
Parses the response body from the anonymous usage reporter into a
UsageResponseobject. - fromSpecificData(SpecificData) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Creates generic data from specific data.
- FULL_CONCURRENCY_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
Stringconstant representing the full concurrency policy. - FullConcurrencyPolicy - Class in org.axonframework.eventhandling.async
-
SequencingPolicy that does not enforce any sequencing requirements on event processing.
- FullConcurrencyPolicy() - Constructor for class org.axonframework.eventhandling.async.FullConcurrencyPolicy
- FutureCallback<C,
R> - Class in org.axonframework.commandhandling.callbacks -
Command Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future mechanism.
- FutureCallback() - Constructor for class org.axonframework.commandhandling.callbacks.FutureCallback
G
- GapAwareTrackingToken - Class in org.axonframework.eventhandling
-
Implementation of a
TrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store. - GapAwareTrackingToken - Class in org.axonframework.eventsourcing.eventstore
-
Deprecated.in favor of the
GapAwareTrackingToken - GapAwareTrackingToken(long, Collection<Long>) - Constructor for class org.axonframework.eventhandling.GapAwareTrackingToken
-
This constructor is mean't to be used for deserialization.
- GapAwareTrackingToken(long, Collection<Long>) - Constructor for class org.axonframework.eventsourcing.eventstore.GapAwareTrackingToken
-
Deprecated.
- GapAwareTrackingTokenConverter - Class in org.axonframework.serialization
-
Dedicated
CollectionConverterimplementation to de-/serializer theGapAwareTrackingTokenandorg.axonframework.eventsourcing.eventstore.GapAwareTrackingToken. - GapAwareTrackingTokenConverter(Mapper) - Constructor for class org.axonframework.serialization.GapAwareTrackingTokenConverter
-
Constructs a
GapAwareTrackingTokenConverter. - gapCleaningThreshold(int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.
- gapCleaningThreshold(int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.
- gapCleaningThreshold(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.
- gapTimeout(int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the amount of time until a 'gap' in a TrackingToken may be considered timed out.
- gapTimeout(int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the amount of time until a 'gap' in a TrackingToken may be considered timed out.
- gapTimeout(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the amount of time until a 'gap' in a TrackingToken may be considered timed out.
- generateIdentifier() - Method in class org.axonframework.common.DefaultIdentifierFactory
-
Generates a unique identifier for use by Entities (generally the Aggregate Root) and Events.
- generateIdentifier() - Method in class org.axonframework.common.IdentifierFactory
-
Generates a unique identifier for use by Entities (generally the Aggregate Root) and Events.
- GenericAggregateFactory<T> - Class in org.axonframework.eventsourcing
-
Aggregate factory that uses a convention to create instances of aggregates.
- GenericAggregateFactory(Class<T>) - Constructor for class org.axonframework.eventsourcing.GenericAggregateFactory
-
Initialize the AggregateFactory for creating instances of the given
aggregateType. - GenericAggregateFactory(AggregateModel<T>) - Constructor for class org.axonframework.eventsourcing.GenericAggregateFactory
-
Initialize the AggregateFactory for creating instances of the given
aggregateModel. - GenericCommandMessage<T> - Class in org.axonframework.commandhandling
-
Implementation of the CommandMessage that takes all properties as constructor parameters.
- GenericCommandMessage(Message<T>, String) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
-
Create a CommandMessage from the given
delegatemessage containing payload, metadata and message identifier, and the givencommandName. - GenericCommandMessage(T) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
-
Create a CommandMessage with the given
commandas payload and empty metaData - GenericCommandMessage(T, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
-
Create a CommandMessage with the given
commandas payload. - GenericCommandResultMessage<R> - Class in org.axonframework.commandhandling
-
Generic implementation of
CommandResultMessage. - GenericCommandResultMessage(Throwable) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given
exception. - GenericCommandResultMessage(Throwable, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given
exceptionandmetaData. - GenericCommandResultMessage(Message<R>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a new Command Result Message with given
delegatemessage. - GenericCommandResultMessage(Message<R>, Throwable) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with given
delegatemessage andexception. - GenericCommandResultMessage(R) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given
commandResultas the payload. - GenericCommandResultMessage(R, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given
commandResultas the payload andmetaDataas the meta data. - genericData - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
Constant utilities for construction of
GenericRecordpreloaded by default Avro stack. - GenericDeadLetter<M> - Class in org.axonframework.messaging.deadletter
-
Generic implementation of the
dead letterallowing any type ofMessageto be dead lettered. - GenericDeadLetter(Object, M) - Constructor for class org.axonframework.messaging.deadletter.GenericDeadLetter
- GenericDeadLetter(Object, M, Throwable) - Constructor for class org.axonframework.messaging.deadletter.GenericDeadLetter
- GenericDeadLetter(Object, M, Cause, Instant, Instant, MetaData) - Constructor for class org.axonframework.messaging.deadletter.GenericDeadLetter
-
Construct a
GenericDeadLetterdefining all the fields. - GenericDeadLetterTableFactory - Class in org.axonframework.eventhandling.deadletter.jdbc
-
A
DeadLetterTableFactoryimplementation compatible with most databases. - GenericDeadLetterTableFactory() - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
- GenericDeadlineMessage<T> - Class in org.axonframework.deadline
-
Generic implementation of the
DeadlineMessage. - GenericDeadlineMessage(String) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Instantiate a GenericDeadlineMessage with the given
deadlineName, anullpayload and en emptyMetaData. - GenericDeadlineMessage(String, String, T, Map<String, ?>, Instant) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Constructor to reconstructs a DeadlineMessage using existing data.
- GenericDeadlineMessage(String, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Constructor to reconstruct a DeadlineMessage using existing data.
- GenericDeadlineMessage(String, T) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Instantiate a GenericDeadlineMessage with the given
deadlineName, apayloadof typeTand en emptyMetaData. - GenericDeadlineMessage(String, T, Map<String, ?>) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Instantiate a GenericDeadlineMessage with the given
deadlineName, apayloadof typeTand the givenmetaData. - GenericDomainEventEntry<T> - Class in org.axonframework.eventhandling
-
Generic implementation of a serialized domain event entry.
- GenericDomainEventEntry(String, String, long, String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.GenericDomainEventEntry
-
Reconstruct an event entry from a stored object.
- GenericDomainEventMessage<T> - Class in org.axonframework.eventhandling
-
Generic implementation of a
DomainEventMessage. - GenericDomainEventMessage(String, String, long, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate with the given
aggregateIdentifier, with givensequenceNumberandpayload,metaDataandtimestamp. - GenericDomainEventMessage(String, String, long, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate using existing data.
- GenericDomainEventMessage(String, String, long, T) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate with the given
aggregateIdentifier, with givensequenceNumberandpayload. - GenericDomainEventMessage(String, String, long, T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate with the given
aggregateIdentifier, with givensequenceNumberandpayloadandmetaData. - GenericDomainEventMessage(String, String, long, T, Map<String, ?>, String, Instant) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate using existing data.
- GenericEventMessage<T> - Class in org.axonframework.domain
-
Deprecated.this class is available for backward compatibility with instances that were serialized with Axon 2. Use
GenericEventMessageinstead. - GenericEventMessage<T> - Class in org.axonframework.eventhandling
-
Generic implementation of the EventMessage interface.
- GenericEventMessage() - Constructor for class org.axonframework.domain.GenericEventMessage
-
Deprecated.
- GenericEventMessage(String, T, Map<String, ?>, Instant) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
-
Constructor to reconstruct an EventMessage using existing data.
- GenericEventMessage(Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
-
Initializes a
GenericEventMessagewith given message as delegate and giventimestamp. - GenericEventMessage(Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
-
Constructor to reconstruct an EventMessage using existing data.
- GenericEventMessage(T) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
-
Creates a GenericEventMessage with given
payload, and an empty MetaData. - GenericEventMessage(T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
-
Creates a GenericEventMessage with given
payloadand givenmetaData. - GenericJpaRepository<T> - Class in org.axonframework.modelling.command
-
Generic repository implementation that stores JPA annotated aggregates.
- GenericJpaRepository<T> - Class in org.axonframework.modelling.command.legacyjpa
-
Deprecated.in favor of using
GenericJpaRepositorywhich moved to jakarta. - GenericJpaRepository(GenericJpaRepository.Builder<T>) - Constructor for class org.axonframework.modelling.command.GenericJpaRepository
-
Instantiate a
GenericJpaRepositorybased on the fields contained in theGenericJpaRepository.Builder. - GenericJpaRepository(GenericJpaRepository.Builder<T>) - Constructor for class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.Instantiate a
GenericJpaRepositorybased on the fields contained in theGenericJpaRepository.Builder. - GenericJpaRepository.Builder<T> - Class in org.axonframework.modelling.command
-
Builder class to instantiate a
GenericJpaRepositoryfor aggregate typeT. - GenericJpaRepository.Builder<T> - Class in org.axonframework.modelling.command.legacyjpa
-
Deprecated.Builder class to instantiate a
GenericJpaRepositoryfor aggregate typeT. - GenericMessage<T> - Class in org.axonframework.domain
-
Deprecated.this class is available for backward compatibility with instances that were serialized with Axon 2. Use
GenericMessageinstead. - GenericMessage<T> - Class in org.axonframework.messaging
-
Generic implementation of a
Messagethat contains the payload and metadata as unserialized values. - GenericMessage() - Constructor for class org.axonframework.domain.GenericMessage
-
Deprecated.
- GenericMessage(Class<T>, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructs a Message for the given
payloadandmeta data. - GenericMessage(String, Class<T>, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructor to reconstruct a Message using existing data.
- GenericMessage(String, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructor to reconstruct a Message using existing data.
- GenericMessage(T) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructs a Message for the given
payloadusing the correlation data of the current Unit of Work, if present. - GenericMessage(T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructs a Message for the given
payloadandmeta data. - GenericQueryMessage<T,
R> - Class in org.axonframework.queryhandling -
Generic implementation of the QueryMessage.
- GenericQueryMessage(Message<T>, String, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
-
Initialize the Query Message, using given
delegateas the carrier of payload and metadata and givenqueryNameand expecting the givenresponseType. - GenericQueryMessage(T, String, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
-
Initializes the message with the given
payload,queryNameand expectedresponseType. - GenericQueryMessage(T, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
-
Initializes the message with the given
payloadand expectedresponseType. - GenericQueryResponseMessage<R> - Class in org.axonframework.queryhandling
-
QueryResponseMessage implementation that takes all properties as constructor parameters.
- GenericQueryResponseMessage(Class<R>, Throwable) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given
declaredResultTypeandexception. - GenericQueryResponseMessage(Class<R>, Throwable, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given
declaredResultType,exceptionandmetaData. - GenericQueryResponseMessage(Class<R>, R) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize a response message with given
resultanddeclaredResultType. - GenericQueryResponseMessage(Class<R>, R, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with a specific
declaredResultType, the givenresultas payload andmetaData. - GenericQueryResponseMessage(Message<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Copy-constructor that takes the payload, meta data and message identifier of the given
delegatefor this message. - GenericQueryResponseMessage(Message<R>, Throwable) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Copy-constructor that takes the payload, meta data and message identifier of the given
delegatefor this message and givenexceptionas a cause for the failure. - GenericQueryResponseMessage(R) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given
result. - GenericQueryResponseMessage(R, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given
resultandmetaData. - GenericRecordToByteArrayConverter - Class in org.axonframework.serialization.avro
-
Content type converter between Avro generic record and single-object-encoded bytes.
- GenericRecordToByteArrayConverter() - Constructor for class org.axonframework.serialization.avro.GenericRecordToByteArrayConverter
- GenericResetContext<T> - Class in org.axonframework.eventhandling.replay
-
Generic implementation of the
ResetContext. - GenericResetContext(Message<T>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
- GenericResetContext(T) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
- GenericResetContext(T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
- GenericResultMessage<R> - Class in org.axonframework.messaging
-
Generic implementation of
ResultMessage. - GenericResultMessage(Throwable) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given
exception. - GenericResultMessage(Throwable, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given
exceptionandmetaData. - GenericResultMessage(Message<R>) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a new ResultMessage with given
delegatemessage. - GenericResultMessage(Message<R>, Throwable) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with given
delegatemessage andexception. - GenericResultMessage(R) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given
resultas the payload. - GenericResultMessage(R, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given
resultas the payload andmetaDataas the meta data. - GenericSagaSqlSchema - Class in org.axonframework.modelling.saga.repository.jdbc
-
Generic SagaSqlSchema implementation, for use in most databases.
- GenericSagaSqlSchema() - Constructor for class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
-
Initialize a GenericSagaSqlSchema using default settings.
- GenericSagaSqlSchema(SagaSchema) - Constructor for class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
-
Initialize a GenericSagaSqlSchema.
- genericSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the generic
Serializerused to de-/serialize incoming and outgoing queryResponseTypeimplementations. - genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
- genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
Sets the
Serializerto serialize theTrackingTokenof aTrackedEventMessageinstance in theDeadLetterwhen storing it to the database. - genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
Serializerto (de)serialize theTrackingToken(if present) of the event in theDeadLetterwhen storing it to the database. - genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
Serializerto (de)serialize the tracking token of the event in theDeadLetterwhen storing it to the database. - genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the
Serializerto (de)serialize the tracking token of the event in theDeadLetterwhen storing it to the database. - GenericStreamingQueryMessage<Q,
R> - Class in org.axonframework.queryhandling -
Generic implementation of the
StreamingQueryMessage. - GenericStreamingQueryMessage(Message<Q>, String, Class<R>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given
delegate,queryNameand expectedresponseType. - GenericStreamingQueryMessage(Message<Q>, String, ResponseType<Publisher<R>>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initialize the Query Message, using given
delegateas the carrier of payload and metadata and givenqueryNameand expecting the givenresponseType. - GenericStreamingQueryMessage(Q, Class<R>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given
payloadand expectedresponseType. - GenericStreamingQueryMessage(Q, String, Class<R>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given
payload,queryNameand expectedresponseType. - GenericStreamingQueryMessage(Q, String, ResponseType<Publisher<R>>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given
payload,queryNameand expectedresponseType. - GenericStreamingQueryMessage(Q, ResponseType<Publisher<R>>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given
payloadand expectedresponseType. - GenericSubscriptionQueryMessage<Q,
I, - Class in org.axonframework.queryhandlingU> -
Generic implementation of the
SubscriptionQueryMessage. - GenericSubscriptionQueryMessage(Message<Q>, String, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
-
Initializes the message, using given
delegateas the carrier of payload and metadata and givenqueryName, expectedresponseTypeand expectedupdateResponseType. - GenericSubscriptionQueryMessage(Q, String, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
-
Initializes the message with the given
payload,queryName, expectedresponseTypeand expectedupdateResponseType. - GenericSubscriptionQueryMessage(Q, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
-
Initializes the message with the given
payload, expectedresponseTypeand expectedupdateResponseType. - GenericSubscriptionQueryUpdateMessage<U> - Class in org.axonframework.queryhandling
-
Generic
SubscriptionQueryUpdateMessagewhich holds incremental update of an subscription query. - GenericSubscriptionQueryUpdateMessage(Class<U>, Throwable, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initialize the subscription query update message with given
declaredType,exceptionandmetaData. - GenericSubscriptionQueryUpdateMessage(Class<U>, U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initializes
GenericSubscriptionQueryUpdateMessagewith incremental update of provideddeclaredType. - GenericSubscriptionQueryUpdateMessage(Class<U>, U, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initializes
GenericSubscriptionQueryUpdateMessagewith incremental update of provideddeclaredTypeandmetaData. - GenericSubscriptionQueryUpdateMessage(Message<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initializes a new decorator with given
delegatemessage. - GenericSubscriptionQueryUpdateMessage(U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initializes
GenericSubscriptionQueryUpdateMessagewith incremental update. - GenericTokenEntry<T> - Class in org.axonframework.eventhandling.tokenstore
-
Generic implementation of a token entry.
- GenericTokenEntry(TrackingToken, Serializer, Class<T>, String, int) - Constructor for class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
-
Initializes a new token entry for given
token,processandsegment. - GenericTokenEntry(T, String, String, String, String, int, Class<T>) - Constructor for class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
-
Initializes a token entry from existing data.
- GenericTokenTableFactory - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
Jdbc token entry table factory compatible with most databases.
- GenericTokenTableFactory() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
- GenericTrackedDomainEventMessage<T> - Class in org.axonframework.eventhandling
-
Generic implementation of a
DomainEventMessagethat is also aTrackedEventMessage. - GenericTrackedDomainEventMessage(TrackingToken, String, String, long, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
-
Initialize a DomainEventMessage originating from an aggregate.
- GenericTrackedDomainEventMessage(TrackingToken, String, String, long, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate using existing data.
- GenericTrackedDomainEventMessage(TrackingToken, DomainEventMessage<T>) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
-
Initialize a DomainEventMessage originating from an aggregate.
- GenericTrackedEventMessage<T> - Class in org.axonframework.eventhandling
-
Generic implementation of a
TrackedEventMessage. - GenericTrackedEventMessage(TrackingToken, EventMessage<T>) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
-
Creates a GenericTrackedEventMessage with given
trackingTokenand delegate event message. - GenericTrackedEventMessage(TrackingToken, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
-
Initializes a
GenericTrackedEventMessagewith given message as delegate and giventimestamp. - GenericTrackedEventMessage(TrackingToken, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
-
Creates a GenericTrackedEventMessage with given
trackingTokenand delegate event message. - GenericUpcasterChain<T> - Class in org.axonframework.serialization.upcasting
-
Implementation of an
Upcasterthat is formed of a chain of other upcasters which are combined to upcast a stream of intermediate objects. - GenericUpcasterChain(List<? extends Upcaster<T>>) - Constructor for class org.axonframework.serialization.upcasting.GenericUpcasterChain
-
Initializes an upcaster chain from the given list of upcasters.
- GenericUpcasterChain(Upcaster<T>...) - Constructor for class org.axonframework.serialization.upcasting.GenericUpcasterChain
-
Initializes an upcaster chain from one or more upcasters.
- get() - Method in class org.axonframework.axonserver.connector.util.GrpcMetaData
- get() - Method in class org.axonframework.config.Component
-
Retrieves the object contained in this component, triggering the builder function if the component hasn't been built yet.
- get() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManagerSupplier
-
Returns the set
DbSchedulerDeadlineManager, ornullif it hasn't been set yet. - get() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventSchedulerSupplier
-
Returns the set
DbSchedulerEventScheduler, ornullif it hasn't been set yet. - get() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Gets the UnitOfWork bound to the current thread.
- get() - Method in class org.axonframework.serialization.CachingSupplier
- get() - Static method in class org.axonframework.updates.detection.KotlinVersion
-
Returns the current Kotlin version as a string.
- get() - Method in class org.axonframework.updates.detection.MachineId
-
Returns the unique machine ID.
- get() - Method in class org.axonframework.util.MavenArtifactVersionResolver
-
Returns the specified jar version.
- get(Object) - Method in class org.axonframework.messaging.MetaData
- get(String) - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Retrieve the column information referring to the given
name. - get(String) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
-
Retrieves the value of the configuration element for the given
key. - get(String) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- get(String) - Method in interface org.axonframework.messaging.HandlerAttributes
-
Retrieve the attribute for the given
attributeKey. - get(String) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- get(String) - Method in interface org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider.EnvironmentVariableSupplier
-
Retrieves the value of the specified environment variable.
- get(String, Case) - Method in class org.axonframework.axonserver.connector.DefaultHandlers
-
Deprecated.
- get(String, Case) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Gets all handlers that match given
contextandrequestCase. - get(K) - Method in interface org.axonframework.common.caching.Cache
-
Returns an item from the cache, or
nullif no item was stored under that key - get(K) - Method in class org.axonframework.common.caching.EhCache3Adapter
- get(K) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- get(K) - Method in class org.axonframework.common.caching.JCacheAdapter
- get(K) - Method in class org.axonframework.common.caching.NoCache
- get(K) - Method in class org.axonframework.common.caching.WeakReferenceCache
- get(Message<?>, String) - Method in class org.axonframework.tracing.opentelemetry.MetadataContextGetter
- get(BeanFactory) - Static method in class org.axonframework.spring.serialization.avro.AvroSchemaPackages
-
Loader for the
AvroSchemaPackagesbean. - getActualVersion() - Method in exception class org.axonframework.modelling.command.ConflictingAggregateVersionException
-
Returns the actual version of the aggregate, as loaded by the repository.
- getAdapterInterfaces() - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.Returns the interface that the adapter implements to connect the annotated method to the actual interface definition.
- getAdapterInterfaces() - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
-
Deprecated.
- getAdapterInterfaces() - Method in class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
-
Deprecated.
- getAdditionalEntries() - Method in class org.axonframework.test.matchers.MapEntryMatcher
- getAggregateFactory() - Method in class org.axonframework.eventsourcing.EventSourcingRepository
-
Returns the factory used by this repository.
- getAggregateFactory(Class<?>) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter
-
Returns the AggregateFactory registered for the given
aggregateType, ornullif no such AggregateFactory is known. - getAggregateFactory(Class<?>) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
- getAggregateIdAttributeName() - Method in class org.axonframework.springboot.TracingProperties.RepositoryProperties
-
The name of the attribute used to store the aggregate id in the span.
- getAggregateIdentifier() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- getAggregateIdentifier() - Method in exception class org.axonframework.disruptor.commandhandling.AggregateStateCorruptedException
-
Returns the identifier of the blacklisted aggregate.
- getAggregateIdentifier() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the identifier of the aggregate to recover.
- getAggregateIdentifier() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
- getAggregateIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original
DomainEventMessage.getAggregateIdentifier(), if it was aDomainEventMessage. - getAggregateIdentifier() - Method in interface org.axonframework.eventhandling.DomainEventData
-
Returns the Identifier of the Aggregate to which the Event was applied.
- getAggregateIdentifier() - Method in interface org.axonframework.eventhandling.DomainEventMessage
-
Returns the identifier of the Aggregate that generated this DomainEvent.
- getAggregateIdentifier() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- getAggregateIdentifier() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getAggregateIdentifier() - Method in class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry
- getAggregateIdentifier() - Method in exception class org.axonframework.modelling.command.AggregateNotFoundException
-
Returns the identifier of the aggregate that could not be found.
- getAggregateIdentifier() - Method in exception class org.axonframework.modelling.command.AggregateRolledBackException
-
Returns the identifier of the compromised aggregate.
- getAggregateIdentifier() - Method in exception class org.axonframework.modelling.command.ConflictingAggregateVersionException
-
Returns the identifier of the aggregate which version is not as expected.
- getAggregateIdentifier() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getAggregateIdentifier() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the Identifier of the Aggregate to which the Event owning the object to upcast, was applied.
- getAggregateIdentifier() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getAggregateRoot() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Get the annotated aggregate instance.
- getAggregateType() - Method in class org.axonframework.eventsourcing.AbstractAggregateFactory
- getAggregateType() - Method in interface org.axonframework.eventsourcing.AggregateFactory
-
Returns the type of aggregate this factory creates.
- getAggregateType() - Method in class org.axonframework.modelling.command.AbstractRepository
-
Returns the aggregate type stored by this repository.
- getAggregateType() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getAggregateType() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the Type of the Aggregate to which the Event owning the object to upcast, was applied.
- getAggregateType() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getAggregateType() - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
- getAll() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- getAll() - Method in interface org.axonframework.messaging.HandlerAttributes
-
Retrieve all attributes stored in this
HandlerAttributesobject. - getAll() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- getAllHandlers() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Gets all handlers per type for inspected entity.
- getAllInspectedTypes() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Returns a
Setof all types which have been inspected for handlers. - getAllInterceptors() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Returns a Map of all registered interceptor methods per inspected type.
- getAppliedEventPayloads() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
-
Returns the payloads of the Events applied while this lifecycle instance was active.
- getAppliedEvents() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
-
Returns the list of applied Events for this lifecycle instance.
- getAssociationValue() - Method in class org.axonframework.modelling.saga.repository.jpa.AssociationValueEntry
-
Returns the association value contained in this entry.
- getAssociationValue(EventMessage<?>) - Method in class org.axonframework.modelling.saga.SagaMethodMessageHandlingMember
-
The AssociationValue to find the saga instance with, or
nullif no AssociationValue can be found on the giveneventMessage. - getAssociationValues() - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- getAssociationValues() - Method in interface org.axonframework.modelling.saga.Saga
-
Returns a view on the Association Values for this saga instance.
- getAssociationValues() - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
SagaLifecycleinstance method to retrieve theAssociationValuesof the currently active Saga. - 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
- getAutoPersistentStreamsSettings() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Return the settings for all persistent streams that will be created automatically.
- getAxonServerAddress() - Method in class org.axonframework.test.server.AxonServerContainer
-
Returns the container address in a
host:portformat. - getAxonServerAddress() - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Returns the Axon Server's address container in a host:port format.
- getAxonServerAddress() - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.Returns the Axon Server's address container in a host:port format.
- getBatchSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The maximum number of events to process in a single transaction when reading a persistent stream.
- getBatchSize() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return the maximum number of events to process in a single batch.
- getBatchSize() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the maximum size of a processing batch.
- getBeanReference(BeanDefinitionRegistry) - Static method in class org.axonframework.spring.config.annotation.SpringContextHandlerDefinitionBuilder
-
Deprecated.Create, if necessary, a bean definition for a HandlerDefinition and returns the reference to bean for use in other Bean Definitions.
- getBeanReference(BeanDefinitionRegistry) - Static method in class org.axonframework.spring.config.annotation.SpringContextParameterResolverFactoryBuilder
-
Deprecated.Create, if necessary, a bean definition for a ParameterResolverFactory and returns the reference to bean for use in other Bean Definitions.
- 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).
- getC() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Gets the payload class.
- getCache() - Method in class org.axonframework.springboot.EventProcessorProperties.Dlq
-
Retrieves the AutoConfiguration settings for the cache of the sequenced dead letter queue.
- getCallback() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the CommandCallback instance for the executed command.
- getCauseMessage() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Gets the message of the original exception.
- getCauseType() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Gets the class of the original exception.
- getCertFile() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The path to the certificate file used for SSL.
- getChannel() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Deprecated.
- getChannel(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Deprecated.
- getChannelIdentifier() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
Returns the identifier of the channel over which the command message was sent.
- getCharset() - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Returns the character set used to convert character to bytes and vice versa.
- getClaimTimeout() - Method in class org.axonframework.springboot.TokenStoreProperties
-
Gets the claim timeout as
Duration. - getClassSchema(Class<SpecificRecordBase>) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Retrieves schema from specific record base class.
- getClassSchemaChecked(Class<SpecificRecordBase>) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Retrieves schema from specific record base class.
- getClientId() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The client identifier as it registers itself to Axon Server, must be unique.
- getClusterName() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the Cluster Name of the JGroups Cluster to connect with (defaults to "Axon").
- getCode() - Method in exception class org.axonframework.axonserver.connector.event.util.EventStoreClientException
-
Deprecated.Returns the error
codeof this exception. - getColumns() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
The list of columns returned by the query.
- getCombinedLabel(Serializer, String, ScopeDescriptor) - Static method in class org.axonframework.deadline.jobrunr.LabelUtils
-
Creates a label from a scope and a deadlineName, by using the serializer.
- getCommandBus() - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Returns the CommandBus used by this gateway.
- getCommandBus() - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Timeout settings for the command bus.
- getCommandBus() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
CommandBus. - getCommandBus() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- getCommandBus() - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Returns the command bus used by this fixture.
- getCommandBus() - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Returns the command bus used by this fixture.
- getCommandBus() - Method in class org.axonframework.test.saga.SagaTestFixture
- getCommandExecutionErrorCode(Throwable) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Returns an Command Execution ErrorCode variation based on the transiency of the given
Throwable - getCommandFilter() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
-
Returns this member's filter describing the commands it supports
- getCommandFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Specific
flow control settingsfor the command message stream. - getCommandIdentifier() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the identifier of the command carried by this instance.
- getCommandIdentifier() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the identifier of the command for which this message is a reply.
- getCommandLoadFactor() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
An
intrepresenting the fixed value of load factor sent to Axon Server for any command's subscription if no specific implementation of CommandLoadFactorProvider is configured. - getCommandMessage(Serializer) - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the CommandMessage wrapped in this Message.
- getCommandName() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- getCommandName() - Method in interface org.axonframework.commandhandling.CommandMessage
-
Returns the name of the command to execute.
- getCommandName() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the command name of the command carried by this instance.
- getCommandName() - Method in class org.axonframework.commandhandling.GenericCommandMessage
- getCommandResultMessage(Serializer) - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns a
CommandResultMessagecontaining the result of command processing. - getCommands() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for commands.
- getCommands() - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
The timeout configuration for command handlers.
- getCommandThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads executing commands.
- getCommitTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The timeout (in milliseconds) to wait for response on commit.
- getComponent(Class<T>) - Method in interface org.axonframework.config.Configuration
-
Returns the Component declared under the given
componentType, typically the interface the component implements. - getComponent(Class<T>, Supplier<T>) - Method in interface org.axonframework.config.Configuration
-
Returns the Component declared under the given
componentType, typically the interface the component implements, reverting to the givendefaultImplif no such component is defined. - getComponent(Class<T>, Supplier<T>) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- getComponentName() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The name of this application.
- getComponents() - Method in class org.axonframework.config.DefaultConfigurer
-
Returns a map of all registered components in this configuration.
- getConfig() - Method in class org.axonframework.config.DefaultConfigurer
-
Returns the current Configuration object being built by this Configurer, without initializing it.
- getConfig() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
-
Returns the properties contained in this token as a Map.
- 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
- getConflictResolver() - Static method in class org.axonframework.eventsourcing.conflictresolution.ConflictResolution
-
Returns the ConflictResolver instance that can be used to resolve conflicts of an Aggregate that has been previously loaded in this Unit of Work.
- getConnection() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Retrieves the
AxonServerConnectionused for the default context of this application. - getConnection() - Method in interface org.axonframework.common.jdbc.ConnectionProvider
-
Returns a connection, ready for use.
- getConnection() - Method in class org.axonframework.common.jdbc.DataSourceConnectionProvider
- getConnection() - Method in class org.axonframework.common.jdbc.UnitOfWorkAwareConnectionProviderWrapper
- getConnection() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
Connectionto the database. - getConnection() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Returns a
Connectionto the database. - getConnection() - Method in class org.axonframework.spring.jdbc.SpringDataSourceConnectionProvider
- getConnection(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Retrieves the
AxonServerConnectionused for the givencontextof this application. - getConnectionEndpoint(Class<T>) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- getConnectionEndpoint(Class<T>) - Method in interface org.axonframework.commandhandling.distributed.Member
-
Get the endpoint of this Member given a
protocol. - getConnectionEndpoint(Class<T>) - Method in class org.axonframework.commandhandling.distributed.SimpleMember
- getConnectionManagementThreadPoolSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads that should be used for connection management activities by the
AxonServerConnectionFactoryused by theAxonServerConnectionManager. - getConnectTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
A value representing the maximum time in milliseconds a request for the initial Axon Server connection may last.
- getContainerConnectionDetails(ContainerConnectionSource<AxonServerContainer>) - Method in class org.axonframework.springboot.service.connection.AxonServerTestContainerConnectionDetailsFactory
- getContentType() - Method in class org.axonframework.axonserver.connector.util.GrpcSerializedObject
- getContentType() - Method in class org.axonframework.serialization.SerializedMetaData
- getContentType() - Method in interface org.axonframework.serialization.SerializedObject
-
Returns the type of this representation's data.
- getContentType() - Method in class org.axonframework.serialization.SimpleSerializedObject
- getContentType() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getContentType() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the type of this representation's
data. - getContentType() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getContentTypeConverters() - Method in class org.axonframework.serialization.ChainingConverter
-
Retrieves the list of
ContentTypeConverterregistered in thisChainingConverterinstance. - getContext() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The bounded
contextthat this application operates in. - getConverter() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- getConverter() - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Returns the Converter used by this serialized.
- getConverter() - Method in class org.axonframework.serialization.avro.AvroSerializer
- getConverter() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
- getConverter() - Method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.
- getConverter() - Method in class org.axonframework.serialization.json.JacksonSerializer
- getConverter() - Method in interface org.axonframework.serialization.Serializer
-
Returns the
Converterused by this Serializer to convert between serialized representations. - getCorrelationData() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- getCorrelationData() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Get the correlation data contained in the
messagebeing processed by the Unit of Work. - getCounter() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Retrieve the counter used to differentiate two deadlines scheduled at the same time.
- getCreationPolicy() - Method in class org.axonframework.modelling.saga.SagaInitializationPolicy
-
Returns the creation policy
- getCreationPolicy() - Method in class org.axonframework.modelling.saga.SagaMethodMessageHandlingMember
-
Returns the creation policy of the inspected method.
- getCurrentDateTime() - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Return the current date and time as an
Instantas is being used by thisDeadlineManager. - getCurrentDateTime() - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
-
Returns the "Current Date Time" as used by the scheduler.
- getCurrentPosition() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Return the estimated relative current token position this Segment represents.
- getCurrentPosition() - Method in class org.axonframework.eventhandling.TrackerStatus
- getCurrentPosition() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- getCurrentScope() - Static method in class org.axonframework.messaging.Scope
-
Retrieve the current
Scope. - getCurrentToken() - Method in class org.axonframework.eventhandling.ReplayToken
-
Gets the current token.
- getD() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
Stringwith the name of the deadline. - getData() - Method in class org.axonframework.axonserver.connector.util.GrpcSerializedObject
- getData() - Method in class org.axonframework.serialization.SerializedMetaData
- getData() - Method in interface org.axonframework.serialization.SerializedObject
-
The actual data of the serialized object.
- getData() - Method in class org.axonframework.serialization.SimpleSerializedObject
- getData() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getData() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Get the data of this representation.
- getData() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getData(Class<D>) - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getData(Class<D>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Get the data of this representation.
- getData(Class<D>) - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getDeadLetterId() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The unique ID of this dead letter in the database.
- getDeadline() - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Timeout settings for deadlines.
- getDeadlineIdAttributeName() - Method in class org.axonframework.springboot.TracingProperties.DeadlineManagerProperties
-
The name of the attribute used to store the deadline id in the span.
- getDeadlineManager() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
DeadlineManager. - getDeadlineName() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
Stringwith the name of the deadline. - getDeadlineName() - Method in interface org.axonframework.deadline.DeadlineMessage
-
Retrieve a
Stringrepresenting the name of this DeadlineMessage. - getDeadlineName() - Method in class org.axonframework.deadline.GenericDeadlineMessage
- getDeadlineName() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
Stringwith the name of the deadline. - getDeadlineName() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Retrieve a
Stringdenoting the name of the deadline; can be used together with thescheduleIdto cancel the deadline. - getDeadlines() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for deadlines.
- getDeadlines() - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
The timeout configuration for deadline handlers.
- getDeadlineScope() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Retrieve a description of the
Scopein which the deadline is scheduled. - getDeadlineScopeAttributeName() - Method in class org.axonframework.springboot.TracingProperties.DeadlineManagerProperties
-
The name of the attribute used to store the deadline scope in the span.
- getDeadlinesMet() - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Deprecated.in favor of
StubDeadlineManager.getTriggeredDeadlines() - getDefaultContext() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Returns the name of the default context of this application.
- getDefaultCorrelationKey() - Static method in class org.axonframework.messaging.correlation.MessageOriginProvider
-
Returns the default metadata key for the correlation id of a message.
- getDefaultFlowControlConfiguration() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The default
flow control settingsused when no specificcommand,event, orqueryflow control settings are provided. - getDefaultTraceKey() - Static method in class org.axonframework.messaging.correlation.MessageOriginProvider
-
Returns the default metadata key for the trace id of a message.
- getDelegate() - Method in class org.axonframework.messaging.MessageDecorator
-
Returns the wrapped message delegate.
- getDelegates() - Method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
- getDelegates() - Method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
-
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
- getDelegates() - Method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
-
Returns the delegates of this instance, in the order they are evaluated to resolve parameters.
- getDescriptions() - Method in class org.axonframework.messaging.RemoteExceptionDescription
- getDeserializedScopeDescriptor(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the serialized
ScopeDescriptorusing the suppliedSerializer. - getDeserializedScopeDescriptor(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the serialized
ScopeDescriptorusing the suppliedSerializer. - getDeserializedScopeDescriptor(Serializer) - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the serialized
ScopeDescriptorusing the suppliedSerializer. - getDetails() - Method in exception class org.axonframework.messaging.HandlerExecutionException
-
Returns an Optional containing application-specific details of the exception, if any were provided.
- getDiagnostics() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Returns the serialized diagnostics.
- getDisabled() - Method in class org.axonframework.springboot.updates.UpdateCheckConfiguration
- getDisabled() - Method in class org.axonframework.updates.configuration.CommandLineUsagePropertyProvider
- getDisabled() - Method in class org.axonframework.updates.configuration.DefaultUsagePropertyProvider
- getDisabled() - Method in class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
- getDisabled() - Method in class org.axonframework.updates.configuration.HierarchicalUsagePropertyProvider
- getDisabled() - Method in class org.axonframework.updates.configuration.PropertyFileUsagePropertyProvider
- getDisabled() - Method in interface org.axonframework.updates.configuration.UsagePropertyProvider
-
Returns whether the Anonymous Usage Collection is disabled.
- getDispatchedCommands() - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Returns a list with all commands that have been dispatched by this command bus.
- getDistributedInSameTraceTimeLimit() - Method in class org.axonframework.springboot.TracingProperties.EventProcessorProperties
-
The time limit for events handled by a
StreamingEventProcessorto be traced in the same trace as the trace that published it. - getDlq() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Retrieves the AutoConfiguration settings for the sequenced dead letter queue settings.
- getDockerComposeConnectionDetails(DockerComposeConnectionSource) - Method in class org.axonframework.springboot.service.connection.AxonServerDockerComposeConnectionDetailsFactory
- getDomainEventData(ResultSet) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Extracts the next domain event entry from the given
resultSet. - getEligibleMembers(String) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the collection of nodes, represented as
ConsistentHash.ConsistentHashMember, in the order they would be considered for the given routing key. - getEnqueuedAt() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The time the message was enqueued.
- getEntityManager() - Method in interface org.axonframework.common.jpa.EntityManagerProvider
-
Returns the EntityManager instance to use.
- getEntityManager() - Method in class org.axonframework.common.jpa.SimpleEntityManagerProvider
- getEntityManager() - Method in interface org.axonframework.common.legacyjpa.EntityManagerProvider
-
Deprecated.Returns the EntityManager instance to use.
- getEntityManager() - Method in class org.axonframework.common.legacyjpa.SimpleEntityManagerProvider
-
Deprecated.
- getEntityManager() - Method in class org.axonframework.springboot.util.jpa.ContainerManagedEntityManagerProvider
- getEntityManager() - Method in class org.axonframework.springboot.util.legacyjpa.ContainerManagedEntityManagerProvider
-
Deprecated.
- getError() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Returns the exception that caused processing to fail, if present.
- getError() - Method in class org.axonframework.eventhandling.TrackerStatus
- getError() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- getErrorCode() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Return a
Stringdefining the error code. - getEvent() - Method in interface org.axonframework.test.eventscheduler.ScheduledItem
-
The Event scheduled for publication.
- getEvent() - Method in class org.axonframework.test.eventscheduler.StubScheduleToken
- getEventAvailabilityTimeout() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return the time, in milliseconds, that a processor should wait for available events before going into a cycle of updating claims and checking for incoming instructions.
- getEventBus() - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Returns the EventBus used by this EventGateway.
- getEventBus() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- getEventBus() - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Returns the event bus used by this fixture.
- getEventBus() - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Returns the event bus used by this fixture.
- getEventBus() - Method in class org.axonframework.test.saga.SagaTestFixture
- getEventCipher() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.Through use of the Axon Server Java Connector project.
- getEventFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Specific flow control settings for the event message stream.
- getEventhandling() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Return the configured
AxonServerConfiguration.Eventhandlingof this application for Axon Server. - getEventIdentifier() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- getEventIdentifier() - Method in class org.axonframework.eventhandling.AbstractEventEntry
- getEventIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original
EventMessage.getIdentifier(). - getEventIdentifier() - Method in interface org.axonframework.eventhandling.EventData
-
Returns the identifier of the serialized event.
- getEventIdentifier() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getEventProcessor() - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Timeout settings for specific event processors.
- getEventProcessor() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
EventProcessor. - getEventProcessors() - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Timeout settings for all event processors, unless a more specific setting is registered via the
event-processorproperty. - getEvents() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for events.
- getEvents() - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize the payload and meta data of Event Messages.
- getEvents() - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
The timeout configuration for event handlers.
- getEventSerializer() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Get the serializer used by this storage engine when storing and retrieving events.
- getEventStore() - Method in class org.axonframework.eventsourcing.AbstractSnapshotter
-
Returns the event store this snapshotter uses to load domain events and store snapshot events.
- getEventStore() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- getEventStore() - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Returns the event store used by this fixture.
- getEventStoreConfiguration() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Return the configured
AxonServerConfiguration.EventStoreConfigurationof this application for Axon Server. - getEventTrackerStatusChangeListener() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Returns the
EventTrackerStatusChangeListenerdefined in this configuration, to be called whenever anEventTrackerStatuschange occurs. - getExactSuperType(Type, Class<?>) - Static method in class org.axonframework.common.TypeReflectionUtils
-
Finds the most specific supertype of type whose erasure is searchClass.
- getException() - Method in class org.axonframework.test.saga.RecordingListenerInvocationErrorHandler
-
Return the last encountered Exception after the startRecording method has been invoked, or an empty Optional of no Exception occurred.
- getExceptionDescriptions() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
- getExceptionDescriptions() - Method in exception class org.axonframework.messaging.RemoteHandlingException
- getExceptionDescriptions() - Method in exception class org.axonframework.messaging.RemoteNonTransientHandlingException
- getExceptionResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
-
Get the execution result in case the result is an exception.
- getExceptionRevision() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the exception revision of the serialized reply message.
- getExceptionType() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the exception type of the serialized reply message.
- getExecutionResult() - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- getExecutionResult() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- getExecutionResult() - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- getExecutionResult() - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Get the result of processing the
Message. - getExecutionResult() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Get the result of the task that was executed by this Unit of Work.
- getExecutionResults() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Returns a Map of
ExecutionResultper Message. - getExecutor() - Method in class org.axonframework.eventsourcing.AbstractSnapshotter
-
Returns the executor that executes snapshot taking tasks.
- getExpectedResponseType() - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- getExpectedResponseType() - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
Gets actual response type or generic placeholder.
- getExpectedVersion() - Method in exception class org.axonframework.modelling.command.ConflictingAggregateVersionException
-
Returns the version expected by the component loading the aggregate.
- getFailedField() - Method in class org.axonframework.test.matchers.EqualFieldsMatcher
-
Returns the field that failed comparison, if any.
- getFailedFieldActualValue() - Method in class org.axonframework.test.matchers.EqualFieldsMatcher
-
Returns the actual value of a failed field comparison, if any.
- getFailedFieldExpectedValue() - Method in class org.axonframework.test.matchers.EqualFieldsMatcher
-
Returns the expected value of a failed field comparison, if any.
- getFallbackUrl() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
-
Returns the URL relative to the host's root to retrieve Instance Meta Data from.
- getFieldValue(Field, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the value of the given
fieldin the givenobject. - getFilter() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Expression to filter out events in a persistent stream, using Axon Server Query Language as its syntax.
- getFor(String) - Method in interface org.axonframework.axonserver.connector.command.CommandLoadFactorProvider
-
Returns the load factor value for the specific command
- getFromCode(String) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
- getGaps() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Get a
SortedSetof this token's gaps. - 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.
- getGlobalIndex() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
-
Get the global sequence number of the event
- getGossip() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Returns the
DistributedCommandBusProperties.JGroupsProperties.Gossipconfiguration in case the Gossip protocol is configured for JGroups (default). - getGroupIdentifier() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
-
Returns the Quartz group identifier.
- getGrpcPort() - Method in class org.axonframework.test.server.AxonServerContainer
-
Returns the mapped gRPC port used by this Axon Server container.
- getGrpcPort() - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Returns the mapped GRPC port used by this Axon Server container.
- getGrpcPort() - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.Returns the mapped GRPC port used by this Axon Server container.
- getHandler() - Method in class org.axonframework.springboot.TimeoutProperties
-
Timeout settings for message handlers.
- getHandlerEnhancerDefinition() - Method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Returns handler enhancer definition used to wrap handlers.
- getHandlerInterceptors() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
- getHandlerInterceptors() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Return the list of already registered
MessageHandlerInterceptors for this event processor. - getHandlers() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Deprecated.
- getHandlers(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Returns a list of detected members of given
typethat are capable of handling certain messages. - getHeartbeat() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection with Axon Server.
- getHosts() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
Returns the host names and ports of the
DistributedCommandBusProperties.JGroupsProperties.GossipRouters to connect to. - getHttpPort() - Method in class org.axonframework.test.server.AxonServerContainer
-
Returns the mapped Http port used by this Axon Server container.
- getId() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineToken
- getId() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
-
The ID of the entity in the database.
- getId() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.The ID of the entity in the database.
- getId() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerScheduleToken
- getId() - Method in class org.axonframework.modelling.saga.repository.jpa.AssociationValueEntry
-
The unique identifier of this entry.
- getIdentifier() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- getIdentifier() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- getIdentifier() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- getIdentifier() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getIdentifier() - Method in class org.axonframework.domain.GenericMessage
-
Deprecated.Get the message's identifier.
- getIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
-
The identifier of this letter's database entry.
- getIdentifier() - Method in interface org.axonframework.eventhandling.EventMessage
-
Returns the identifier of this event.
- getIdentifier() - Method in class org.axonframework.messaging.AbstractMessage
- getIdentifier() - Method in interface org.axonframework.messaging.Message
-
Returns the identifier of this message.
- getIdentifier() - Method in class org.axonframework.messaging.MessageDecorator
- getIdentifier() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- getIdentifier() - Method in class org.axonframework.modelling.command.AggregateScopeDescriptor
-
The identifier of the Aggregate targeted with this scope
- getIdentifier() - Method in class org.axonframework.modelling.command.VersionedAggregateIdentifier
-
Returns the string representation of the identifier of the targeted Aggregate.
- getIdentifier() - Method in class org.axonframework.modelling.saga.SagaScopeDescriptor
-
The identifier of the Saga targeted with this scope
- getIdentifier(T) - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Get the identifier of the given
targetentity. - getIdentifiers() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Returns the identifiers that uniquely identify this result entry.
- getIdentifierValue() - Method in class org.axonframework.modelling.command.VersionedAggregateIdentifier
-
Returns the object representation of the identifier of the targeted Aggregate.
- getIndex() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
-
The index of the dead letter within its sequence identified by the
sequenceIdentifier. - getIndex() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.The index of the dead letter within its sequence identified by the
sequenceIdentifier. - getIndex() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Get the highest global sequence of events seen up until the point of this tracking token.
- getInitialAssociationValue() - Method in class org.axonframework.modelling.saga.SagaInitializationPolicy
-
Returns the initial association value for a newly created saga.
- getInitialNrOfPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Deprecated.
- getInitialNrOfPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.In favor of
AxonServerConfiguration.getPermits() - getInitialPosition() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The initial token position for the persistent stream.
- getInitialSegmentCount() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The number of segments for the persistent stream if it needs to be created.
- 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.
- getInitialSegmentsCount() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return the number of segments requested for handling asynchronous processing of events.
- getInitialTrackingToken() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return the builder function of the initial
TrackingToken. - getInstance() - Static method in class org.axonframework.common.annotation.PriorityAnnotationComparator
-
Returns the instance of the comparator.
- getInstance() - Static method in class org.axonframework.common.IdentifierFactory
-
Returns an instance of the IdentifierFactory discovered on the classpath.
- getInstance() - Static method in class org.axonframework.common.IdentifierValidator
-
Returns the singleton instance of the IdentifierValidator.
- getInstance() - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Get the current
AggregateLifecycleinstance for the current thread. - getInstance() - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Get the current
SagaLifecycleinstance for the current thread. - getInternalTrackingToken() - Method in class org.axonframework.eventhandling.TrackerStatus
-
Return the
TrackingTokenthisEventTrackerStatusportrays the status of. - getInterval() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
The interval between consecutive heartbeat message sent in milliseconds.
- getInvocationInterceptorChain() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the InterceptorChain for the invocation process registered with this entry, or
nullif none is available. - getInvokerId() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the Identifier of the invoker that is chosen to handle this entry.
- getIsLive() - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
- getIsLive() - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Indicates whether this Aggregate instance is 'live'.
- getIsLive() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- getIsLive() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- getJgroups() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Returns the JGroups configuration to use (if JGroups is on the classpath).
- getJobIdentifier() - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrScheduleToken
-
Returns the JobRunr job identifier.
- getJobIdentifier() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
-
Returns the Quartz job identifier.
- getKeepAliveTime() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The interval (in ms) for keep alive requests, 0 is keep-alive disabled.
- getKeepAliveTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The timeout (in ms) for keep alive requests.
- getKey() - Method in class org.axonframework.modelling.saga.AssociationValue
-
Returns the key of this association value.
- getLabel(String) - Static method in class org.axonframework.deadline.jobrunr.LabelUtils
-
Makes sure the returned value has a length equal or the same as the maximum size.
- getLastSeparator() - Method in class org.axonframework.test.matchers.ListMatcher
-
The separator to use between the two last events.
- getLastSeparator() - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
- getLastSequenceNumber() - Method in class org.axonframework.eventsourcing.eventstore.ConcatenatingDomainEventStream
- getLastSequenceNumber() - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Get the highest known sequence number in the upstream event entry stream.
- getLastSequenceNumber() - Method in class org.axonframework.eventsourcing.eventstore.FilteringDomainEventStream
- getLastSequenceNumber() - Method in class org.axonframework.eventsourcing.eventstore.IteratorBackedDomainEventStream
- getLastTouched() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The time the messages was last touched, meaning having been queued or having been tried to process.
- getListenerInvocationErrorHandler() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
Return the
ListenerInvocationErrorHandleras configured for thisEventHandlerInvoker. - getLoadBalancingStrategy() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Returns the load balancing strategy for this event processor.
- getLoadFactor() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Returns the current load factor of this node.
- getLoadFactor() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Returns the load factor for this instance of the Distributed Command Bus (default 100).
- getM() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
byte[]containing the metadata about the deadline. - getM() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Gets the serialized metadata.
- getMask() - Method in class org.axonframework.eventhandling.Segment
-
Getter for the segment mask.
- getMatchers() - Method in class org.axonframework.test.matchers.ListMatcher
-
Returns a read-only list of Matchers, in the order they were provided in the constructor.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.axonframework.springboot.util.AbstractQualifiedBeanCondition
- getMaxGrpcBufferedMessages() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.This property is no longer used through adjustments in the Axon Server Java Connector project.
- getMaxMessageSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The gRPC max inbound message size.
- getMaxMessageSizeWarningThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The threshold (in percentage of 0-1) of the max message size at which a warning should be logged.
- getMaxSegments(String) - Method in interface org.axonframework.eventhandling.pooled.MaxSegmentProvider
-
Returns the maximum amount of segments to claim for the given
processingGroup. - getMaxThreadCount() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return the pool size of core threads as per
ThreadPoolExecutor.getCorePoolSize(). - getMeasurements() - Method in class org.axonframework.micrometer.reservoir.SlidingTimeWindowReservoir
-
Retrieve the measurements
- getMember(String, CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the member instance to which the given
messageshould be routed. - getMemberGenericString(Member) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the generic string of the given
member. - getMemberGenericType(Member) - Static method in class org.axonframework.common.ReflectionUtils
- getMembers() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the set of members registered with this consistent hash instance.
- getMemberValue(Member, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the value of the given
memberin the givenobject, either by returningFieldvalue or invoking the method. - getMemberValueType(Member) - Static method in class org.axonframework.common.ReflectionUtils
- getMessage() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
Returns the command message that was sent.
- getMessage() - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- getMessage() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The embedded
DeadLetterEventEntryrepresenting the original message. - getMessage() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- getMessage() - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- getMessage() - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Get the Message that is being processed in this context.
- getMessage() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Get the message that is being processed by the Unit of Work.
- getMessageIdentifier() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getMessageIdentifier() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the identifier of the message wrapping the object to upcast.
- getMessageIdentifier() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getMessages() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Get the batch of messages that is being processed (or has been processed) by this unit of work.
- getMessages() - Method in class org.axonframework.springboot.SerializerProperties
-
The type of serializer to use to serialize the payload and meta data of Messages.
- getMessageSource() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
-
Returns the message source from which this processor receives its events
- getMessageSource() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Returns the
StreamableMessageSourcethis processor is using - getMessageType() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the message type, which is defined by the
DeadLetterJpaConverterthat mapped this entry. - getMessageType() - Method in enum class org.axonframework.spring.config.MessageHandlerConfigurer.Type
-
Returns the supported
Messageimplementation. - getMetaData() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- getMetaData() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
Returns the serialized data of the MetaData of the serialized Event.
- getMetaData() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- getMetaData() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- getMetaData() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getMetaData() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
Stringcontaining the metadata about the deadline. - getMetaData() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
Stringcontaining the metadata about the deadline. - getMetaData() - Method in class org.axonframework.domain.GenericMessage
-
Deprecated.Get the message's metadata.
- getMetaData() - Method in class org.axonframework.eventhandling.AbstractEventEntry
- getMetaData() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original metadata as a
SimpleSerializedObject. - getMetaData() - Method in interface org.axonframework.eventhandling.EventData
-
Returns the serialized data of the MetaData of the serialized Event.
- getMetaData() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getMetaData() - Method in class org.axonframework.messaging.GenericMessage
- getMetaData() - Method in interface org.axonframework.messaging.Message
-
Returns the meta data for this message.
- getMetaData() - Method in class org.axonframework.messaging.MessageDecorator
- getMetaData() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- getMetaData() - Method in class org.axonframework.serialization.SerializedMessage
- getMetaData() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getMetaData() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the meta data of the message wrapping the object being upcast.
- getMetaData() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getMetrics() - Method in class org.axonframework.metrics.CapacityMonitor
- getMetrics() - Method in class org.axonframework.metrics.EventProcessorLatencyMonitor
- getMetrics() - Method in class org.axonframework.metrics.MessageCountingMonitor
- getMetrics() - Method in class org.axonframework.metrics.MessageTimerMonitor
- getMetrics() - Method in class org.axonframework.metrics.PayloadTypeMessageMonitorWrapper
- getMicrometer() - Method in class org.axonframework.springboot.MetricsProperties
-
Retrieves the Micrometer specific settings for Metrics
- getMissingEntries() - Method in class org.axonframework.test.matchers.MapEntryMatcher
- getMode() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the type of processor to configure.
- getModules() - Method in interface org.axonframework.config.Configuration
-
Returns all modules that have been registered with this Configuration.
- getModules() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- getName() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The name for the persistent stream.
- getName() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
- getName() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Returns the name of this event processor.
- getName() - Method in interface org.axonframework.serialization.SerializedType
-
Returns the name of the serialized type.
- getName() - Method in class org.axonframework.serialization.SimpleSerializedType
- getNestedTimeLimit() - Method in class org.axonframework.springboot.TracingProperties
-
Deprecated.
- getNewPermitsThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
The threshold at which the application sends new permits to server.
- getNewPermitsThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The threshold at which the application sends new permits to server.
- getNonEmptyOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not
nullor of zero length, or otherwise the givendefaultValue. - getNonTransientFailures() - Method in class org.axonframework.commandhandling.gateway.NonTransientExceptionClassesPredicate
-
Fetches a configured list of non-transient failures.
- getNrOfNewPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
- getNrOfNewPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
- getObject() - Method in class org.axonframework.serialization.LazyDeserializingObject
-
De-serializes the object and returns the result.
- getObject() - Method in class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
- getObject() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.
- getObject() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.
- getObject() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- getObject() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
-
Deprecated.
- getObject() - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
-
Deprecated.
- getObject() - Method in class org.axonframework.spring.config.RepositoryFactoryBean
-
Deprecated.
- getObject() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- getObject() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
-
Deprecated.
- getObject() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- getObject() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
- getObject() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
- getObject() - Method in class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
-
Deprecated.
- getObjectMapper() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Returns the ObjectMapper used by this serializer, allowing for configuration of the serialization settings.
- getObjectMapper() - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Returns the ObjectMapper used by this serializer, allowing for configuration of the serialization settings.
- getObjectType() - Method in class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
- getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.
- getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.
- getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- getObjectType() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
-
Deprecated.
- getObjectType() - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.axonframework.spring.config.RepositoryFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- getObjectType() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
-
Deprecated.
- getObjectType() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- getObjectType() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
- getObjectType() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
- getObjectType() - Method in class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
-
Deprecated.
- getOrComputeResource(String, Function<? super String, R>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the resource attached under given
name. - getOrDefault(I, Function<I, T>, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the result of the given
valueProviderby ingesting the giveninstance, if theinstanceis notnull. - getOrDefault(String, Case, Collection<Handler>) - Method in interface org.axonframework.axonserver.connector.Handlers
-
The same as
Handlers.get(String, Object)but if no handler is found it returns provideddefcollection of handlers. - getOrDefault(T, Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not
null, or otherwise the value provided bydefaultProvider. - getOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not
null, or otherwise the givendefaultValue. - getOrDefaultResource(String, R) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the resource attached under given
name. - getOriginServer() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Returns the name of the server that reported the error.
- getOverflowStrategy() - Method in class org.axonframework.queryhandling.SubscriptionQueryBackpressure
-
Deprecated.Gets the overflow strategy.
- getOwner() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the identifier of the process (JVM) having a claim on this token, or
nullif the token isn't claimed. - getOwner() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the identifier of the process (JVM) having a claim on this token, or
nullif the token isn't claimed. - getP() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the serialized
byte[]of the payload. - getP() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Gets the serialized payload.
- getPackages() - Method in class org.axonframework.spring.serialization.avro.AvroSchemaPackages
-
Retrieves packages to scan for schemas.
- getPayload() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- getPayload() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- getPayload() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- getPayload() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- getPayload() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getPayload() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the serialized
Stringof the payload. - getPayload() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the serialized
Stringof the payload. - getPayload() - Method in class org.axonframework.domain.GenericMessage
-
Deprecated.Get the payload of this message.
- getPayload() - Method in class org.axonframework.eventhandling.AbstractEventEntry
- getPayload() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original payload as a
SimpleSerializedObject. - getPayload() - Method in interface org.axonframework.eventhandling.EventData
-
Returns the serialized data of the Event Message's payload.
- getPayload() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getPayload() - Method in class org.axonframework.messaging.GenericMessage
- getPayload() - Method in class org.axonframework.messaging.GenericResultMessage
- getPayload() - Method in interface org.axonframework.messaging.Message
-
Returns the payload of this message.
- getPayload() - Method in class org.axonframework.messaging.MessageDecorator
- getPayload() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- getPayload() - Method in class org.axonframework.serialization.SerializedMessage
- getPayloadClass() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
Stringwith the class of the payload. - getPayloadClass() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
Stringwith the class of the payload. - getPayloadClass() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Gets the payload class.
- getPayloadRevision() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the payload revision of the serialized payload of the command carried by this instance.
- getPayloadRevision() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the payload revision of the serialized reply message.
- getPayloadRevision() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
Stringwith the revision of the payload. - getPayloadRevision() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
Stringwith the revision of the payload. - getPayloadType() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- getPayloadType() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- getPayloadType() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- getPayloadType() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getPayloadType() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the payload type of the serialized payload of the command carried by this instance.
- getPayloadType() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the payload type of the serialized reply message.
- getPayloadType() - Method in class org.axonframework.domain.GenericMessage
-
Deprecated.Get the type of payload of this message.
- getPayloadType() - Method in class org.axonframework.messaging.GenericMessage
- getPayloadType() - Method in interface org.axonframework.messaging.Message
-
Returns the type of the payload.
- getPayloadType() - Method in class org.axonframework.messaging.MessageDecorator
- getPayloadType() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- getPayloadType() - Method in class org.axonframework.serialization.SerializedMessage
- getPc() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
Stringwith the class of the payload. - getPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
The initial number of permits send for message streams (events, commands, queries).
- getPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The initial number of permits send for message streams (events, commands, queries).
- getPersistentStreams() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Returns the settings for each of the configured persistent streams, by name.
- getPhase() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- getPhase() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- getPhase() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- getPhase() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- getPriority() - Method in class org.axonframework.common.property.BeanPropertyAccessStrategy
- getPriority() - Method in class org.axonframework.common.property.DirectPropertyAccessStrategy
- getPriority() - Method in class org.axonframework.common.property.PropertyAccessStrategy
-
The priority of this strategy.
- getPriority() - Method in class org.axonframework.common.property.UniformPropertyAccessStrategy
- getProcessingGroup() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The processing group this dead letter belongs to.
- getProcessingStarted() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Timestamp indicating when the processing of this dead letter has started.
- getProcessorName() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the name of the process to which this token belongs.
- getProcessorName() - Method in class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
- getProcessorName() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
- getProcessors() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling
-
Returns the settings for each of the configured processors, by name.
- getProcessors() - Method in class org.axonframework.springboot.EventProcessorProperties
-
Returns the settings for each of the configured processors, by name.
- getProcessorsNotificationInitialDelay() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The initial delay (in ms.) before application sends first status update on event processors to Axon Server.
- getProcessorsNotificationRate() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The interval (in ms.) application sends status updates on event processors to Axon Server.
- getProperty(Class<? extends T>, String) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
-
Iterates over all known PropertyAccessStrategy implementations to create a
Propertyinstance for the given parameters. - getPublisherId() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the Identifier of the publisher that is chosen to handle this entry.
- getPublisherInterceptorChain() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the InterceptorChain for the publication process registered with this entry, or
nullif none is available. - getQueries() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for queries.
- getQueries() - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
The timeout configuration for query handlers.
- getQueryBus() - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Timeout settings for the query bus.
- getQueryBus() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
QueryBus. - getQueryExecutionErrorCode(Throwable) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Returns an Query Execution ErrorCode variation based on the transiency of the given
Throwable - getQueryFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Specific
flow control settingsfor the query message stream. - getQueryHandler() - Method in class org.axonframework.queryhandling.QuerySubscription
-
Retrieve the query handler of this subscription as a
MessageHandler. - getQueryName() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- getQueryName() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getQueryName() - Method in interface org.axonframework.queryhandling.annotation.QueryHandlingMember
-
Returns the name of the query the handler can handle
- getQueryName() - Method in class org.axonframework.queryhandling.GenericQueryMessage
- getQueryName() - Method in interface org.axonframework.queryhandling.QueryMessage
-
Returns the name identifying the query to be executed.
- getQueryResponseThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads executing query responses.
- getQueryResultEntry() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Returns the wrapped entry as returned by the AxonServer Java Connector.
- getQueryThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads executing queries.
- getR() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
Stringwith the revision of the payload. - getR() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Gets the revision.
- getReader(Class<?>) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Provides the ObjectReader, with which objects are read from the JSON form.
- getReader(Class<?>) - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Provides the ObjectReader, with which objects are read from the JSON form.
- getReconnectInterval() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The amount of time in milliseconds to wait in between attempts to connect to Axon Server.
- getRegistration() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
-
Gets the registration.
- getRegistry() - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Returns the global
MetricRegistryto which components are registered. - getRegistry() - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Returns the global
MeterRegistryto which components are registered. - getRemainingOfDeadline(long) - Static method in class org.axonframework.common.ObjectUtils
-
Gets number of millis which are remaining of current deadline to be reached by
System.currentTimeMillis(). - getRepository() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
Repository. - getRepository() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- getRepository() - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Returns the repository used by this fixture.
- getRepository(Class<?>) - Static method in class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
-
Returns the Repository instance for Aggregate with given
typeIdentifierused by the CommandHandlerInvoker that is running on the current thread. - getRequestStream() - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
-
Returns the request stream observer which allows interaction with the client stream.
- getResetPosition() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Return the relative position at which a reset was triggered for this Segment.
- getResetPosition() - Method in class org.axonframework.eventhandling.TrackerStatus
- getResetPosition() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- getResolver() - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
- getResolver() - Method in class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory
- getResolver() - Method in class org.axonframework.eventhandling.TimestampParameterResolverFactory
- getResolver() - Method in class org.axonframework.messaging.annotation.AbstractAnnotatedParameterResolverFactory
- getResolver() - Method in class org.axonframework.messaging.annotation.AggregateTypeParameterResolverFactory
- getResolver() - Method in class org.axonframework.messaging.annotation.MessageIdentifierParameterResolverFactory
- getResolver() - Method in class org.axonframework.messaging.annotation.SourceIdParameterResolverFactory
- getResource(String) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the resource attached under given
name, ornullif no such resource is available. - getResponseType() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- getResponseType() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getResponseType() - Method in class org.axonframework.queryhandling.GenericQueryMessage
- getResponseType() - Method in interface org.axonframework.queryhandling.QueryMessage
-
The type of response expected by the sender of the query
- getResponseType() - Method in class org.axonframework.queryhandling.QuerySubscription
-
Retrieve the response type of this subscription as a
Type. - getResponseType() - Method in interface org.axonframework.queryhandling.StreamingQueryMessage
- getResult() - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
-
Waits if necessary for the command handling to complete, and then returns its result.
- getResult() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Returns the result of the command's execution, or
nullif the command is not yet executed or resulted in an exception. - getResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
-
Return the execution result message.
- getResult(long, TimeUnit) - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
-
Waits if necessary for at most the given time for the command handling to complete, and then retrieves its result, if available.
- getResultType() - Method in interface org.axonframework.queryhandling.annotation.QueryHandlingMember
-
Returns the return type declared by the handler
- getRevision() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Gets the revision.
- getRevision() - Method in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.Returns the revision of the serialized saga
- getRevision() - Method in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
-
Returns the revision of the serialized saga
- getRevision() - Method in interface org.axonframework.serialization.SerializedType
-
Returns the revision identifier of the serialized object.
- getRevision() - Method in class org.axonframework.serialization.SimpleSerializedType
- getRevisionResolver() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Returns the revision resolver used by this serializer.
- getRevisionResolver() - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Returns the revision resolver used by this serializer.
- getRoutingKey(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
- getRoutingKey(CommandMessage<?>) - Method in interface org.axonframework.commandhandling.distributed.RoutingStrategy
-
Generates a routing key for the given
command. - getRoutingKey(CommandMessage<?>) - Method in enum class org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
- getS() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the serialized
byte[]which tells what the scope is of the deadline. - getSagaCreationPolicy(EventMessage<?>) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
-
Returns the Saga Initialization Policy for a Saga of the given
sagaTypeandevent. - getSagaCreationPolicy(EventMessage<?>) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager
- getSagaId() - Method in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.Returns the identifier of the saga contained in this entry
- getSagaId() - Method in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
-
Returns the identifier of the saga contained in this entry
- getSagaIdentifier() - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- getSagaIdentifier() - Method in class org.axonframework.modelling.saga.repository.jpa.AssociationValueEntry
-
Returns the Saga Identifier contained in this entry.
- getSagaIdentifier() - Method in interface org.axonframework.modelling.saga.Saga
-
Returns the unique identifier of this saga.
- getSagaIdentifier() - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
Retrieve a
Stringdenoting the identifier of this Saga. - getSagaIdentifierAttributeName() - Method in class org.axonframework.springboot.TracingProperties.SagaManagerProperties
-
The name of the attribute used to store the saga id in the span.
- getSagaManager() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
AbstractSagaManager. - getSagaType() - Method in class org.axonframework.modelling.saga.AbstractSagaManager
-
Returns the class of Saga managed by this SagaManager
- getSagaType() - Method in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.Returns the type identifier of the serialized saga
- getSagaType() - Method in class org.axonframework.modelling.saga.repository.jpa.AssociationValueEntry
-
Returns the type (fully qualified class name) of the Saga this association value belongs to
- getSagaType() - Method in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
-
Returns the type identifier of the serialized saga
- getSc() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
Stringwith the class of the scope descriptor. - getScheduledDeadlines() - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Return all scheduled deadlines which have not been met (yet).
- getScheduledItems() - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
-
Returns a view of all the scheduled Events at the time this method is called.
- getScheduleId() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Retrieve a
Stringidentifier representing the scheduled deadline; can be used together with thedeadlineNameto cancel the deadline. - getScheduleTime() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Retrieve the time as an
Instantat which the deadline is scheduled. - getScheduleTime() - Method in interface org.axonframework.test.eventscheduler.ScheduledItem
-
The time the event was scheduled for publication.
- getScheduleTime() - Method in class org.axonframework.test.eventscheduler.StubScheduleToken
- getScopeDescriptor() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the serialized
Stringwhich tells what the scope is of the deadline. - getScopeDescriptor() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the serialized
Stringwhich tells what the scope is of the deadline. - getScopeDescriptorClass() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
Stringwith the class of the scope descriptor. - getScopeDescriptorClass() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
Stringwith the class of the scope descriptor. - getSegment() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
The segment for which this status is valid.
- getSegment() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the segment index of the process to which this token belongs.
- getSegment() - Method in class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
- getSegment() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
- getSegment() - Method in class org.axonframework.eventhandling.TrackerStatus
- getSegment() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- getSegmentId() - Method in class org.axonframework.eventhandling.Segment
-
Getter for the segment identifier.
- getSequenceIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
-
The sequence identifier of this
DeadLetter. - getSequenceIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The sequence identifier of this dead letter.
- getSequenceIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
-
The sequence identifier of this
DeadLetter. - getSequenceIdentifier() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.The sequence identifier of this
DeadLetter. - getSequenceIdentifier() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
Returns the sequence identifier of the sequence this
GenericDeadLetter.message()belongs to. - getSequenceIdentifierFor(Object) - Method in class org.axonframework.eventhandling.async.SequentialPolicy
- getSequenceIdentifierFor(EventMessage) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy
- getSequenceIdentifierFor(EventMessage) - Method in class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
- getSequenceIdentifierFor(EventMessage<?>) - Method in class org.axonframework.eventhandling.async.FullConcurrencyPolicy
- getSequenceIdentifierFor(EventMessage<?>) - Method in class org.axonframework.eventhandling.async.MetaDataSequencingPolicy
- getSequenceIdentifierFor(T) - Method in interface org.axonframework.eventhandling.async.SequencingPolicy
-
Returns the sequence identifier for the given
event. - getSequenceIndex() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
-
The index of this dead letter within its sequence, identified by the
sequenceIdentifier. - getSequenceIndex() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The index of this message within the
DeadLetterEntry.getSequenceIdentifier(), used for keeping the messages in the same order within the same sequence. - getSequenceNumber() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- getSequenceNumber() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
- getSequenceNumber() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original
DomainEventMessage.getSequenceNumber(), if it was aDomainEventMessage. - getSequenceNumber() - Method in interface org.axonframework.eventhandling.DomainEventData
-
Returns the sequence number of the event in the aggregate.
- getSequenceNumber() - Method in interface org.axonframework.eventhandling.DomainEventMessage
-
Returns the sequence number that allows DomainEvents originating from the same Aggregate to be placed in the order of generation.
- getSequenceNumber() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- getSequenceNumber() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getSequenceNumber() - Method in class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry
- getSequenceNumber() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getSequenceNumber() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the sequence number of the event in the aggregate, or an empty Optional if the message wrapping the object being upcast does not contain a sequence number.
- getSequenceNumber() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getSequencingPolicy() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The sequencing policy to use for the persistent stream.
- getSequencingPolicy() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
Return the
SequencingPolicyas configured for thisEventHandlerInvoker. - getSequencingPolicy() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the name of the bean that defines the
SequencingPolicyfor this processor. - getSequencingPolicyParameters() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Parameters specified for the sequencing policy.
- getSerializedException() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the serialized exception of the serialized reply message.
- getSerializedMetadata() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Gets the serialized metadata.
- getSerializedMetaData() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the serialized metadata of the command carried by this instance.
- getSerializedMetaData() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the serialized meta data of the serialized reply message.
- getSerializedObject() - Method in class org.axonframework.serialization.LazyDeserializingObject
-
Returns the serialized object to deserialize upon request
- getSerializedPayload() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the serialized payload of the command carried by this instance.
- getSerializedPayload() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the serialized payload of the serialized reply message.
- getSerializedPayload() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Gets the serialized payload.
- getSerializedSaga() - Method in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.Returns the serialized form of the Saga.
- getSerializedSaga() - Method in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
-
Returns the serialized form of the Saga.
- getSerializedToken() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the serialized token.
- getSerializedToken() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the serialized token.
- getSerializer() - Method in class org.axonframework.serialization.LazyDeserializingObject
-
Returns the serializer to deserialize this object
- getServer() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Returns the name of the server that reported the error.
- getServer() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
-
Returns the name of the server that reported the error.
- getServer() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
-
Returns the name of the server that reported the error.
- getServer() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Return a
Stringdefining the location where the error originated. - getServers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Comma separated list of Axon Server servers.
- getSize() - Method in class org.axonframework.springboot.EventProcessorProperties.DlqCache
-
Returns the size of the sequence identifiers to keep in memory, per segment.
- getSnapshotData(ResultSet) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Extracts the next snapshot entry from the given
resultSet. - getSnapshotPrefetch() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
An
intindicating the maximum number of Aggregate snapshots which will be retrieved. - getSnapshotSerializer() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Get the serializer used by this storage engine when storing and retrieving snapshots.
- getSnapshotter() - Method in class org.axonframework.springboot.TracingProperties
-
Returns the properties describing the tracing settings for the
Snapshotter. - getSnapshotTrigger() - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
The trigger instance that monitors this aggregate to trigger a snapshot
- getSortValues() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Returns the list of values to use to compare the order of this entry to other entries.
- getSource() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the name of the bean that should be used as source for Event Messages.
- getSpanClassName() - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
Provides the class to use in spans,
- getSpringCloud() - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Returns the Spring Cloud configuration to use (if Spring Cloud is on the classpath).
- getState() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Get the state of the event processor.
- getSubscriptions() - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
Returns the subscriptions for this query bus.
- getSubscriptions() - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Returns a Map will all Command Names and their Command Handler that have been subscribed to this command bus.
- getSuppressDownloadMessage() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.Through use of the Axon Server Java Connector project, which enables the download message in absence of configured servers.
- getTags() - Method in class org.axonframework.config.TagsConfiguration
-
Gets tags.
- getTags() - Method in class org.axonframework.springboot.TagsConfigurationProperties
-
Gets tags.
- getTargetType() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
- getTargetType() - Method in interface org.axonframework.messaging.MessageHandler
-
Returns the instance type that this handler delegates to.
- getTaskName() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineToken
- getTaskName() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerScheduleToken
- getterName(String) - Method in class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
-
Returns the name of the method that is used to access the property.
- getterName(String) - Method in class org.axonframework.common.property.BeanPropertyAccessStrategy
- getterName(String) - Method in class org.axonframework.common.property.UniformPropertyAccessStrategy
- getThreadCount() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The number of threads used to process tasks (e.g. event handling) for the persistent stream.
- getThreadCount() - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Returns the number of threads to use to process Events, when using a
StreamingEventProcessorimplementation. - getThreadFactory(String) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
- getTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
The time window within which a response is expected in milliseconds.
- getTimeoutMs() - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Returns the timeout of the message handler in milliseconds.
- getTimestamp() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- getTimestamp() - Method in class org.axonframework.eventhandling.AbstractEventEntry
- getTimestamp() - Method in interface org.axonframework.eventhandling.EventData
-
Returns the timestamp at which the event was first created.
- getTimestamp() - Method in interface org.axonframework.eventhandling.EventMessage
-
Returns the timestamp of this event.
- getTimestamp() - Method in class org.axonframework.eventhandling.GenericEventMessage
- getTimestamp() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getTimestamp() - Method in class org.axonframework.mongo.eventsourcing.eventstore.MongoTrackingToken
-
Deprecated.Get the timestamp of the last event tracked by this token.
- getTimestamp() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getTimestamp() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the timestamp at which the event was first created.
- getTimestamp() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getTimeStamp() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original
EventMessage.getTimestamp(). - getToken() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The token providing access control with Axon Server
- getToken(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the token, deserializing it with given
serializer - getToken(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the token, deserializing it with given
serializer - getTokenAtReset() - Method in class org.axonframework.eventhandling.ReplayToken
-
Gets the token representing the position at which the reset was triggered.
- getTokenAtReset(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Return the relative position at which a reset was triggered for this Segment.
- getTokenClaimInterval() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Returns the time, in milliseconds, the processor should wait after a failed attempt to claim any segments for processing.
- 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.
- getTokenForStream(String) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Return the tracking token for an individual stream
- getTokenId() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
-
Returns the identifier of the scheduled task.
- getTokenStoreIdentifier() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- getTokenStoreIdentifier() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Returns the unique identifier of the
TokenStoreused by thisStreamingEventProcessor. - getTokenStoreIdentifier() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- getTokenType() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the
SerializedTypeof the serialized token, ornullif no token is stored by this entry. - getTokenType() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the
SerializedTypeof the serialized token, ornullif no token is stored by this entry. - getTrackedEventData(ResultSet, GapAwareTrackingToken) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Extracts the next tracked event entry from the given
resultSet. - getTrackedEvents() - Method in class org.axonframework.mongo.eventsourcing.eventstore.MongoTrackingToken
-
Deprecated.Gets tracked events.
- getTrackingToken() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original
TrackedEventMessage.trackingToken()as aSerializedObject, if the original message was aTrackedEventMessage. - getTrackingToken() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
The tracking token of the last event that has been seen by this Segment.
- getTrackingToken() - Method in class org.axonframework.eventhandling.TrackerStatus
- getTrackingToken() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- getTrackingToken() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getTrackingToken() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the tracking token of the event, or an empty Optional if the message wrapping the object being upcast does not contain a tracking token.
- getTrackingToken() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getTrackingTokens() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Returns the map containing the constituent tokens.
- getTransaction() - Method in class org.axonframework.springboot.TimeoutProperties
-
Timeout settings for transactions (
UnitOfWork). - getTriggeredDeadlines() - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Return all triggered deadlines.
- getType() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- getType() - Method in class org.axonframework.axonserver.connector.util.GrpcSerializedObject
- getType() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
- getType() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
Returns the original
DomainEventMessage.getType(), if it was aDomainEventMessage. - getType() - Method in interface org.axonframework.eventhandling.DomainEventData
-
Returns the type identifier of the aggregate.
- getType() - Method in interface org.axonframework.eventhandling.DomainEventMessage
-
Returns the type of the Aggregate that generated this DomainEvent.
- getType() - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- getType() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- getType() - Method in class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry
- getType() - Method in class org.axonframework.modelling.command.AggregateScopeDescriptor
-
Returns the type of Aggregate, as String, targeted by this scope
- getType() - Method in class org.axonframework.modelling.saga.SagaScopeDescriptor
-
The type of Saga described by this scope
- getType() - Method in class org.axonframework.serialization.LazyDeserializingObject
-
Returns the class of the serialized object.
- getType() - Method in class org.axonframework.serialization.SerializedMetaData
- getType() - Method in interface org.axonframework.serialization.SerializedObject
-
Returns the description of the type of object contained in the data.
- getType() - Method in class org.axonframework.serialization.SimpleSerializedObject
- getType() - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- getType() - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Returns the type and version of the data contained in this representation.
- getType() - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- getUpcasters() - Method in class org.axonframework.serialization.upcasting.GenericUpcasterChain
-
Returns the list of
upcastersthat makes up this chain. - getUpdateResponseType() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- getUpdateResponseType() - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
- getUpdateResponseType() - Method in interface org.axonframework.queryhandling.SubscriptionQueryMessage
-
Returns the type of incremental responses.
- getUpdates() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
-
Gets the updates.
- getUrl() - Method in class org.axonframework.springboot.updates.UpdateCheckConfiguration
- getUrl() - Method in class org.axonframework.updates.configuration.CommandLineUsagePropertyProvider
- getUrl() - Method in class org.axonframework.updates.configuration.DefaultUsagePropertyProvider
- getUrl() - Method in class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
- getUrl() - Method in class org.axonframework.updates.configuration.HierarchicalUsagePropertyProvider
- getUrl() - Method in class org.axonframework.updates.configuration.PropertyFileUsagePropertyProvider
- getUrl() - Method in interface org.axonframework.updates.configuration.UsagePropertyProvider
-
Returns the URL for the Anonymous Usage Collection endpoint.
- getValue() - Method in class org.axonframework.modelling.saga.AssociationValue
-
Returns the value of this association.
- getValue(T) - Method in class org.axonframework.common.property.DirectlyAccessedProperty
- getValue(T) - Method in class org.axonframework.common.property.MethodAccessedProperty
- getValue(T) - Method in interface org.axonframework.common.property.Property
-
Returns the value of the property on given
target. - getValues() - Method in class org.axonframework.domain.MetaData
-
Deprecated.Get this metadata's mappings.
- getVersion() - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Gets the version of the aggregate.
- getVersion() - Method in class org.axonframework.modelling.command.VersionedAggregateIdentifier
-
Returns the version of the targeted Aggregate, or
nullif the version is irrelevant. - getVersion(T) - Method in interface org.axonframework.modelling.command.inspection.AggregateModel
-
Get the current version number of the given
aggregate. - getViolatingMethod() - Method in exception class org.axonframework.messaging.annotation.UnsupportedHandlerException
-
A reference to the method that violated the event handler rules.
- getViolations() - Method in exception class org.axonframework.messaging.interceptors.JSR303ViolationException
-
Returns the violations that were detected when this exception was thrown.
- getViolations() - Method in exception class org.axonframework.messaging.interceptors.legacyvalidation.JSR303ViolationException
-
Deprecated.Returns the violations that were detected when this exception was thrown.
- getWarningIntervalMs() - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Returns the interval in milliseconds between warnings.
- getWarningThresholdMs() - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Returns the threshold in milliseconds after which a warning is logged.
- getWorkerTerminationTimeout() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Returns the timeout to terminate workers during a
TrackingEventProcessor.shutDown(). - getWrappedAggregate() - Method in class org.axonframework.modelling.command.LockAwareAggregate
-
Get the delegate aggregate wrapped by this instance.
- getWriter() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Provides the ObjectWriter, with which objects are serialized to JSON form.
- getWriter() - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Provides the ObjectWriter, with which objects are serialized to JSON form.
- getXStream() - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Returns a reference to the underlying
XStreaminstance, that does the actual serialization. - given(Object...) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- given(Object...) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Configures the given
domainEventsas the "given" events. - given(List<?>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- given(List<?>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Configures the given
domainEventsas the "given" events. - givenAggregate(String) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Use this method to indicate that an aggregate with given identifier published certain events.
- givenAggregate(String) - Method in class org.axonframework.test.saga.SagaTestFixture
- GivenAggregateEventPublisher - Interface in org.axonframework.test.saga
-
Interface to an object that publishes events on behalf of an aggregate.
- givenAPublished(Object) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Indicates that the given
applicationEventhas been published in the past. - givenAPublished(Object) - Method in class org.axonframework.test.saga.SagaTestFixture
- givenAPublished(Object, Map<String, ?>) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Indicates that the given
eventwith givenmetaDatahas been published in the past. - givenAPublished(Object, Map<String, ?>) - Method in class org.axonframework.test.saga.SagaTestFixture
- givenCommands(Object...) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- givenCommands(Object...) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Configures the given
commandsas to execute against the aggregate under test to initiate the given-phase. - givenCommands(List<?>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- givenCommands(List<?>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Configures the given
commandsas to execute against the aggregate under test to initiate the given-phase. - givenCurrentTime(Instant) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- givenCurrentTime(Instant) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Use this method to indicate a specific moment as the initial current time "known" by the fixture at the start of the given state.
- givenCurrentTime(Instant) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Use this method to indicate a specific moment as the initial current time "known" by the fixture at the start of the given state.
- givenCurrentTime(Instant) - Method in class org.axonframework.test.saga.SagaTestFixture
- givenNoPriorActivity() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- givenNoPriorActivity() - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Indicates that no relevant activities like commands or events have occurred in the past.
- givenNoPriorActivity() - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Indicates that no relevant activity has occurred in the past.
- givenNoPriorActivity() - Method in class org.axonframework.test.saga.SagaTestFixture
- givenState(Supplier<T>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- givenState(Supplier<T>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Sets the aggregate instance as supplied by given
aggregateStateas the initial state for a test case. - globalIndexColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the global index of the event.
- globalIndexColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the global index column.
- globalMetricRegistry(MetricRegistry) - Static method in class org.axonframework.springboot.autoconfig.MetricsAutoConfiguration
- globalMetricRegistry(MeterRegistry) - Static method in class org.axonframework.springboot.autoconfig.MicrometerMetricsAutoConfiguration
- GlobalMetricRegistry - Class in org.axonframework.metrics
-
Registry for application metrics with convenient ways to register Axon components.
- GlobalMetricRegistry - Class in org.axonframework.micrometer
-
Registry for application metrics with convenient ways to register Axon components.
- GlobalMetricRegistry() - Constructor for class org.axonframework.metrics.GlobalMetricRegistry
-
Initializes a new
GlobalMetricRegistrydelegating to a newMetricRegistrywith default settings. - GlobalMetricRegistry() - Constructor for class org.axonframework.micrometer.GlobalMetricRegistry
-
Initializes a new
GlobalMetricRegistrydelegating to a newMeterRegistrywith default settings. - GlobalMetricRegistry(MetricRegistry) - Constructor for class org.axonframework.metrics.GlobalMetricRegistry
-
Initializes a
GlobalMetricRegistrydelegating to the givenmetricRegistry. - GlobalMetricRegistry(MeterRegistry) - Constructor for class org.axonframework.micrometer.GlobalMetricRegistry
-
Initializes a
GlobalMetricRegistrydelegating to the givenmeterRegistry. - GlobalSequenceTrackingToken - Class in org.axonframework.eventhandling
-
Tracking token based on the global sequence number of an event.
- GlobalSequenceTrackingToken - Class in org.axonframework.eventsourcing.eventstore
-
Deprecated.in favor of the
GlobalSequenceTrackingToken - GlobalSequenceTrackingToken(long) - Constructor for class org.axonframework.eventhandling.GlobalSequenceTrackingToken
-
Initializes a
GlobalSequenceTrackingTokenfrom the givenglobalIndexof the event. - GlobalSequenceTrackingToken(long) - Constructor for class org.axonframework.eventsourcing.eventstore.GlobalSequenceTrackingToken
-
Deprecated.Initializes a
GlobalSequenceTrackingTokenfrom the givenglobalIndexof the event. - Gossip() - Constructor for class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
- groupId() - Method in class org.axonframework.updates.api.Artifact
-
Returns the group identifier of this artifact.
- groupId() - Method in class org.axonframework.updates.api.ArtifactAvailableUpgrade
-
Returns the group identifier of this available artifact upgrade.
- groupId() - Method in class org.axonframework.updates.api.DetectedVulnerability
-
Returns the group identifier of this detected vulnerability.
- GRPC_MESSAGE_TOO_LARGE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- GrpcBackedCommandMessage<C> - Class in org.axonframework.axonserver.connector.command
-
Wrapper that allows clients to access a gRPC
Commandas aCommandMessage. - GrpcBackedCommandMessage(Command, Serializer) - Constructor for class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
Instantiate a
GrpcBackedCommandMessagewith the givencommandand using the providedSerializerto be able to retrieve the payload andMetaDatafrom it. - GrpcBackedDomainEventData - Class in org.axonframework.axonserver.connector.event.axon
-
DomainEventData implementation that retrieves its raw data from a protobuf
Eventmessage. - GrpcBackedDomainEventData(Event) - Constructor for class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
Initialize using the given
eventas the source of raw data. - GrpcBackedQueryMessage<Q,
R> - Class in org.axonframework.axonserver.connector.query -
Wrapper that allows clients to access a gRPC
QueryRequestas aQueryMessage. - GrpcBackedQueryMessage(QueryRequest, Serializer, Serializer) - Constructor for class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
Instantiate a
GrpcBackedResponseMessagewith the givenqueryRequest, using the providedmessageSerializerto be able to retrieve the payload andMetaDatafrom it. - GrpcBackedResponseMessage<R> - Class in org.axonframework.axonserver.connector.query
-
Wrapper that allows clients to access a gRPC
QueryResponseas aQueryResponseMessage. - GrpcBackedResponseMessage(QueryResponse, Serializer) - Constructor for class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
Instantiate a
GrpcBackedResponseMessagewith the givenqueryResponse, using the providedSerializerto be able to retrieve the payload andMetaDatafrom it. - GrpcBackedSubscriptionQueryMessage<Q,
I, - Class in org.axonframework.axonserver.connector.query.subscriptionU> -
Wrapper that allows clients to access a gRPC
SubscriptionQuerymessage as aSubscriptionQueryMessage. - GrpcBackedSubscriptionQueryMessage(SubscriptionQuery, Serializer, Serializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
Instantiate a
GrpcBackedSubscriptionQueryMessagewith the givensubscriptionQuery, using the providedmessageSerializerto be able to retrieve the payload andMetaDatafrom it. - GrpcBufferingInterceptor - Class in org.axonframework.axonserver.connector.util
-
Deprecated.in through use of the AxonServer java connector
- GrpcBufferingInterceptor(int) - Constructor for class org.axonframework.axonserver.connector.util.GrpcBufferingInterceptor
-
Deprecated.Initialize the interceptor to ask for
additionalBufferamount of messages from the server. - GrpcExceptionParser - Class in org.axonframework.axonserver.connector.event.util
-
Converts GRPC Exceptions to
RuntimeExceptions. - GrpcExceptionParser() - Constructor for class org.axonframework.axonserver.connector.event.util.GrpcExceptionParser
- GrpcHeartbeatSource - Class in org.axonframework.axonserver.connector.heartbeat.source
-
Deprecated.in through use of the AxonServer java connector
- GrpcHeartbeatSource(AxonServerConnectionManager, String) - Constructor for class org.axonframework.axonserver.connector.heartbeat.source.GrpcHeartbeatSource
-
Deprecated.Creates a
GrpcHeartbeatSourcewhich uses anAxonServerConnectionManagerto send heartbeats messages to AxonServer. - GrpcMessageSizeExceededException - Exception Class in org.axonframework.axonserver.connector.util
-
Exception thrown when a message exceeds the maximum allowed size.
- GrpcMessageSizeExceededException(String) - Constructor for exception class org.axonframework.axonserver.connector.util.GrpcMessageSizeExceededException
-
Creates a new exception that indicates the gRPC message size has been exceeded with the given message.
- GrpcMessageSizeInterceptor - Class in org.axonframework.axonserver.connector.util
-
Interceptor around a gRPC request that checks whether the message size is within the limits of the server.
- GrpcMessageSizeInterceptor(int, double) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMessageSizeInterceptor
- GrpcMessageSizeWarningThresholdReachedException - Exception Class in org.axonframework.axonserver.connector.util
-
Exception created to log a warning when a message size exceeds a certain threshold.
- GrpcMessageSizeWarningThresholdReachedException() - Constructor for exception class org.axonframework.axonserver.connector.util.GrpcMessageSizeWarningThresholdReachedException
-
Creates a new instance of the exception indicating that the message size has exceeded the threshold.
- GrpcMetaData - Class in org.axonframework.axonserver.connector.util
- GrpcMetaData(Map<String, MetaDataValue>, Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMetaData
-
Instantiate a wrapper around the given
metaDataValuesproviding access to them as aMetaDataobject. - GrpcMetaDataAwareSerializer - Class in org.axonframework.axonserver.connector.event.axon
-
Wrapper around standard Axon Framework serializer that can deserialize Metadata from AxonServer events.
- GrpcMetaDataAwareSerializer(Serializer) - Constructor for class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
Constructs a
GrpcMetaDataAwareSerializer, using the givendelegateto delegate serialization to - GrpcMetaDataConverter - Class in org.axonframework.axonserver.connector.util
-
Utility class for converting gRPC MetaData entries into a Java Map and vice versa.
- GrpcMetaDataConverter(Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Initialize the converter, using the given
serializerto serialize Objects. - GrpcMetadataSerializer - Class in org.axonframework.axonserver.connector.util
-
Mapping that translates a
MetaDatainto a map of GRPCMetaDataValue. - GrpcMetadataSerializer(GrpcMetaDataConverter) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMetadataSerializer
-
Constructs a
GrpcMetadataSerializerusing the givenmetaDataConverter. - GrpcObjectSerializer<O> - Class in org.axonframework.axonserver.connector.util
-
Mapping that translates an object into a GRPC
SerializedObject. - GrpcObjectSerializer(Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcObjectSerializer
-
Constructs a
GrpcObjectSerializerusing the givenserializerto serialize the payload and type of given objects with. - GrpcObjectSerializer.Serializer<A> - Interface in org.axonframework.axonserver.connector.util
-
Contract towards serializing an object of type
A. - GrpcPayloadSerializer - Class in org.axonframework.axonserver.connector.util
-
Mapping that translates a
Messageinto a GRPCSerializedObject. - GrpcPayloadSerializer(Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcPayloadSerializer
-
Constructs a
GrpcPayloadSerializerusing the givenserializerto serialize messages with - GrpcSerializedObject - Class in org.axonframework.axonserver.connector.util
-
Wrapper that allows clients to access a gRPC
SerializedObjectmessage as aSerializedObject. - GrpcSerializedObject(SerializedObject) - Constructor for class org.axonframework.axonserver.connector.util.GrpcSerializedObject
H
- handle(Object, MetaData) - Method in interface org.axonframework.test.utils.CallbackBehavior
-
Invoked when the Command Bus receives a Command that is dispatched with a Callback method.
- handle(Object, MetaData) - Method in class org.axonframework.test.utils.DefaultCallbackBehavior
- handle(Consumer<? super I>, Consumer<? super U>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
-
Deprecated.Please use
SubscriptionQueryResult.handle(Consumer, Consumer, Consumer)instead, to consciously deal with any exceptions with theerrorConsumer. - handle(Consumer<? super I>, Consumer<? super U>, Consumer<Throwable>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
-
Delegates handling of initial result and incremental updates to the provided consumers.
- handle(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.interceptors.EventLoggingInterceptor
- handle(List<? extends EventMessage<?>>) - Method in class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
-
If allows by the filter, wraps the given
eventin aGenericMessageands sends it to the configuredMessageChannel. - handle(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
- handle(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in enum class org.axonframework.eventhandling.DirectEventProcessingStrategy
- handle(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in interface org.axonframework.eventhandling.EventProcessingStrategy
-
Handle the given batch of
events. - handle(List<? extends T>) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
- handle(List<? extends T>) - Method in class org.axonframework.messaging.interceptors.legacyvalidation.BeanValidationInterceptor
-
Deprecated.
- handle(List<? extends T>) - Method in class org.axonframework.messaging.interceptors.LoggingInterceptor
- handle(List<? extends T>) - Method in interface org.axonframework.messaging.MessageDispatchInterceptor
-
Apply this interceptor to the given list of
messages. - handle(List<? extends T>) - Method in class org.axonframework.spring.authorization.MessageAuthorizationDispatchInterceptor
- handle(CommandMessage<?>) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
Invokes the
@CommandHandlerannotated method that accepts the givencommand. - handle(CommandMessage<?>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
- handle(CommandMessage<C>, MessageHandler<? super CommandMessage<?>>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus
- handle(CommandMessage<C>, MessageHandler<? super CommandMessage<?>>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Performs the actual handling logic.
- handle(EventMessage<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
- handle(EventMessage<?>) - Method in interface org.axonframework.eventhandling.EventMessageHandler
-
Process the given event.
- handle(EventMessage<?>) - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- handle(EventMessage<?>) - Method in class org.axonframework.test.saga.EventValidator
- handle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
- handle(EventMessage<?>, Segment) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Handle the given
messagefor the givensegment. - handle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- handle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- handle(EventMessage<?>, Segment) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
- handle(Message<?>) - Method in interface org.axonframework.modelling.command.Aggregate
-
Handle the given
messageon the aggregate root or one of its child entities. - handle(Message<?>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- handle(Message<?>) - Method in class org.axonframework.modelling.command.LockAwareAggregate
- handle(Message<?>, P) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- handle(Message<?>, T) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- handle(Message<?>, T) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Handles the given
messageby invoking the appropriate method on giventarget. - handle(Message<?>, T) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- handle(Message<?>, T) - Method in class org.axonframework.modelling.saga.EndSagaMessageHandlerDefinition.EndSageMessageHandlingMember
- handle(Message<?>, T) - Method in class org.axonframework.modelling.saga.SagaMethodMessageHandlingMember
- handle(Message<?>, T, MessageHandlingMember<? super T>) - Method in class org.axonframework.messaging.annotation.ChainedMessageHandlerInterceptorMember
- handle(Message<?>, T, MessageHandlingMember<? super T>) - Method in interface org.axonframework.messaging.annotation.MessageHandlerInterceptorMemberChain
-
Handle the given
messageby passing it through the interceptors and ultimately to the givenhandleron the giventargetinstance. - handle(Message<?>, T, MessageHandlingMember<? super T>) - Method in class org.axonframework.messaging.annotation.NoMoreInterceptors
- handle(UnitOfWork<? extends CommandMessage<?>>, InterceptorChain) - Method in class org.axonframework.modelling.command.inspection.AnnotatedCommandHandlerInterceptor
- handle(UnitOfWork<? extends Message<?>>, InterceptorChain) - Method in class org.axonframework.messaging.timeout.UnitOfWorkTimeoutInterceptor
- handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
- handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
- handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.legacyvalidation.BeanValidationInterceptor
-
Deprecated.
- handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.LoggingInterceptor
- handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.messaging.interceptors.TransactionManagingInterceptor
- handle(UnitOfWork<? extends T>, InterceptorChain) - Method in interface org.axonframework.messaging.MessageHandlerInterceptor
-
Invoked before a Message is handled by a designated
MessageHandler. - handle(UnitOfWork<? extends T>, InterceptorChain) - Method in class org.axonframework.spring.authorization.MessageAuthorizationHandlerInterceptor
- handle(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
- handle(T) - Method in interface org.axonframework.messaging.MessageDispatchInterceptor
-
Invoked each time a message is about to be dispatched.
- handle(T) - Method in interface org.axonframework.messaging.MessageHandler
-
Handles the given
message. - handle(T) - Method in class org.axonframework.spring.authorization.MessageAuthorizationDispatchInterceptor
- handleDeadline(ScopeDescriptor, DeadlineMessage<?>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
-
Handles the given
deadlineMessagein the aggregate described by the givenaggregateDescriptor. - handleDeadline(ScopeDescriptor, DeadlineMessage<?>) - Method in class org.axonframework.test.saga.SagaTestFixture
-
Handles the given
deadlineMessagein the saga described by the givensagaDescriptor. - handleError(ErrorContext) - Method in interface org.axonframework.eventhandling.ErrorHandler
-
Handle an error raised during event processing.
- handleError(ErrorContext) - Method in enum class org.axonframework.eventhandling.PropagatingErrorHandler
- handleInSaga(EventMessage<?>) - Method in class org.axonframework.test.saga.SagaTestFixture
-
Handles the given
eventin the scope of a Unit of Work. - handleMessage(Message<?>) - Method in class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
-
Handles the given
message. - handlePersistenceException(Exception, EventMessage<?>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Invoke when an Exception is raised while persisting an Event or Snapshot.
- handler() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the
HandlerSubscriptionfor which aTopologyChangeoccurred. - HANDLER_INTERCEPTORS - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
-
The key under which the
MessageHandlerInterceptors are stored within theSchedulerContext. - HandlerAttributes - Interface in org.axonframework.messaging
-
Container for message handler attributes.
- HandlerComparator - Class in org.axonframework.messaging.annotation
-
Comparator used by
AnnotatedHandlerInspectorto sortMessageHandlingMemberentity members. - handlerDefinition(Class<?>) - Method in interface org.axonframework.config.Configuration
-
Returns the Handler Definition defined in this Configuration for the given
inspectedType. - handlerDefinition(Class<?>) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- handlerDefinition(List<HandlerDefinition>, List<HandlerEnhancerDefinition>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- handlerDefinition(HandlerDefinition) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Sets the
HandlerDefinitionused to create concrete handlers in the annotated handlers in theAnnotationEventHandlerAdapterthisEventHandlerInvokerinstantiates. - handlerDefinition(HandlerDefinition) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Sets the
HandlerDefinitionused to create concrete handlers in the snapshot aggregate this snapshotter creates. - handlerDefinition(HandlerDefinition) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Sets the
HandlerDefinitionused to create concrete handlers for the givenaggregateType. - handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
HandlerDefinitionused to create concrete handlers for the givenaggregateType. - handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
- handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
-
Sets the
HandlerDefinitionused to create concrete handlers for the givensagaType. - handlerDefinition(HandlerDefinition) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Sets the
HandlerDefinitionused to create concrete handlers for the givensagaType. - handlerDefinition(HandlerDefinition) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- HandlerDefinition - Interface in org.axonframework.messaging.annotation
-
Interface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.
- HandlerDefinitionFactoryBean - Class in org.axonframework.spring.config.annotation
-
Spring
FactoryBeanthat creates aHandlerDefinitionusing configuredHandlerDefinitionandthose configured in a Spring Application Context) and complements those found using a service loader on the Bean Class Loader.invalid @link
{@link HandlerEnhancerDefinition) beans (e.g. - HandlerDefinitionFactoryBean(List<HandlerDefinition>, List<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
- HandlerEnhancerDefinition - Interface in org.axonframework.messaging.annotation
-
Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality. - HandlerExecutionException - Exception Class in org.axonframework.messaging
-
Base exception for exceptions raised by Handler methods.
- HandlerExecutionException(String) - Constructor for exception class org.axonframework.messaging.HandlerExecutionException
-
Initializes an execution exception with given
message. - HandlerExecutionException(String, Throwable) - Constructor for exception class org.axonframework.messaging.HandlerExecutionException
-
Initializes an execution exception with given
messageandcause. - HandlerExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.messaging.HandlerExecutionException
-
Initializes an execution exception with given
message,causeand application-specificdetails. - HandlerExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.messaging.HandlerExecutionException
-
Initializes an execution exception with given
message,cause, application-specificdetails, andwritableStackTrace - handlerInterceptors() - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
Provides a list of registered handler interceptors.
- handlerInterceptorsBuilders - Variable in class org.axonframework.config.EventProcessingModule
- Handlers<Case,
Handler> - Interface in org.axonframework.axonserver.connector -
Handler registry - gives possibility of registering handlers for specific cases and contexts.
- HandlerSpanFactory - Interface in org.axonframework.tracing
-
Factory that creates spans for the spans representing handlers.
- HandlerSubscription(String, Integer) - Constructor for class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
-
Constructs a
HandlerSubscriptionfor the givennameandloadFactor. - HandlerTimeoutConfiguration - Class in org.axonframework.messaging.timeout
-
Configuration for the timeout settings of message handlers.
- HandlerTimeoutConfiguration() - Constructor for class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Creates a new
HandlerTimeoutConfigurationwith default timeout settings. - HandlerTimeoutConfiguration(TaskTimeoutSettings, TaskTimeoutSettings, TaskTimeoutSettings, TaskTimeoutSettings) - Constructor for class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Creates a new
HandlerTimeoutConfigurationwith the given timeout settings. - HandlerTimeoutHandlerEnhancerDefinition - Class in org.axonframework.messaging.timeout
-
Inspects message handler and wraps it in a
TimeoutWrappedMessageHandlingMemberif the handler should have a timeout. - HandlerTimeoutHandlerEnhancerDefinition(HandlerTimeoutConfiguration) - Constructor for class org.axonframework.messaging.timeout.HandlerTimeoutHandlerEnhancerDefinition
-
Creates a new
HandlerTimeoutHandlerEnhancerDefinitionwith the given configuration. - HandlerTypeResolver - Class in org.axonframework.util
-
Uses reflection to know if a handler handles a certain type of messages.
- handleSnapshotReadingError(String, Throwable) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
- handleSnapshotReadingError(String, Throwable) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
-
Invoked when an error (
ExceptionorLinkageError) occurs while attempting to read a snapshot event. - hasAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- hasAnnotation(Class<? extends Annotation>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Deprecated.in favor of
MessageHandlingMember.attribute(String) - hasAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- hasAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- hasDelegate() - Method in class org.axonframework.disruptor.commandhandling.BlacklistDetectingCallback
-
Indicates whether this callback has a delegate that needs to be notified of the command handling result
- hasEqualsMethod(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
-
Indicates whether the given class implements a customized equals method.
- hasGaps() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Check if this token contains one ore more gaps.
- hash(String) - Static method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the hash of the given
routingKey. - HasHandlerAttributes - Annotation Interface in org.axonframework.messaging.annotation
-
Meta-annotation indicating the meta-annotated annotation is used for
MessageHandlingMembers. - hasHandlerMethod(EventMessage<?>) - Method in interface org.axonframework.modelling.saga.metamodel.SagaModel
-
Indicates whether the Saga described by this model has a handler for the given
eventMessage - hashCode() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- hashCode() - Method in class org.axonframework.axonserver.connector.PriorityCallable
- hashCode() - Method in class org.axonframework.axonserver.connector.PriorityRunnable
- hashCode() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
- hashCode() - Method in class org.axonframework.axonserver.connector.TopologyChange
- hashCode() - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
- hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
- hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
- hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
- hashCode() - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
- hashCode() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- hashCode() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
- hashCode() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
- hashCode() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
- hashCode() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
- hashCode() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
- hashCode() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineToken
- hashCode() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
- hashCode() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- hashCode() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
- hashCode() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
- hashCode() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- hashCode() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- hashCode() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- hashCode() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- hashCode() - Method in class org.axonframework.eventhandling.MergedTrackingToken
- hashCode() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
- hashCode() - Method in class org.axonframework.eventhandling.ReplayToken
- hashCode() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
- hashCode() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
- hashCode() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerScheduleToken
- hashCode() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
- hashCode() - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrScheduleToken
- hashCode() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
- hashCode() - Method in class org.axonframework.eventhandling.Segment
- hashCode() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- hashCode() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
- hashCode() - Method in class org.axonframework.eventhandling.TrackerStatus
- hashCode() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- hashCode() - Method in class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry.PK
- hashCode() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- hashCode() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- hashCode() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- hashCode() - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
- hashCode() - Method in exception class org.axonframework.messaging.deadletter.ThrowableCause
- hashCode() - Method in class org.axonframework.messaging.MetaData
- hashCode() - Method in class org.axonframework.messaging.RemoteExceptionDescription
- hashCode() - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- hashCode() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- hashCode() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
- hashCode() - Method in class org.axonframework.modelling.command.AggregateScopeDescriptor
- hashCode() - Method in class org.axonframework.modelling.command.VersionedAggregateIdentifier
- hashCode() - Method in class org.axonframework.modelling.saga.AssociationValue
- hashCode() - Method in class org.axonframework.modelling.saga.SagaScopeDescriptor
- hashCode() - Method in class org.axonframework.queryhandling.QuerySubscription
- hashCode() - Method in class org.axonframework.serialization.SerializedMetaData
- hashCode() - Method in class org.axonframework.serialization.SimpleSerializedObject
- hashCode() - Method in class org.axonframework.serialization.SimpleSerializedType
- hashCode() - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
- hashCode() - Method in class org.axonframework.test.eventscheduler.StubScheduleToken
- hashCode() - Method in class org.axonframework.test.server.AxonServerContainer
- hashCode() - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.
- hashCode() - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.
- hashCode() - Method in class org.axonframework.updates.api.Artifact
- hashCode() - Method in class org.axonframework.updates.api.ArtifactAvailableUpgrade
- hashCode() - Method in class org.axonframework.updates.api.DetectedVulnerability
- hashCode() - Method in class org.axonframework.updates.api.UpdateCheckRequest
- hashCode() - Method in class org.axonframework.updates.api.UpdateCheckResponse
- hashes() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
-
Returns the hashes covered by the member.
- hasNext() - Method in interface org.axonframework.axonserver.connector.event.axon.QueryResultStream
-
Validates whether there is a following entry in this stream to consume.
- hasNext() - Method in class org.axonframework.common.jdbc.PagingJdbcIterable.PagingIterator
- hasNext() - Method in class org.axonframework.common.jpa.PagingJpaQueryIterable.PagingIterator
- hasNext() - Method in class org.axonframework.common.legacyjpa.PagingJpaQueryIterable.PagingIterator
-
Deprecated.
- hasNext() - Method in class org.axonframework.eventsourcing.eventstore.ConcatenatingDomainEventStream
- hasNext() - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Returns
trueif the stream has more events, meaning that a call tonext()will not result in an exception. - hasNext() - Method in class org.axonframework.eventsourcing.eventstore.FilteringDomainEventStream
- hasNext() - Method in class org.axonframework.eventsourcing.eventstore.IteratorBackedDomainEventStream
- hasNext(int, TimeUnit) - Method in interface org.axonframework.axonserver.connector.event.axon.QueryResultStream
-
Validates whether there is a following entry in this stream to consume.
- hasNext(int, TimeUnit) - Method in class org.axonframework.axonserver.connector.event.axon.QueryResultStreamAdapter
- hasNextAvailable() - Method in interface org.axonframework.common.stream.BlockingStream
-
Checks whether or not the next message in the stream is available.
- hasNextAvailable(int, TimeUnit) - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
- hasNextAvailable(int, TimeUnit) - Method in interface org.axonframework.common.stream.BlockingStream
-
Checks whether or not the next message in the stream is available.
- Headers - Class in org.axonframework.messaging
-
Default headers to include when publishing a message on a broker.
- HealthStatus - Class in org.axonframework.actuator
-
Utility class holding additional
Statusinstances. - HeartbeatConfiguration - Class in org.axonframework.axonserver.connector.heartbeat
-
Deprecated.in through use of the AxonServer java connector
- HeartbeatConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
- HeartbeatConfiguration() - Constructor for class org.axonframework.axonserver.connector.heartbeat.HeartbeatConfiguration
-
Deprecated.Default constructor for
HeartbeatConfiguration, that usesConfigurationin order to retrieve the registeredAxonServerConnectionManagerandAxonServerConfiguration. - HeartbeatConfiguration(Function<Configuration, AxonServerConnectionManager>, Function<Configuration, AxonServerConfiguration>) - Constructor for class org.axonframework.axonserver.connector.heartbeat.HeartbeatConfiguration
-
Deprecated.Creates a
HeartbeatConfigurationusing the provided functions to retrieve theAxonServerConnectionManagerandAxonServerConfiguration. - HeartbeatConnectionChecker - Class in org.axonframework.axonserver.connector.heartbeat.connection.checker
-
Deprecated.in through use of the AxonServer java connector
- HeartbeatConnectionChecker(long, Consumer<Runnable>, ConnectionSanityChecker, Clock) - Constructor for class org.axonframework.axonserver.connector.heartbeat.connection.checker.HeartbeatConnectionChecker
-
Deprecated.Primary constructor of
HeartbeatConnectionChecker. - HeartbeatConnectionChecker(Consumer<Runnable>, ConnectionSanityChecker) - Constructor for class org.axonframework.axonserver.connector.heartbeat.connection.checker.HeartbeatConnectionChecker
-
Deprecated.Constructs an instance of
HeartbeatConnectionCheckerusing a default timeout of 5 seconds and the system clock. - HeartbeatConnectionChecker(AxonServerConnectionManager, String) - Constructor for class org.axonframework.axonserver.connector.heartbeat.connection.checker.HeartbeatConnectionChecker
-
Deprecated.Constructs an instance of
HeartbeatConnectionCheckerusing the specified parameters. - HeartbeatMonitor - Class in org.axonframework.axonserver.connector.heartbeat
-
Deprecated.in through use of the AxonServer java connector
- HeartbeatMonitor(Runnable, ConnectionSanityChecker, Scheduler, long, long) - Constructor for class org.axonframework.axonserver.connector.heartbeat.HeartbeatMonitor
-
Deprecated.Primary constructor of
HeartbeatMonitor. - HeartbeatSource - Interface in org.axonframework.axonserver.connector.heartbeat
-
Deprecated.in through use of the AxonServer java connector
- HierarchicalUsagePropertyProvider - Class in org.axonframework.updates.configuration
-
Combines multiple
UsagePropertyProviderinstances into a single provider. - HierarchicalUsagePropertyProvider(List<UsagePropertyProvider>) - Constructor for class org.axonframework.updates.configuration.HierarchicalUsagePropertyProvider
-
Creates a new
HierarchicalUsagePropertyProviderwith the given list of providers. - HIGH - Enum constant in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
The vulnerability has a high severity.
- HIGH - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should have high priority, effectively placing it "in the first half".
- HIGHER - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should be placed at the "upper quarter".
- HsqlEventTableFactory - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Jdbc table factory for HSQL databases.
- HsqlEventTableFactory() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.HsqlEventTableFactory
-
Default constructor of the factory
- HsqlSagaSqlSchema - Class in org.axonframework.modelling.saga.repository.jdbc
-
Specialization of the GenericSagaSqlSchema for use in the HSQL database.
- HsqlSagaSqlSchema() - Constructor for class org.axonframework.modelling.saga.repository.jdbc.HsqlSagaSqlSchema
- humanReadableTask(Supplier<DbSchedulerDeadlineManager>) - Static method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- humanReadableTask(Supplier<DbSchedulerEventScheduler>) - Static method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
I
- idColumnType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
-
Returns the sql to register the auto incrementing global sequence column.
- idColumnType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.HsqlEventTableFactory
- idColumnType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.MySqlEventTableFactory
- idColumnType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.Oracle11EventTableFactory
- idColumnType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.PostgresEventTableFactory
- identifier() - Method in interface org.axonframework.modelling.command.Aggregate
-
Get the unique identifier of this aggregate
- identifier() - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Retrieve a
Objectdenoting the identifier of this Aggregate. - identifier() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- identifier() - Method in class org.axonframework.modelling.command.LockAwareAggregate
- identifier() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- identifierAsString() - Method in interface org.axonframework.modelling.command.Aggregate
-
Get the unique identifier of this aggregate, represented as a String.
- identifierConverter(Function<String, ?>) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- identifierConverter(Function<String, ?>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- IdentifierFactory - Class in org.axonframework.common
-
Abstract Factory class that provides access to an IdentifierFactory implementation.
- IdentifierFactory() - Constructor for class org.axonframework.common.IdentifierFactory
- IdentifierMissingException - Exception Class in org.axonframework.modelling.command
-
Exception indicating that a required identifier is missing in the processed message.
- IdentifierMissingException(String) - Constructor for exception class org.axonframework.modelling.command.IdentifierMissingException
-
Constructs an exception based on the given
message. - IdentifierValidator - Class in org.axonframework.common
-
Validates the structure of an object passed as Aggregate Identifier.
- identity() - Static method in interface org.axonframework.axonserver.connector.ManagedChannelCustomizer
-
Returns a no-op
ManagedChannelCustomizer. - IF_NONE_FOUND - Enum constant in enum class org.axonframework.modelling.saga.SagaCreationPolicy
-
Only create a new Saga instance if none can be found.
- ifShuttingDown(String) - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Check whether this
ShutdownLatchis shutting down. - ifShuttingDown(Supplier<RuntimeException>) - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Check whether this
ShutdownLatchis shutting down. - ifStarted(Consumer<UnitOfWork<?>>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
If a UnitOfWork is started, invokes the given
consumerwith the active Unit of Work. - ignore() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct an
Ignoredefining that adead lettershould remain in the queue. - Ignore<M> - Class in org.axonframework.messaging.deadletter
-
An
EnqueueDecisionstating adead lettershould be ignored. - Ignore() - Constructor for class org.axonframework.messaging.deadletter.Ignore
- IgnoreField - Class in org.axonframework.test.matchers
-
FieldFilter implementation that rejects a given Field
- IgnoreField(Class<?>, String) - Constructor for class org.axonframework.test.matchers.IgnoreField
-
Initialize an instance that ignores the a field with given
fieldName, which is declared on the givenclazz. - IgnoreField(Field) - Constructor for class org.axonframework.test.matchers.IgnoreField
-
Initialize an instance that ignores the given
field - ignoringResultParameters(Supplier<T>) - Static method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
-
Performs the given
actionignoring any parameters expecting a result type. - IllegalPayloadAccessException - Exception Class in org.axonframework.messaging
-
Indicates situations when access to the Payload of a Message is not allowed.
- IllegalPayloadAccessException(String) - Constructor for exception class org.axonframework.messaging.IllegalPayloadAccessException
-
Creates the exception with given
message. - IllegalPayloadAccessException(String, Throwable) - Constructor for exception class org.axonframework.messaging.IllegalPayloadAccessException
-
Creates the exception with given
messageandcause. - ImportSelector() - Constructor for class org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
-
Deprecated.
- INBOUND_COMMAND_CONNECTOR - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown inbound command connectors.
- INBOUND_EVENT_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown inbound event connectors.
- INBOUND_QUERY_CONNECTOR - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown inbound query connectors.
- InboundEventMessageChannelAdapter - Class in org.axonframework.spring.messaging
-
Adapter class that publishes Events from a Spring Messaging Message Channel on the Event Bus.
- InboundEventMessageChannelAdapter() - Constructor for class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
-
Initialize the adapter to publish all incoming events to the subscribed processors.
- InboundEventMessageChannelAdapter(List<Consumer<List<? extends EventMessage<?>>>>, EventMessageConverter) - Constructor for class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
-
Initialize the adapter to publish all incoming events to the subscribed processors.
- InboundEventMessageChannelAdapter(EventBus) - Constructor for class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
-
Initialize an InboundEventMessageChannelAdapter instance that sends all incoming Event Messages to the given
eventBus. - includeDefaultAvroSerializationStrategies(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets a flag controlling the instantiation of default
SpecificRecordBaseSerializerStrategyand its registration. - includeSchemasInStackTraces() - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig
-
Returns the flag to include schemas in stack traces.
- includeSchemasInStackTraces(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets a flag to print relevant schemas in stack traces.
- includeSchemasInStackTraces(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig.Builder
-
Sets the flag to include schemas in stack traces.
- incompatibilityPrinter(SchemaCompatibility.Incompatibility) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Creates incompatibility string representation.
- IncompatibleAggregateException - Exception Class in org.axonframework.eventsourcing
-
Exception indicating that an aggregate was not compatible with the requirements of the
GenericAggregateFactory. - IncompatibleAggregateException(String) - Constructor for exception class org.axonframework.eventsourcing.IncompatibleAggregateException
-
Initialize the exception with given
message. - IncompatibleAggregateException(String, Exception) - Constructor for exception class org.axonframework.eventsourcing.IncompatibleAggregateException
-
Initialize the exception with given
messageandcause. - INDEX_READ_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- INDEX_WRITE_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- infoSupplier(EventProcessor) - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
Constructs an
EventProcessorInfofor the givenprocessor. - InfraConfiguration - Class in org.axonframework.springboot.autoconfig
-
Infrastructure autoconfiguration class for Axon Framework application.
- InfraConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.InfraConfiguration
- INITIAL_LOAD_FACTOR - Static variable in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
The initial load factor of this node when it is registered with the
CommandRouter. - InitialEventRepresentation - Class in org.axonframework.serialization.upcasting.event
-
Implementation of an
IntermediateEventRepresentationthat contains the original serialized payload and metadata before these have been upcast. - InitialEventRepresentation(EventData<?>, Serializer) - Constructor for class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
-
Initializes an
InitialEventRepresentationfrom the giveneventData. - initializationFinished() - Method in class org.axonframework.eventsourcing.AbstractSnapshotTrigger
- initializationFinished() - Method in interface org.axonframework.eventsourcing.SnapshotTrigger
-
Invoked when the initialization of the aggregate based on passed events is completed.
- initialize() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Initialize this
ShutdownLatch. - initialize(Member, EntityModel) - Method in interface org.axonframework.modelling.command.ForwardingMode
-
Initializes an instance of a
ForwardingMode. - initialize(Member, EntityModel) - Method in class org.axonframework.modelling.command.ForwardMatchingInstances
- initialize(Callable<T>, AggregateModel<T>, EventBus) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an aggregate created by the given
aggregateFactorywhich is described in the givenaggregateModel. - initialize(Callable<T>, AggregateModel<T>, EventBus, boolean) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an aggregate created by the given
aggregateFactorywhich is described in the givenaggregateModel. - initialize(Callable<T>, AggregateModel<T>, EventBus, SnapshotTrigger) - Static method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initializes an EventSourcedAggregate instance using the given
aggregateFactory, based on the giveninspector, which publishes events to the giveneventBusand stores events in the giveneventStore. - initialize(Callable<T>, AggregateModel<T>, EventBus, RepositoryProvider) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an aggregate created by the given
aggregateFactorywhich is described in the givenaggregateModel. - initialize(Callable<T>, AggregateModel<T>, EventBus, RepositoryProvider, boolean) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an aggregate created by the given
aggregateFactorywhich is described in the givenaggregateModel. - initialize(Callable<T>, AggregateModel<T>, EventBus, RepositoryProvider, SnapshotTrigger) - Static method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initializes an EventSourcedAggregate instance using the given
aggregateFactory, based on the giveninspector, which publishes events to the giveneventBusand stores events in the giveneventStore. - initialize(Configuration) - Method in class org.axonframework.axonserver.connector.event.axon.EventProcessorInfoConfiguration
- initialize(Configuration) - Method in class org.axonframework.axonserver.connector.heartbeat.HeartbeatConfiguration
-
Deprecated.Initializes the
GrpcHeartbeatSourcecomponent, needed to send heartbeats to AxonServer, any time the client will receive an heartbeat from the server. - initialize(Configuration) - Method in class org.axonframework.config.AggregateConfigurer
- initialize(Configuration) - Method in class org.axonframework.config.AxonIQConsoleModule
- initialize(Configuration) - Method in class org.axonframework.config.EventProcessingModule
- initialize(Configuration) - Method in interface org.axonframework.config.ModuleConfiguration
-
Initialize the module configuration using the given global
config. - initialize(Configuration) - Method in class org.axonframework.config.SagaConfigurer
-
Initializes Saga Configuration by using the main
Configuration. - initialize(ConflictResolver) - Static method in class org.axonframework.eventsourcing.conflictresolution.ConflictResolution
-
Initialize conflict resolution in the context of the current Unit of Work dealing with a command on an event sourced aggregate.
- initialize(InterceptorChain) - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
-
Deprecated.
- initialize(T, AggregateModel<T>, EventBus) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an aggregate with the given
aggregateRootwhich is described in the givenaggregateModel. - initialize(T, AggregateModel<T>, EventBus, SnapshotTrigger) - Static method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initializes an EventSourcedAggregate instance for the given
aggregateRoot, based on the giveninspector, which publishes events to the giveneventBus. - initialize(T, AggregateModel<T>, EventBus, RepositoryProvider) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Initialize an aggregate with the given
aggregateRootwhich is described in the givenaggregateModel. - initialize(T, AggregateModel<T>, EventBus, RepositoryProvider, SnapshotTrigger) - Static method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initializes an EventSourcedAggregate instance for the given
aggregateRoot, based on the giveninspector, which publishes events to the giveneventBus. - initializeAdapterFor(Object, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.Create an AnnotationEventListenerAdapter instance of the given
bean. - initializeAdapterFor(Object, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
-
Deprecated.
- initializeAdapterFor(Object, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
-
Deprecated.
- initializeAt(TemporalAccessor) - Method in class org.axonframework.test.deadline.StubDeadlineManager
-
Resets the initial "current time" of this manager.
- initializeAt(TemporalAccessor) - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
-
Resets the initial "current time" of this SubEventScheduler.
- initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- initializeSegment(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- initializeSegment(TrackingToken, String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Initializes a segment with given
segmentfor the processor with givenprocessorNameto contain the giventoken. - initializeState(DomainEventStream) - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Initialize the state of this Event Sourced Aggregate with the events from the given
eventStream. - initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- initializeTokenSegments(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Initializes the given
segmentCountnumber of segments for the givenprocessorNameto track its tokens. - initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- initializeTokenSegments(String, int, TrackingToken) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Initializes the given
segmentCountnumber of segments for the givenprocessorNameto track its tokens. - initialResult() - Method in class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
- initialResult() - Method in class org.axonframework.axonserver.connector.query.subscription.DeserializedResult
-
Deprecated.
- initialResult() - Method in class org.axonframework.axonserver.connector.query.subscription.DisposableResult
-
Deprecated.
- initialResult() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
- initialResult() - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
-
Subscribing to this mono will trigger invocation of query handler.
- initialSegmentCount(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Sets the initial segment count used to create segments on start up.
- initialToken(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies the
Functionused to generate the initialTrackingTokens. - initiateShutdown() - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Initiate the shutdown of a
CommandBusConnector. - initiateShutdown() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Initiate the shutdown of this latch.
- initSequence() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Enable sequences on this Aggregate, causing it to emit DomainEventMessages, starting at sequence 0.
- initSequence(long) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Enable sequences on this Aggregate, causing it to emit DomainEventMessages based on the given
lastKnownSequenceNumber. - injectorAnnotationNames() - Method in class org.axonframework.modelling.saga.AbstractResourceInjector
-
Provides an array with fully qualified class names of the annotation that indicate an injection point for a resource.
- injectResources(Object) - Method in class org.axonframework.modelling.saga.AbstractResourceInjector
- injectResources(Object) - Method in enum class org.axonframework.modelling.saga.repository.NoResourceInjector
- injectResources(Object) - Method in interface org.axonframework.modelling.saga.ResourceInjector
-
Inject required resources into the given
saga. - injectResources(Object) - Method in class org.axonframework.spring.saga.SpringResourceInjector
- InMemoryEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.inmemory
-
Thread-safe event storage engine that stores events and snapshots in memory.
- InMemoryEventStorageEngine() - Constructor for class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
-
Initializes an InMemoryEventStorageEngine.
- InMemoryEventStorageEngine(long) - Constructor for class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
-
Initializes an InMemoryEventStorageEngine using given
offsetto initialize the tokens with. - InMemorySagaStore - Class in org.axonframework.modelling.saga.repository.inmemory
-
SagaRepository implementation that stores all Saga instances in memory.
- InMemorySagaStore() - Constructor for class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
- InMemorySequencedDeadLetterQueue<M> - Class in org.axonframework.messaging.deadletter
-
In-memory implementation of the
SequencedDeadLetterQueue. - InMemorySequencedDeadLetterQueue(InMemorySequencedDeadLetterQueue.Builder<M>) - Constructor for class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
-
Instantiate an in-memory
SequencedDeadLetterQueuebased on the givenbuilder. - InMemorySequencedDeadLetterQueue.Builder<M> - Class in org.axonframework.messaging.deadletter
-
Builder class to instantiate an
InMemorySequencedDeadLetterQueue. - InMemoryTokenStore - Class in org.axonframework.eventhandling.tokenstore.inmemory
-
Implementation of a
TokenStorethat stores tracking tokens in memory. - InMemoryTokenStore() - Constructor for class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
-
No-arg constructor for the
InMemoryTokenStorewhich will log a warning on initialization. - InputStreamToByteArrayConverter - Class in org.axonframework.serialization.converters
-
Converter that converts an InputStream to a byte array.
- InputStreamToByteArrayConverter() - Constructor for class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
- InputStreamToDom4jConverter - Class in org.axonframework.serialization.xml
-
Converter that converts an input stream to a Dom4J document.
- InputStreamToDom4jConverter() - Constructor for class org.axonframework.serialization.xml.InputStreamToDom4jConverter
- InputStreamToXomConverter - Class in org.axonframework.serialization.xml
-
Converter that converts an input stream to a XOM document.
- InputStreamToXomConverter() - Constructor for class org.axonframework.serialization.xml.InputStreamToXomConverter
- insertSaga(Class<?>, String, Object, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
- insertSaga(Class<?>, String, Object, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
- insertSaga(Class<?>, String, Object, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
- insertSaga(Class<?>, String, Object, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.
- insertSaga(Class<? extends T>, String, T, Set<AssociationValue>) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore
- insertSaga(Class<? extends T>, String, T, Set<AssociationValue>) - Method in interface org.axonframework.modelling.saga.repository.SagaStore
-
Adds a new Saga and its initial association values to the store.
- insertTokenEntry(Connection, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Inserts a new token entry via the given updatable
resultSet. - inspect(Class<? extends C>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Inspect another handler type and register the result to the inspector registry of this inspector.
- inspectAggregate(Class<T>) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Shorthand to create a factory instance and inspect the model for the given
aggregateType. - inspectAggregate(Class<T>, Set<Class<? extends T>>) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Shorthand to create a factory instance and inspect the model for the given
aggregateTypeand itssubtypes. - inspectAggregate(Class<T>, ParameterResolverFactory) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Shorthand to create a factory instance and inspect the model for the given
aggregateType, using givenparameterResolverFactoryto resolve parameter values for annotated handlers. - inspectAggregate(Class<T>, ParameterResolverFactory, HandlerDefinition) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Shorthand to create a factory instance and inspect the model for the given
aggregateType, using givenparameterResolverFactoryto resolve parameter values for annotated handlers andhandlerDefinitionto create concrete handlers. - inspectAggregate(Class<T>, ParameterResolverFactory, HandlerDefinition, Set<Class<? extends T>>) - Static method in class org.axonframework.modelling.command.inspection.AnnotatedAggregateMetaModelFactory
-
Shorthand to create a factory instance and inspect the model for the given
aggregateTypeand itssubytpes, using givenparameterResolverFactoryto resolve parameter values for annotated handlers andhandlerDefinitionto create concrete handlers. - inspector - Variable in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- inspectType(Class<? extends T>) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Create an inspector for given
handlerTypethat uses aClasspathParameterResolverFactoryto resolve method parameters andClasspathHandlerDefinitionto create handlers. - inspectType(Class<? extends T>, ParameterResolverFactory) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Create an inspector for given
handlerTypethat uses givenparameterResolverFactoryto resolve method parameters. - inspectType(Class<? extends T>, ParameterResolverFactory, HandlerDefinition) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Create an inspector for given
handlerTypethat uses givenparameterResolverFactoryto resolve method parameters and givenhandlerDefinitionto create handlers. - inspectType(Class<? extends T>, ParameterResolverFactory, HandlerDefinition, Set<Class<? extends T>>) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Create an inspector for given
handlerTypeand itsdeclaredSubtypesthat uses givenparameterResolverFactoryto resolve method parameters and givenhandlerDefinitionto create handlers. - instance() - Static method in class org.axonframework.commandhandling.FailingDuplicateCommandHandlerResolver
-
Returns a DuplicateCommandHandlerResolver that throws an exception when a duplicate registration is detected
- instance() - Static method in class org.axonframework.commandhandling.LoggingDuplicateCommandHandlerResolver
-
Returns an instance that logs duplicate registrations.
- instance() - Static method in enum class org.axonframework.common.transaction.NoTransactionManager
-
Returns the singleton instance of this TransactionManager
- instance() - Static method in class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
-
Return a singleton instance of the this Sequencing Policy.
- instance() - Static method in enum class org.axonframework.eventhandling.PropagatingErrorHandler
-
Singleton instance of a
PropagatingErrorHandler. - instance() - Static method in class org.axonframework.messaging.annotation.HandlerComparator
-
Returns the singleton comparator managed by the HandlerComparator class.
- instance() - Static method in class org.axonframework.messaging.annotation.NoMoreInterceptors
-
Creates and returns a new instance
- instance() - Static method in enum class org.axonframework.monitoring.NoOpMessageMonitor
-
Returns the instance of
{@link NoOpMessageMonitor}. - instance() - Static method in class org.axonframework.queryhandling.registration.FailingDuplicateQueryHandlerResolver
-
Returns a
DuplicateQueryHandlerResolverthat throws an exception when a duplicate registration is detected - instance() - Static method in class org.axonframework.queryhandling.registration.LoggingDuplicateQueryHandlerResolver
-
Returns an instance that logs duplicate registrations.
- instance() - Static method in class org.axonframework.test.matchers.AllFieldsFilter
-
Returns the (singleton) instance of the AllFieldsFilter
- instance() - Static method in class org.axonframework.test.matchers.NonStaticFieldsFilter
- instance() - Static method in class org.axonframework.test.matchers.NonTransientFieldsFilter
-
Returns the (singleton) instance of the AllFieldsFilter
- INSTANCE - Enum constant in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
-
Singleton instance of the
AcceptAllfilter. - INSTANCE - Enum constant in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
-
Singleton instance of the
DenyAllfilter. - INSTANCE - Enum constant in enum class org.axonframework.common.lock.NullLockFactory
-
Singleton instance of a
NullLockFactory. - INSTANCE - Enum constant in enum class org.axonframework.common.transaction.NoTransactionManager
-
Singleton instance of the TransactionManager
- INSTANCE - Enum constant in enum class org.axonframework.eventhandling.DirectEventProcessingStrategy
-
Singleton instance of the
DirectEventProcessingStrategy. - INSTANCE - Enum constant in enum class org.axonframework.eventhandling.PropagatingErrorHandler
-
Singleton instance of a
PropagatingErrorHandler. - INSTANCE - Enum constant in enum class org.axonframework.eventsourcing.conflictresolution.NoConflictResolver
-
` Singleton
NoConflictResolverinstance - INSTANCE - Enum constant in enum class org.axonframework.eventsourcing.NoSnapshotTriggerDefinition
-
The singleton instance of a
NoSnapshotTriggerDefinition. - INSTANCE - Enum constant in enum class org.axonframework.modelling.saga.repository.NoResourceInjector
-
The singleton NoResourceInjector instance
- INSTANCE - Enum constant in enum class org.axonframework.monitoring.NoOpMessageMonitor
-
Singleton instance of a
NoOpMessageMonitor. - INSTANCE - Enum constant in enum class org.axonframework.monitoring.NoOpMessageMonitorCallback
-
Singleton instance of a
NoOpMessageMonitorCallback. - INSTANCE - Enum constant in enum class org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
-
Instance of an EventUpcaster that does nothing.
- INSTANCE - Static variable in class org.axonframework.commandhandling.callbacks.LoggingCallback
-
The singleton instance for this callback
- INSTANCE - Static variable in class org.axonframework.commandhandling.callbacks.NoOpCallback
-
A statically available instance of the NoOpCallback.
- INSTANCE - Static variable in class org.axonframework.common.caching.NoCache
-
Creates a singleton reference the NoCache implementation.
- INSTANCE - Static variable in class org.axonframework.common.DirectExecutor
-
Returns a singleton instance of the DirectExecutor.
- INSTANCE - Static variable in class org.axonframework.common.lock.NoOpLock
- INSTANCE - Static variable in class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
-
Creates a singleton reference the the GenericTokenTableFactory implementation.
- INSTANCE - Static variable in class org.axonframework.eventhandling.tokenstore.jdbc.Oracle11TokenTableFactory
-
Creates a singleton reference the the Oracle11TokenTableFactory implementation.
- INSTANCE - Static variable in class org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
-
Creates a singleton reference the the PostgresTokenTableFactory implementation.
- INSTANCE - Static variable in class org.axonframework.eventsourcing.eventstore.jdbc.HsqlEventTableFactory
-
Singleton HsqlEventTableFactory instance
- INSTANCE - Static variable in class org.axonframework.eventsourcing.eventstore.jdbc.MySqlEventTableFactory
-
Singleton MySqlEventTableFactory instance
- INSTANCE - Static variable in class org.axonframework.eventsourcing.eventstore.jdbc.PostgresEventTableFactory
-
Singleton PostgresEventTableFactory instance
- INSTANCE - Static variable in class org.axonframework.messaging.NoScopeDescriptor
-
A statically available instance of the
NoScopeDescriptor. - INSTANCE - Static variable in class org.axonframework.messaging.timeout.AxonTaskJanitor
-
Unique instances of the
ScheduledExecutorServicefor theAxonTimeLimitedTaskto schedule warnings and interrupts. - INSTANCE - Static variable in class org.axonframework.tracing.LoggingSpanFactory
-
Singleton instance of the
LoggingSpanFactory. - INSTANCE - Static variable in class org.axonframework.tracing.NoOpSpanFactory
-
Singleton instance of the
NoOpSpanFactory, which is used for configuration when there is no specific implementation configured. - INSTANCE - Static variable in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
-
Instance of a
NoOpSpanFactory.NoOpSpanthat can be used to avoid creating new instances. - INSTANCE - Static variable in class org.axonframework.tracing.opentelemetry.MetadataContextGetter
-
Singleton instance of the
MetadataContextGetter, used by theOpenTelemetrySpanFactory. - INSTANCE - Static variable in class org.axonframework.tracing.opentelemetry.MetadataContextSetter
-
Singleton instance of the
MetadataContextSetter, used by theOpenTelemetrySpanFactory. - INSTANCE - Static variable in class org.axonframework.updates.configuration.DefaultUsagePropertyProvider
-
Singleton instance of the
DefaultUsagePropertyProvider. - instanceId() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the instance identifier of this update check request.
- instanceOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
-
Specify the desire to retrieve a single instance of type
Rwhen performing a query. - InstanceResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseTypeimplementation that will match with query handlers which return a single instance of the expected response type. - InstanceResponseType(Class<R>) - Constructor for class org.axonframework.messaging.responsetypes.InstanceResponseType
-
Instantiate a
InstanceResponseTypewith the givenexpectedResponseTypeas the type to be matched against and to which the query response should be converted to. - INSTRUCTION_ACK_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- INSTRUCTION_COMPONENTS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown components which send/receive/handle instructions for/to other connectors.
- INSTRUCTION_EXECUTION_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- instructionAckSource(InstructionAckSource<QueryProviderOutbound>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Deprecated.in through use of the AxonServer java connector
- InstructionAckSource<T> - Interface in org.axonframework.axonserver.connector
-
Responsible for sending instruction acknowledgements.
- InstructionResultPublisher - Interface in org.axonframework.axonserver.connector
-
Deprecated.in through use of the AxonServer java connector
- intercept(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Invokes all the dispatch interceptors.
- intercept(CommandMessage<C>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Invokes all the dispatch interceptors.
- intercept(T) - Method in class org.axonframework.axonserver.connector.DispatchInterceptors
- interceptCall(MethodDescriptor<REQ, RESP>, CallOptions, Channel) - Method in class org.axonframework.axonserver.connector.util.GrpcMessageSizeInterceptor
- interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class org.axonframework.axonserver.connector.util.ContextAddingInterceptor
-
Deprecated.
- interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class org.axonframework.axonserver.connector.util.GrpcBufferingInterceptor
-
Deprecated.
- interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class org.axonframework.axonserver.connector.util.TokenAddingInterceptor
-
Deprecated.
- InterceptorAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Interceptor autoconfiguration class for Axon Framework application.
- InterceptorAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- InterceptorChain - Interface in org.axonframework.messaging
-
The interceptor chain manages the flow of a message through a chain of interceptors and ultimately to the message handler.
- InterceptorChainParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
Parameter resolver factory that adds support for resolving current
InterceptorChain. - InterceptorChainParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
- interceptorMemberChain(MessageHandlerInterceptorMemberChain<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Sets the
MessageHandlerInterceptorMemberChainof generic typeT, describing the structure of the Saga thisSagaRepositoryimplementation will store. - interceptorsFor(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
- interceptorsFor(String) - Method in class org.axonframework.config.EventProcessingModule
- IntermediateEventRepresentation - Interface in org.axonframework.serialization.upcasting.event
-
Interface describing the intermediate representation of an event during upcasting.
- intersect(Collection<? extends T>, Collection<? extends T>, Supplier<C>) - Static method in class org.axonframework.common.CollectionUtils
-
Returns a collection containing the elements that are in both given collections
collection1andcollection2, using the givencollectionBuilderto create an instance for the new collection. - IntervalRetryScheduler - Class in org.axonframework.commandhandling.gateway
-
RetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that is not explicitly non-transient.
- IntervalRetryScheduler(IntervalRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.IntervalRetryScheduler
-
Instantiate a
IntervalRetrySchedulerbased on the fields contained in theIntervalRetryScheduler.Builder. - IntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
-
Builder class to instantiate a
IntervalRetryScheduler. - INVALID_EVENT_SEQUENCE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- invoke(Object, Method, Object[]) - Method in interface org.axonframework.commandhandling.gateway.CommandGatewayFactory.InvocationHandler
-
Handle the invocation of the given
invokedMethod, invoked on givenproxywith givenargs. - invoke(Function<AR, R>) - Method in class org.axonframework.modelling.command.LockAwareAggregate
- invoke(Function<T, R>) - Method in interface org.axonframework.modelling.command.Aggregate
-
Invoke a method on the underlying aggregate root or one of its instances.
- invoke(Function<T, R>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- invoke(Function<T, R>) - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- invoke(Function<T, R>) - Method in interface org.axonframework.modelling.saga.Saga
-
Execute the given
invocationagainst the root object of this Saga instance. - invokeAll(Collection<? extends Callable<T>>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- invokeAndGetMethodValue(Method, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Invokes and returns the return value of the given
methodin the givenobject. - invokeAny(Collection<? extends Callable<T>>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- invokeHandlers(EventMessage<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- invokeInitHandlers() - Method in class org.axonframework.config.DefaultConfigurer
-
Calls all registered init handlers.
- invokerInterceptors(List<MessageHandlerInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Set the
MessageHandlerInterceptorof generic typeCommandMessageto use with theDisruptorCommandBusduring in the invocation thread. - invokerThreadCount(int) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the number of Threads that should be used to invoke the Command Handlers.
- invokeShutdownHandlers() - Method in class org.axonframework.config.DefaultConfigurer
-
Invokes all registered shutdown handlers.
- invokeStartHandlers() - Method in class org.axonframework.config.DefaultConfigurer
-
Invokes all registered start handlers.
- IOUtils - Class in org.axonframework.common.io
-
Utility methods for IO operations.
- isAccessible(AccessibleObject) - Static method in class org.axonframework.common.ReflectionUtils
-
Indicates whether the given
memberis accessible. - isActive() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Indicates whether this UnitOfWork is started.
- isActive() - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- isActive() - Method in interface org.axonframework.modelling.saga.Saga
-
Indicates whether or not this saga is active.
- isAfter(UnitOfWork.Phase) - Method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Check if this Phase comes after given other
phase. - isAggregateIdentifier() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the
AggregateIdentifierSpanAttributesProvideris enabled. - isAggregateTypeInSpanName() - Method in class org.axonframework.springboot.TracingProperties.SnapshotterProperties
-
Whether the aggregate type should be included in the span names of the
Snapshotterspans. - isAnnotatedWith(Class<? extends Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Class<? extends Annotation>>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Indicates whether an annotation of given
annotationTypeis present on the givenelement, considering that the givenannotationTypemay be present as a meta annotation on any other annotation on that element. - isAnnotationPresent(AnnotatedElement, String) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Indicates whether an annotation with given
annotationTypeis present on the givenelement, considering that the givenannotationTypemay be present as a meta annotation on any other annotation on that element. - isArray(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isArrayOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isAssignableFrom(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isAutomaticBalancing() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Returns whether automatic load balancing is configured, yes or no.
- isAutoPersistentStreamsEnable() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
- isAutoStart() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return a
booleandictating whether the processor should start automatically when the application starts. - isAutoStart() - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
Whether the embedded
DistributedCommandBusProperties.JGroupsProperties.GossipServer should be automatically started. - isAutoStartup() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- isAutoStartup() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- isAutoStartup() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- isBefore(UnitOfWork.Phase) - Method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Check if this Phase comes before given other
phase. - isCaughtUp() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Whether the Segment of this status has caught up with the head of the event stream.
- isCaughtUp() - Method in class org.axonframework.eventhandling.TrackerStatus
- isCaughtUp() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- isCauseOf(Throwable) - Static method in exception class org.axonframework.common.AxonNonTransientException
-
Indicates whether the given
throwableis a AxonNonTransientException exception or indicates to be caused by one. - isCommandHandler(Class<?>) - Static method in class org.axonframework.util.HandlerTypeResolver
-
Whether this handler has
CommandHandlerannotated methods. - isConnected(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Returns
trueif a gRPC channel for the specific context is opened between client and AxonServer. - isCurrent() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Check if the Unit of Work is the 'currently' active Unit of Work returned by
CurrentUnitOfWork.get(). - isDeleted() - Method in interface org.axonframework.modelling.command.Aggregate
-
Check if this aggregate has been deleted.
- isDeleted() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- isDeleted() - Method in class org.axonframework.modelling.command.LockAwareAggregate
- isDeserialized() - Method in class org.axonframework.serialization.LazyDeserializingObject
-
Indicates whether this object has already been deserialized.
- isDifferent(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
- isDifferent(EventTrackerStatus, boolean) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
- isDimensional() - Method in class org.axonframework.springboot.MetricsProperties.Micrometer
-
Indicates whether the Micrometer Tags/Dimensions will be used
- isDisableBatchTrace() - Method in class org.axonframework.springboot.TracingProperties.EventProcessorProperties
-
Disables the creation of a batch trace.
- isDisableEventBlacklisting() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.
- isDistributedInSameTrace() - Method in class org.axonframework.springboot.TracingProperties.CommandBusProperties
-
Whether distributed commands should be part of the same trace.
- isDistributedInSameTrace() - Method in class org.axonframework.springboot.TracingProperties.EventProcessorProperties
-
Whether distributed events should be part of the same trace.
- isDistributedInSameTrace() - Method in class org.axonframework.springboot.TracingProperties.QueryBusProperties
-
Whether distributed queries should be part of the same trace.
- isDuplicateKeyCode(SQLException, List<Integer>) - Method in class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
- isDuplicateKeyCode(SQLException, List<Integer>) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.
- isDuplicateKeyViolation(Exception) - Method in interface org.axonframework.common.jdbc.PersistenceExceptionResolver
-
Indicates whether the given
exceptionrepresents a duplicate key violation. - isDuplicateKeyViolation(Exception) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcSQLErrorCodesResolver
- isDuplicateKeyViolation(Exception) - Method in class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
- isDuplicateKeyViolation(Exception) - Method in class org.axonframework.eventsourcing.eventstore.jpa.SQLStateResolver
- isDuplicateKeyViolation(Exception) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.
- isEmpty() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- isEmpty() - Method in interface org.axonframework.messaging.HandlerAttributes
-
Validate whether zero attributes are present in this object.
- isEmpty() - Method in class org.axonframework.messaging.MetaData
- isEmpty() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- isEmpty() - Method in class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Indicates whether any elements are contained within this map.
- isEmptyType(SerializedType) - Static method in interface org.axonframework.serialization.SerializedType
-
Check whether the
serializedTypeequals} and returns a correspondinginvalid @link
{@link SerializedType#emptyType#getName()trueorfalsewhether this is the case or not. - isEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
-
An indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
- isEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Indication whether heartbeat messages between a client and Axon Server are enabled.
- isEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Whether (automatic) configuration of the Axon Server Connector is enabled.
- 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
SequencedDeadLetterQueueis enabled. - isEnabled() - Method in class org.axonframework.springboot.EventProcessorProperties.DlqCache
-
Indicates whether using a cache is enabled.
- isEnabled() - Method in class org.axonframework.springboot.MetricsProperties.AutoConfiguration
-
Indicates whether the auto-configuration of Metrics is enabled
- isEnabled() - Method in class org.axonframework.springboot.TimeoutProperties
-
Whether timeouts are enabled.
- isError() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Indicates whether the processor has been shut down due to an error.
- isError() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- isError() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
- isError() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- isErrorState() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Indicates whether this status represents an error.
- isErrorState() - Method in class org.axonframework.eventhandling.TrackerStatus
- isErrorState() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- isEventBlockListingEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Flag that allows block-listing of event types to be enabled.
- isEventHandler(Class<?>) - Static method in class org.axonframework.util.HandlerTypeResolver
-
Whether this handler has
EventHandlerannotated methods. - isExceptional() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- isExceptional() - Method in class org.axonframework.messaging.GenericResultMessage
- isExceptional() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- isExceptional() - Method in interface org.axonframework.messaging.ResultMessage
-
Indicates whether the ResultMessage represents unsuccessful execution.
- isExceptionResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
-
Check if the result of the execution yielded an exception.
- isExpectedPayloadType(String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Check whether the given
payloadTypematches the outcome ofexpectedPayloadType. - isExpectedRevision(String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Check whether the given
revisionmatches the outcome ofexpectedRevision. - isExpectReply() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Indicates whether the sender of this message requests a reply.
- isExplicitlyNonTransient(Throwable) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
Indicates whether the given
failureis clearly non-transient. - isExplicitlyNonTransient(Throwable) - Static method in class org.axonframework.common.ExceptionUtils
-
Indicates whether the given
failureis clearly non-transient. - isFactoryHandler() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
-
Check if this message handler creates a new instance of the entity of type
Tto handle this command. - isFactoryHandler() - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- 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.
- isFalse(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Asserts that the given
expressionis false. - isFieldTypeSupported(Field) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
-
Deprecated.
- isFirstMessage() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Checks if the message being processed now is the first of the batch being processed in this unit of work.
- isFirstMessage(Message<?>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Checks if the given
messageis the first of the batch being processed in this unit of work. - isForceReadFromLeader() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Indicates whether it is OK to query events from the local Axon Server node - the node the client is currently connected to.
- isForceReconnectThroughServers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Indicates whether the
AxonServerConnectionManagershould always reconnect through theserversor try to reconnect with the server it just lost the connection with. - isFull(Object) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- isFull(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- isFull(Object) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- isFull(Object) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- isFull(Object) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Validates whether this queue is full for the given
sequenceIdentifier. - isGenericArrayOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isGenericArrayType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isGenericAssignableFrom(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isHeld() - Method in interface org.axonframework.common.lock.Lock
-
Indicates whether the lock is still owned
true, or whether it has been releasedfalse. - isHeld() - Method in class org.axonframework.common.lock.NoOpLock
- isInitialized() - Method in class org.axonframework.config.Component
-
Checks if the component is already initialized.
- isIterableOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isLastMessage() - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Checks if the message being processed now is the last of the batch being processed in this unit of work.
- isLastMessage(Message<?>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Checks if the given
messageis the last of the batch being processed in this unit of work. - isLive() - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Indicates whether this Aggregate instance is 'live'.
- isLockHeld() - Method in class org.axonframework.modelling.command.LockAwareAggregate
-
Check if the aggregate currently holds a lock.
- isLowerSegmentAdvanced() - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
Indicates whether the last call to
MergedTrackingToken.advancedTo(TrackingToken)caused the lower segment to advance - isMarkedDeleted() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
-
Indicates whether an Aggregate has invoked "markDeleted" while this lifecycle was active.
- isMemberTypeSupported(Member) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
-
Check whether the given
Memberis of a type supported by this definition. - isMemberTypeSupported(Member) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityCollectionDefinition
- isMemberTypeSupported(Member) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityDefinition
- isMemberTypeSupported(Member) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityMapDefinition
- isMergeableWith(Segment) - Method in class org.axonframework.eventhandling.Segment
-
Indicates whether this segment can be merged with the given
othersegment. - isMergeInProgress(TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
-
Indicates whether the given
trackingTokenrepresents a token that is part of a merge. - isMerging() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Indicates whether this Segment is still merging two (or more) Segments.
- isMerging() - Method in class org.axonframework.eventhandling.TrackerStatus
- isMerging() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- isMessageId() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the
MessageIdSpanAttributesProvideris enabled. - isMessageName() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the
MessageNameSpanAttributesProvideris enabled. - isMessageType() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the
MessageTypeSpanAttributesProvideris enabled. - isMetadata() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the
MetadataSpanAttributesProvideris enabled. - isMetaDataDeserialized() - Method in class org.axonframework.serialization.SerializedMessage
-
Indicates whether the metaData of this message has already been deserialized.
- isNestedHandlers() - Method in class org.axonframework.springboot.TracingProperties
-
Deprecated.
- isNonFinalPublicMember(Member) - Static method in class org.axonframework.common.ReflectionUtils
-
Checks whether the given
memberis public and non-final. - isNonTransientFailure(Throwable) - Method in class org.axonframework.commandhandling.gateway.NonTransientExceptionClassesPredicate
-
Checks if the provided
failureis considered non-transient. - isParameterizedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isParameterizedTypeOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isPayloadDeserialized() - Method in class org.axonframework.serialization.SerializedMessage
-
Indicates whether the payload of this message has already been deserialized.
- isPayloadType() - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Whether the
PayloadTypeSpanAttributesProvideris enabled. - isPersistent() - Method in class org.axonframework.messaging.RemoteExceptionDescription
-
Returns whether the exception is considered persistent or not.
- isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.Indicates whether an object of the given
targetClassshould be post processed. - isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
-
Deprecated.
- isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
-
Deprecated.
- isPublisherOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isQualifierMatch(String, ConfigurableListableBeanFactory, String) - Static method in class org.axonframework.spring.SpringUtils
-
Match if the given
qualifiercan be found on theBeanDefinitionof the givenbeanName. - isQueryHandler(Class<?>) - Static method in class org.axonframework.util.HandlerTypeResolver
-
Whether this handler has
QueryHandlerannotated methods. - isRecoverEntry() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Indicates whether this entry is a recovery entry.
- isReplay() - Method in enum class org.axonframework.eventhandling.ReplayStatus
-
Indicates whether this status represents a replay.
- isReplay(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Indicates whether the given
trackingTokenrepresents a position that is part of a replay. - isReplay(Message<?>) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Indicates whether the given message is "redelivered", as a result of a previous reset.
- isReplaying() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Indicates whether this Segment is still replaying previously processed Events.
- isReplaying() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Returns the overall replay status of this
StreamingEventProcessor. - isReplaying() - Method in class org.axonframework.eventhandling.TrackerStatus
- isReplaying() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- isReverseCallbackOrder() - Method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Check whether registered handlers for this phase should be invoked in the order of registration (first registered handler is invoked first) or in the reverse order of registration (last registered handler is invoked first).
- isRolledBack() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- isRolledBack() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Check if the Unit of Work has been rolled back.
- isRoot() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Check that returns
trueif this Unit of Work has not got a parent. - isRunning() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Indicates whether this processor is currently running (i.e. consuming events from its message source).
- isRunning() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- isRunning() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
- isRunning() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- isRunning() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- isRunning() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- isRunning() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- isRunning() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- isSeparateTrace() - Method in class org.axonframework.springboot.TracingProperties.SnapshotterProperties
-
Whether the creation of the snapshot should be represented by a separate trace.
- isSerializedMetaData(SerializedObject<?>) - Static method in class org.axonframework.serialization.SerializedMetaData
-
Indicates whether the given
serializedObjectrepresents a serialized form of a MetaData object, such as the ones created by this class (seeSerializedMetaData(Object, Class). - isShortcutQueriesToLocalHandlers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
- isShowEventSourcingHandlers() - Method in class org.axonframework.springboot.TracingProperties
-
Getting value for showing event sourcing handlers in traces.
- isShutdown() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- isShuttingDown() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Check whether this
ShutdownLatchis shutting down. - isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.
- isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.
- isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- isSingleton() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
-
Deprecated.
- isSingleton() - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.axonframework.spring.config.RepositoryFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- isSingleton() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
- isSingleton() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
- isSnapshot() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
- isSslEnabled() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
A toggle dictating whether to use TLS for the connection to Axon Server
- isStarted() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Indicates whether a unit of work has already been started.
- isStarted() - Method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Check if a Unit of Work in this phase has been started, i.e. is registered with the
CurrentUnitOfWork. - isStarted() - Method in class org.axonframework.updates.UpdateChecker
-
Checks if the UpdateChecker has been started.
- isStreamOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isSubscribed(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Indicates whether the given
commandHandleris subscribed to commands of the givencommandTypeon this command bus. - isSubscribed(MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Indicates whether the given
commandHandleris subscribed to this command bus. - isSuppressHandlerErrors() - Method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates whether the handlers triggered for this phase should have their exceptions suppressed.
- isTerminated() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- isTestEnvironment() - Static method in class org.axonframework.updates.detection.TestEnvironmentDetector
-
Checks whether the current environment is a test environment.
- isTransient(Field) - Static method in class org.axonframework.common.ReflectionUtils
-
Indicates whether the given field has the "transient" modifier
- isTrue(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Asserts that the given
expressionis true. - isType(Class<?>) - Method in interface org.axonframework.config.ModuleConfiguration
-
Checks whether this Module Configuration is of the given
type. - isTypeVariable(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isUpperSegmentAdvanced() - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
Indicates whether the last call to
MergedTrackingToken.advancedTo(TrackingToken)caused the upper segment to advance - isValid() - Method in class org.axonframework.axonserver.connector.heartbeat.connection.checker.ActiveGrpcChannelChecker
-
Deprecated.Returns true if the connection is still alive, false otherwise.
- isValid() - Method in class org.axonframework.axonserver.connector.heartbeat.connection.checker.HeartbeatConnectionChecker
-
Deprecated.Returns true if the connection is still alive, false otherwise.
- isValid() - Method in interface org.axonframework.axonserver.connector.heartbeat.ConnectionSanityChecker
-
Deprecated.Returns true if the connection is still alive, false otherwise.
- isValidIdentifier(Class<?>) - Method in class org.axonframework.common.IdentifierValidator
-
Indicates whether or not the given
identifierTypeis safe to use as aggregate identifier - isWildcardType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- isWildcardTypeWithMatchingUpperBound(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- ITERABLE_MATCH - Static variable in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Indicates that the response matches with the
Typewhile returning an iterable result. - iterator() - Method in class org.axonframework.common.jdbc.PagingJdbcIterable
- iterator() - Method in class org.axonframework.common.jpa.PagingJpaQueryIterable
- iterator() - Method in class org.axonframework.common.legacyjpa.PagingJpaQueryIterable
-
Deprecated.
- iterator() - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- IteratorBackedDomainEventStream - Class in org.axonframework.eventsourcing.eventstore
-
DomainEventStream implementation that gets its messages from an Iterator.
- IteratorBackedDomainEventStream(Iterator<? extends DomainEventMessage<?>>) - Constructor for class org.axonframework.eventsourcing.eventstore.IteratorBackedDomainEventStream
-
Initialize the stream which provides access to message from the given
iterator
J
- JACKSON - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Uses Jackson 2's
ObjectMapperto serialize objects into JSON. - JACKSON3 - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Uses Jackson 3's
ObjectMapperto serialize objects into JSON. - Jackson3Serializer - Class in org.axonframework.serialization.jackson3
-
Serializer implementation that uses Jackson 3 to serialize objects into a JSON format.
- Jackson3Serializer(Jackson3Serializer.Builder) - Constructor for class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Instantiate a
Jackson3Serializerbased on the fields contained in theJackson3Serializer.Builder. - Jackson3Serializer.Builder - Class in org.axonframework.serialization.jackson3
-
Builder class to instantiate a
Jackson3Serializer. - Jackson3SerializerCustomizer - Interface in org.axonframework.serialization.jackson3
-
Non-generic interface for a consumer that accepts a
JsonMapper.Builderfor customizingJackson3Serializer. - JacksonSerializer - Class in org.axonframework.serialization.json
-
Serializer implementation that uses Jackson 2 to serialize objects into a JSON format.
- JacksonSerializer(JacksonSerializer.Builder) - Constructor for class org.axonframework.serialization.json.JacksonSerializer
-
Instantiate a
JacksonSerializerbased on the fields contained in theJacksonSerializer.Builder. - JacksonSerializer.Builder - Class in org.axonframework.serialization.json
-
Builder class to instantiate a
JacksonSerializer. - JAVA - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Uses the Java Serialization API (see
ObjectOutputStream) to write objects. - JavaSerializer - Class in org.axonframework.serialization
-
Deprecated.in favor of the
XStreamSerializerandJacksonSerializer, as direct Java serialization is relatively error prone. We hence strongly encourage to use either the XStream or Jackson solution in favor of thisSerializerimplementation. - JavaSerializer(JavaSerializer.Builder) - Constructor for class org.axonframework.serialization.JavaSerializer
-
Deprecated.Instantiate a
JavaSerializerbased on the fields contained in theJavaSerializer.Builder. - JavaSerializer.Builder - Class in org.axonframework.serialization
-
Deprecated.Builder class to instantiate a
JavaSerializer. - JCacheAdapter - Class in org.axonframework.common.caching
-
Cache adapter implementation that allows providers implementing the JCache abstraction to be used.
- JCacheAdapter(Cache<Object, Object>) - Constructor for class org.axonframework.common.caching.JCacheAdapter
-
Initialize the adapter to forward call to the given
jCacheinstance - JdbcAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Autoconfiguration class for Axon's JDBC specific infrastructure components.
- JdbcAutoConfiguration(TokenStoreProperties) - Constructor for class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- JdbcDeadLetter<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
A
DeadLetterthat was saved to a JDBC-backed database and reconstructed from it. - JdbcDeadLetter(String, long, String, Instant, Instant, Cause, MetaData, E) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
-
Constructs a new
JdbcDeadLetterwith all possible parameters. - JdbcEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
An
EventStorageEngineimplementation that uses JDBC to store and fetch events. - JdbcEventStorageEngine(JdbcEventStorageEngine.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Instantiate a
JdbcEventStorageEnginebased on the fields contained in theJdbcEventStorageEngine.Builder. - JdbcEventStorageEngine.Builder - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Builder class to instantiate a
JdbcEventStorageEngine. - JdbcEventStorageEngineStatements - Class in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Class which holds the default
PreparedStatementbuilder methods for use in theJdbcEventStorageEngine. - JdbcException - Exception Class in org.axonframework.common.jdbc
-
Exception indicating an error occurred while interacting with a JDBC resource.
- JdbcException(String, Throwable) - Constructor for exception class org.axonframework.common.jdbc.JdbcException
-
Initialize the exception with given
messageandcause - JdbcSagaStore - Class in org.axonframework.modelling.saga.repository.jdbc
-
A
SagaStoreimplementation that uses JDBC to store and find Saga instances. - JdbcSagaStore(JdbcSagaStore.Builder) - Constructor for class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
-
Instantiate a
JdbcSagaStorebased on the fields contained in theJdbcSagaStore.Builder. - JdbcSagaStore.Builder - Class in org.axonframework.modelling.saga.repository.jdbc
-
Builder class to instantiate a
JdbcSagaStore. - JdbcSequencedDeadLetterQueue<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
A JDBC-based implementation of the
SequencedDeadLetterQueue, used for storing dead letters containingevent messagesdurably. - JdbcSequencedDeadLetterQueue(JdbcSequencedDeadLetterQueue.Builder<E>) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
-
Instantiate a JDBC-based
SequencedDeadLetterQueuethrough the givenbuilder. - JdbcSequencedDeadLetterQueue.Builder<E> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
Builder class to instantiate an
JdbcSequencedDeadLetterQueue. - jdbcSQLErrorCodesResolver() - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- JdbcSQLErrorCodesResolver - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.
- JdbcSQLErrorCodesResolver() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.JdbcSQLErrorCodesResolver
- JdbcTokenStore - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
A
TokenStoreimplementation that uses JDBC to save and loadTrackingTokeninstances. - JdbcTokenStore(JdbcTokenStore.Builder) - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Instantiate a
JdbcTokenStorebased on the fields contained in theJdbcTokenStore.Builder. - JdbcTokenStore.Builder - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
Builder class to instantiate a
JdbcTokenStore. - JdbcUtils - Class in org.axonframework.common.jdbc
-
Utility class for safely executing Jdbc queries.
- JdbcUtils.SqlFunction - Interface in org.axonframework.common.jdbc
-
Describes a function that creates a new
PreparedStatementready to be executed. - JdbcUtils.SqlResultConverter<R> - Interface in org.axonframework.common.jdbc
-
Describes a function that converts a
ResultSetinto a result of typeR. - JGroupsProperties() - Constructor for class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
- JOB_DATA_SERIALIZER - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
-
The key under which the
Serializeris stored within theSchedulerContext. - jobDataBinder(EventJobDataBinder) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the
EventJobDataBinderinstance which reads / writes the event message to publish to theJobDataMap. - jobName(String) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
-
Sets the
Stringused for creating the scheduled jobs in JobRunr. - JobRunrDeadlineManager - Class in org.axonframework.deadline.jobrunr
-
Implementation of
DeadlineManagerthat delegates scheduling and triggering to a JobrunrJobScheduler. - JobRunrDeadlineManager(JobRunrDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
Instantiate a
JobRunrDeadlineManagerbased on the fields contained in theJobRunrDeadlineManager.Builder. - JobRunrDeadlineManager.Builder - Class in org.axonframework.deadline.jobrunr
-
Builder class to instantiate a
JobRunrDeadlineManager. - JobRunrEventScheduler - Class in org.axonframework.eventhandling.scheduling.jobrunr
-
EventScheduler implementation that delegates scheduling and triggering to a JobRunr JobScheduler.
- JobRunrEventScheduler(JobRunrEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
Instantiate a
JobRunrEventSchedulerbased on the fields contained in theJobRunrEventScheduler.Builder. - JobRunrEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.jobrunr
-
Builder class to instantiate a
JobRunrEventScheduler. - JobRunrScheduleToken - Class in org.axonframework.eventhandling.scheduling.jobrunr
-
ScheduleToken implementation representing a scheduled JobRunr Job.
- JobRunrScheduleToken(UUID) - Constructor for class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrScheduleToken
-
Initialize a token for the given
jobIdentifier. - jobScheduler(JobScheduler) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Sets the
JobSchedulerused for scheduling and triggering purposes of the deadlines. - jobScheduler(JobScheduler) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
-
Sets the
JobSchedulerused for scheduling and triggering purposes of the events. - JpaAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Autoconfiguration class for Axon's JPA specific infrastructure components.
- JpaAutoConfiguration(TokenStoreProperties) - Constructor for class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
- jpaConfiguration(EntityManagerProvider) - Static method in class org.axonframework.config.DefaultConfigurer
-
Returns a Configurer instance which has JPA versions of building blocks configured, such as a JPA based Event Store (see
JpaEventStorageEngine), aJpaTokenStoreandJpaSagaStore. - jpaConfiguration(EntityManagerProvider, TransactionManager) - Static method in class org.axonframework.config.DefaultConfigurer
-
Returns a Configurer instance which has JPA versions of building blocks configured, such as a JPA based Event Store (see
JpaEventStorageEngine), aJpaTokenStoreandJpaSagaStore. - JpaDeadLetter<M> - Class in org.axonframework.eventhandling.deadletter.jpa
-
A
DeadLetterthat was saved to the database and reconstructed from it. - JpaDeadLetter<M> - Class in org.axonframework.eventhandling.deadletter.legacyjpa
-
Deprecated.in favor of using
JpaDeadLetterwhich moved to jakarta. - JpaDeadLetter(DeadLetterEntry, MetaData, M) - Constructor for class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
-
Constructs a new
JpaDeadLetterfrom aDeadLetterEntry, deserialized diagnostics and a reconstructed message. - JpaDeadLetter(DeadLetterEntry, MetaData, M) - Constructor for class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.Constructs a new
JpaDeadLetterfrom aDeadLetterEntry, deserialized diagnostics and a reconstructed message. - JpaEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.jpa
-
EventStorageEngine implementation that uses JPA to store and fetch events.
- JpaEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore.legacyjpa
-
Deprecated.in favor of using
JpaEventStorageEnginewhich moved to jakarta. - JpaEventStorageEngine(JpaEventStorageEngine.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Instantiate a
JpaEventStorageEnginebased on the fields contained in theJpaEventStorageEngine.Builder. - JpaEventStorageEngine(JpaEventStorageEngine.Builder) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Instantiate a
JpaEventStorageEnginebased on the fields contained in theJpaEventStorageEngine.Builder. - JpaEventStorageEngine.Builder - Class in org.axonframework.eventsourcing.eventstore.jpa
-
Builder class to instantiate a
JpaEventStorageEngine. - JpaEventStorageEngine.Builder - Class in org.axonframework.eventsourcing.eventstore.legacyjpa
-
Deprecated.Builder class to instantiate a
JpaEventStorageEngine. - JpaEventStoreAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Autoconfiguration class for Axon's JPA specific event store components.
- JpaEventStoreAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.JpaEventStoreAutoConfiguration
- JpaJavaxAutoConfiguration - Class in org.axonframework.springboot.autoconfig.legacyjpa
-
Deprecated.in favor of using
JpaAutoConfigurationwhich moved to jakarta. - JpaJavaxAutoConfiguration(TokenStoreProperties) - Constructor for class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- JpaJavaxEventStoreAutoConfiguration - Class in org.axonframework.springboot.autoconfig.legacyjpa
-
Deprecated.in favor of using
JpaEventStoreAutoConfigurationwhich moved to jakarta. - JpaJavaxEventStoreAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxEventStoreAutoConfiguration
-
Deprecated.
- jpaMappedConfiguration(Class<A>) - Static method in class org.axonframework.config.AggregateConfigurer
-
Creates a Configuration for an aggregate of given
aggregateType, which is mapped to a relational database using an EntityManager obtained from the main configuration. - jpaMappedConfiguration(Class<A>, EntityManagerProvider) - Static method in class org.axonframework.config.AggregateConfigurer
-
Creates a Configuration for an aggregate of given
aggregateType, which is mapped to a relational database using an EntityManager provided by givenentityManagerProvider. - JpaSagaStore - Class in org.axonframework.modelling.saga.repository.jpa
-
JPA implementation of the
SagaStore. - JpaSagaStore - Class in org.axonframework.modelling.saga.repository.legacyjpa
-
Deprecated.in favor of using
JpaSagaStorewhich moved to jakarta. - JpaSagaStore(JpaSagaStore.Builder) - Constructor for class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Instantiate a
JpaSagaStorebased on the fields contained in theJpaSagaStore.Builder. - JpaSagaStore(JpaSagaStore.Builder) - Constructor for class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Instantiate a
JpaSagaStorebased on the fields contained in theJpaSagaStore.Builder. - JpaSagaStore.Builder - Class in org.axonframework.modelling.saga.repository.jpa
-
Builder class to instantiate a
JpaSagaStore. - JpaSagaStore.Builder - Class in org.axonframework.modelling.saga.repository.legacyjpa
-
Deprecated.Builder class to instantiate a
JpaSagaStore. - JpaSequencedDeadLetterQueue<M> - Class in org.axonframework.eventhandling.deadletter.jpa
-
JPA-backed implementation of the
SequencedDeadLetterQueue, used for storing dead letters containingEventmessagesdurably as aDeadLetterEntry. - JpaSequencedDeadLetterQueue<M> - Class in org.axonframework.eventhandling.deadletter.legacyjpa
-
Deprecated.in favor of using
JpaSequencedDeadLetterQueuewhich moved to jakarta. - JpaSequencedDeadLetterQueue(JpaSequencedDeadLetterQueue.Builder<T>) - Constructor for class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
-
Instantiate a JPA
SequencedDeadLetterQueuebased on the givenbuilder. - JpaSequencedDeadLetterQueue(JpaSequencedDeadLetterQueue.Builder<T>) - Constructor for class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.Instantiate a JPA
SequencedDeadLetterQueuebased on the givenbuilder. - JpaSequencedDeadLetterQueue.Builder<T> - Class in org.axonframework.eventhandling.deadletter.jpa
-
Builder class to instantiate an
JpaSequencedDeadLetterQueue. - JpaSequencedDeadLetterQueue.Builder<T> - Class in org.axonframework.eventhandling.deadletter.legacyjpa
-
Deprecated.Builder class to instantiate an
JpaSequencedDeadLetterQueue. - JpaTokenStore - Class in org.axonframework.eventhandling.tokenstore.jpa
-
Implementation of a token store that uses JPA to save and load tokens.
- JpaTokenStore - Class in org.axonframework.eventhandling.tokenstore.legacyjpa
-
Deprecated.in favor of using
JpaTokenStorewhich moved to jakarta. - JpaTokenStore(JpaTokenStore.Builder) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
Instantiate a
JpaTokenStorebased on the fields contained in theJpaTokenStore.Builder. - JpaTokenStore(JpaTokenStore.Builder) - Constructor for class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.Instantiate a
JpaTokenStorebased on the fields contained in theJpaTokenStore.Builder. - JpaTokenStore.Builder - Class in org.axonframework.eventhandling.tokenstore.jpa
-
Builder class to instantiate a
JpaTokenStore. - JpaTokenStore.Builder - Class in org.axonframework.eventhandling.tokenstore.legacyjpa
-
Deprecated.Builder class to instantiate a
JpaTokenStore. - jsonMapperBuilderCustomizer(Jackson3SerializerCustomizer) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Sets a customizer for the
JsonMapper.Builderused to construct the finalObjectMapper. - JsonNodeToByteArrayConverter - Class in org.axonframework.serialization.jackson3
-
ContentTypeConverter implementation for Jackson 3 that converts a JsonNode object into a byte[].
- JsonNodeToByteArrayConverter - Class in org.axonframework.serialization.json
-
ContentTypeConverter implementation for Jackson 2 that converts a JsonNode object into a byte[].
- JsonNodeToByteArrayConverter(ObjectMapper) - Constructor for class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
-
Initialize the converter, using given
objectMapperto convert the JSonNode into bytes. - JsonNodeToByteArrayConverter(ObjectMapper) - Constructor for class org.axonframework.serialization.jackson3.JsonNodeToByteArrayConverter
-
Initialize the converter, using given
objectMapperto convert the JSonNode into bytes. - JsonNodeToObjectNodeConverter - Class in org.axonframework.serialization.jackson3
-
A
ContentTypeConverterimplementation for Jackson 3 that converts aJsonNodeobject into anObjectNode. - JsonNodeToObjectNodeConverter - Class in org.axonframework.serialization.json
-
A
ContentTypeConverterimplementation for Jackson 2 that converts aJsonNodeobject into anObjectNode. - JsonNodeToObjectNodeConverter() - Constructor for class org.axonframework.serialization.jackson3.JsonNodeToObjectNodeConverter
- JsonNodeToObjectNodeConverter() - Constructor for class org.axonframework.serialization.json.JsonNodeToObjectNodeConverter
- JSR303ViolationException - Exception Class in org.axonframework.messaging.interceptors
-
Exception indicating that a
Messagehas been refused due to a structural validation failure. - JSR303ViolationException - Exception Class in org.axonframework.messaging.interceptors.legacyvalidation
-
Deprecated.in favor of using
JSR303ViolationExceptionwhich moved to jakarta. - JSR303ViolationException(Set<ConstraintViolation<Object>>) - Constructor for exception class org.axonframework.messaging.interceptors.JSR303ViolationException
-
Initializes an exception with the given
messageandviolations. - JSR303ViolationException(Set<ConstraintViolation<Object>>) - Constructor for exception class org.axonframework.messaging.interceptors.legacyvalidation.JSR303ViolationException
-
Deprecated.Initializes an exception with the given
messageandviolations. - jvmVendor() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the JVM vendor of this update check request.
- jvmVersion() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the JVM version of this update check request.
K
- keyName() - Element in annotation interface org.axonframework.modelling.saga.SagaEventHandler
-
The key in the AssociationValue to use.
- keys(Message<?>) - Method in class org.axonframework.tracing.opentelemetry.MetadataContextGetter
- keySet() - Method in class org.axonframework.messaging.MetaData
- kotlinVersion() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the kotlin version of this update check request.
- KotlinVersion - Class in org.axonframework.updates.detection
-
Utility class to retrieve the current Kotlin version at runtime.
- KotlinVersion() - Constructor for class org.axonframework.updates.detection.KotlinVersion
L
- LabelUtils - Class in org.axonframework.deadline.jobrunr
-
Utility to create labels for use with JobRunr.
- LAST - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should come last.
- lastSequence() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Returns the last sequence of any event published, or
nullif no events have been published yet. - lastSequenceNumberFor(String) - Method in interface org.axonframework.eventhandling.DomainEventSequenceAware
-
Returns the last known sequence number of an Event for the given
aggregateIdentifier. - lastSequenceNumberFor(String) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- lastSequenceNumberFor(String) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Returns the last known sequence number for the given
aggregateIdentifier. - lastSequenceNumberFor(String) - Method in interface org.axonframework.eventsourcing.eventstore.EventStore
- lastSequenceNumberFor(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- lastSequenceNumberFor(String) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- lastSequenceNumberFor(String) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- lastSequenceNumberFor(String) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- lastSequenceNumberFor(String) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- lastSequenceNumberFor(Connection, String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.lastSequenceNumberFor(String). - lastSequenceNumberFor(Connection, EventSchema, String) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.lastSequenceNumberFor(String). - lastSequenceNumberFor(LastSequenceNumberForStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.lastSequenceNumberFor(Connection, String). - LastSequenceNumberForStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.lastSequenceNumberFor(String) - lastTouched() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- lastTouched() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- lastTouched() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- lastTouched() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
The moment in time when this letter was last touched.
- lastTouched() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- lastTouchedColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
lastTouchedcolumn name. - lastTouchedColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
lastTouchedcolumn. - latestVersion() - Method in class org.axonframework.updates.api.ArtifactAvailableUpgrade
-
Returns the latest version of this available artifact upgrade.
- LazyDeserializingObject<T> - Class in org.axonframework.serialization
-
Represents a serialized object that can be deserializedObjects upon request.
- LazyDeserializingObject(Supplier<SerializedObject<?>>, SerializedType, Serializer) - Constructor for class org.axonframework.serialization.LazyDeserializingObject
-
Creates an instance which will get the supplied SerializedObject and deserialize it upon request.
- LazyDeserializingObject(SerializedObject<?>, Serializer) - Constructor for class org.axonframework.serialization.LazyDeserializingObject
-
Creates an instance which will deserialize given
serializedObjectupon request. - LazyDeserializingObject(T) - Constructor for class org.axonframework.serialization.LazyDeserializingObject
-
Creates an instance with the given
deserializedObjectobject instance. - LegacyAwareJobDataBinder - Class in org.axonframework.eventhandling.scheduling.quartz
-
EventJobDataBinder implementation that adds support for Event publication Jobs scheduled in Axon 2.
- LegacyAwareJobDataBinder() - Constructor for class org.axonframework.eventhandling.scheduling.quartz.LegacyAwareJobDataBinder
-
Initialize the Job Data Binder to add legacy support while still allowing the default Axon 3 Job Data format
- LegacyAwareJobDataBinder(EventJobDataBinder) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.LegacyAwareJobDataBinder
-
Initialize the LegacyAwareJobDataBinder to add legacy job support, reverting to the given
delegatewhen the given job is not a legacy job definition. - lenientDeserialization() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Configures the underlying XStream instance to be lenient when deserializing data into Java objects.
- lenientDeserialization() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Configures the serializer to be lenient when when deserializing JSON into Java objects.
- lenientDeserialization() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Configures the underlying ObjectMapper to be lenient when deserializing JSON into Java objects.
- lenientDeserialization() - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- letterSequenceStatement(Connection, String, String, int, int) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.deadLetterSequence(Object)operation. - letterSequenceStatement(Connection, String, String, int, int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- libraries() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the collection of
librariesof this update check request. - Lifecycle - Interface in org.axonframework.lifecycle
-
Interface for components that can be started and shut down as part of the Application lifecycle.
- LIFECYCLE_PHASE - Static variable in class org.axonframework.spring.config.SpringAxonConfiguration
-
The
SmartLifecycle.getPhase()value of this is set to be safely lower than the typical values listed in the Spring WebServer lifecycles. - Lifecycle.LifecycleHandler - Interface in org.axonframework.lifecycle
-
Functional interface for lifecycle activities that may run asynchronously
- Lifecycle.LifecycleRegistry - Interface in org.axonframework.lifecycle
-
Interface towards the registry that holds all lifecycle handlers for components.
- LifecycleHandler - Interface in org.axonframework.config
-
Functional interface towards a lifecycle handler used during start up or shutdown of an application.
- LifecycleHandlerInspector - Class in org.axonframework.config
-
Utility class used to resolve
LifecycleHandlers to be registered to theConfiguration. - LifecycleHandlerInvocationException - Exception Class in org.axonframework.lifecycle
-
Exception indicating a failure occurred during a lifecycle handler method invocation.
- LifecycleHandlerInvocationException(Method, Object, Throwable) - Constructor for exception class org.axonframework.lifecycle.LifecycleHandlerInvocationException
-
Instantiates an exception using the given
lifecycleComponent,lifecycleHandlerandcause, indicating a failure during a lifecycle handler method invocation. - LifecycleHandlerInvocationException(String) - Constructor for exception class org.axonframework.lifecycle.LifecycleHandlerInvocationException
-
Instantiates an exception using the given
messageindicating a failure during a lifecycle handler method invocation. - LifecycleHandlerInvocationException(String, Throwable) - Constructor for exception class org.axonframework.lifecycle.LifecycleHandlerInvocationException
-
Instantiates an exception using the given
messageandcauseindicating a failure during a lifecycle handler method invocation. - lifecycleInitializer(Configurer, List<Lifecycle>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- LifecycleOperations - Interface in org.axonframework.config
-
Interface describing the configuration of start and shutdown handlers within Axon's configuration.
- lifecycleRegistry() - Method in interface org.axonframework.config.Configuration
-
Returns the lifecycle registry for this configuration.
- listenerInvocationErrorHandler() - Method in interface org.axonframework.config.SagaConfiguration
-
Retrieve the Saga's
ListenerInvocationErrorHandler. - listenerInvocationErrorHandler(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
ListenerInvocationErrorHandlertied to the givenprocessingGroup. - listenerInvocationErrorHandler(String) - Method in class org.axonframework.config.EventProcessingModule
- listenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Sets the
ListenerInvocationErrorHandlerdealing withexceptionsthrown by the configuredevent handlers. - listenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
-
Sets the
ListenerInvocationErrorHandlerinvoked when an error occurs. - listenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
- ListenerInvocationErrorHandler - Interface in org.axonframework.eventhandling
-
Interface of an error handler that is invoked when an exception is triggered as result of an
EventMessageHandlerhandling an event. - listenerInvocationErrorHandlers - Variable in class org.axonframework.config.EventProcessingModule
- ListMatcher<T> - Class in org.axonframework.test.matchers
-
Abstract implementation for matchers that use event-specific matchers to match against a list of items.
- ListMatcher(Matcher<? super T>...) - Constructor for class org.axonframework.test.matchers.ListMatcher
-
Creates an abstract matcher to match a number of Matchers against Events contained inside a Collection.
- listResults(JdbcUtils.SqlResultConverter<R>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Create a converter that produces a List of results of type
Rfrom a converter that produces a single result. - ListUtils - Class in org.axonframework.common
-
Utility methods for operations on lists.
- listWithAllOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
-
Matches a List where all the given matchers must match with at least one of the items in that list.
- ListWithAllOfMatcher<T> - Class in org.axonframework.test.matchers
-
A matcher that will match if all the given
matchersmatch against at least one item in a given List. - ListWithAllOfMatcher(Matcher<T>...) - Constructor for class org.axonframework.test.matchers.ListWithAllOfMatcher
-
Construct a matcher that will return true if all the given
matchersmatch against at least one item in any given List. - listWithAnyOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
-
Matches a List of Events where at least one of the given
matchersmatches any of the Events in that list. - ListWithAnyOfMatcher<T> - Class in org.axonframework.test.matchers
-
A matcher that will match if all the given
matchersmatch against at least one item in a given List. - ListWithAnyOfMatcher(Matcher<T>...) - Constructor for class org.axonframework.test.matchers.ListWithAnyOfMatcher
-
Construct a matcher that will return true if any of the given
matchersmatches against at least one item in a given List. - load(String) - Method in class org.axonframework.modelling.command.AbstractRepository
- load(String) - Method in interface org.axonframework.modelling.command.Repository
-
Load the aggregate with the given unique identifier.
- load(String) - Method in class org.axonframework.modelling.saga.repository.LockingSagaRepository
-
Loads a known Saga instance by its unique identifier.
- load(String) - Method in interface org.axonframework.modelling.saga.SagaRepository
-
Loads a known Saga instance by its unique identifier.
- load(String, Long) - Method in class org.axonframework.modelling.command.AbstractRepository
- load(String, Long) - Method in interface org.axonframework.modelling.command.Repository
-
Load the aggregate with the given unique identifier.
- load(List<String>) - Method in interface org.axonframework.spring.serialization.avro.ClasspathAvroSchemaLoader
-
Scans provided packages and loads schemas from classes.
- load(List<String>) - Method in class org.axonframework.spring.serialization.avro.SpecificRecordBaseClasspathAvroSchemaLoader
- loadAssociationValues(EntityManager, Class<?>, String) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
- loadAssociationValues(EntityManager, Class<?>, String) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.
- loadFactor() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
-
Returns the load factor of the
HandlerSubscription. - loadFactorProvider(CommandLoadFactorProvider) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
CommandLoadFactorProviderwhich provides the load factor values for all commands this client can handle. - loadingLockMode(LockModeType) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
The
LockModeTypeto use when loading tokens from the underlying database. - loadingLockMode(LockModeType) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.The
LockModeTypeto use when loading tokens from the underlying database. - loadOrCreate(String, Callable<T>) - Method in class org.axonframework.modelling.command.AbstractRepository
- loadOrCreate(String, Callable<T>) - Method in interface org.axonframework.modelling.command.Repository
-
Loads an aggregate from the repository.
- loadSaga(Class<S>, String) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore
- loadSaga(Class<S>, String) - Method in class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
- loadSaga(Class<S>, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
- loadSaga(Class<S>, String) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
- loadSaga(Class<S>, String) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.
- loadSaga(Class<S>, String) - Method in interface org.axonframework.modelling.saga.repository.SagaStore
- loadToken(String, int, EntityManager) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
Loads an existing
TokenEntryor creates a new one using the givenentityManagerfor givenprocessorNameandsegment. - loadToken(String, int, EntityManager) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.Loads an existing
TokenEntryor creates a new one using the givenentityManagerfor givenprocessorNameandsegment. - loadToken(String, Segment, EntityManager) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
Tries loading an existing token owned by a processor with given
processorNameandsegment. - loadToken(String, Segment, EntityManager) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.Tries loading an existing token owned by a processor with given
processorNameandsegment. - loadToken(Connection, ResultSet, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Tries loading an existing token owned by a processor with given
processorNameandsegment. - loadToken(Connection, ResultSet, String, Segment) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Tries loading an existing token owned by a processor with given
processorNameandsegment. - local() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- local() - Method in interface org.axonframework.commandhandling.distributed.Member
- local() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
- LOCAL_MEMBER - Static variable in class org.axonframework.commandhandling.distributed.SimpleMember
-
Denotes that a
SimpleMemberis a representation of a Local Member, thus a representation of the instance itself. - LOCAL_MESSAGE_HANDLER_REGISTRATIONS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to register or cancel the registration of any local message handler.
- localSegment() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- localSegment() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- localSegment() - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Return an
Optionalcontaining theCommandBuswhich is used by thisCommandBusConnectorto dispatch local and incomingCommandMessages on. - localSegment() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Return the message bus of type
MessageBuswhich is regarded as the local segment for this implementation. - localSegment() - Method in interface org.axonframework.messaging.Distributed
-
Return the message bus of type
MessageBuswhich is regarded as the local segment for this implementation. - localSegment(CommandBus) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the local
CommandBusused to dispatch incoming commands to the local environment. - localSegment(QueryBus) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the local
QueryBusused to dispatch incoming queries to the local environment. - Lock - Interface in org.axonframework.common.lock
-
Interface of a lock acquired to gain (exclusive) access to a shared resource, with a mechanism to release it again.
- LockAcquisitionFailedException - Exception Class in org.axonframework.common.lock
-
Exception indicating that a lock could not be obtained.
- LockAcquisitionFailedException(String) - Constructor for exception class org.axonframework.common.lock.LockAcquisitionFailedException
-
Initialize the exception with given
message. - LockAcquisitionFailedException(String, Throwable) - Constructor for exception class org.axonframework.common.lock.LockAcquisitionFailedException
-
Initialize the exception with given
messageandcause - lockAttemptTimeout(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
-
The duration of a single attempt to acquire the internal lock.
- LockAwareAggregate<AR,
A> - Class in org.axonframework.modelling.command -
Aggregate implementation that provides access to the lock held by the aggregate while a command is handled.
- LockAwareAggregate(A, Supplier<Lock>) - Constructor for class org.axonframework.modelling.command.LockAwareAggregate
- LockAwareAggregate(A, Lock) - Constructor for class org.axonframework.modelling.command.LockAwareAggregate
- lockFactory() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Sets the name of the bean providing the
LockFactory. - lockFactory(LockFactory) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
LockFactoryused to lock an aggregate. - lockFactory(LockFactory) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- lockFactory(LockFactory) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- lockFactory(LockFactory) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
-
Sets the
LockFactoryused to lock an aggregate. - lockFactory(LockFactory) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
- lockFactory(LockFactory) - Method in class org.axonframework.modelling.saga.repository.LockingSagaRepository.Builder
-
Sets the
LockFactoryused to lock a saga. - LockFactory - Interface in org.axonframework.common.lock
-
Interface to the lock factory.
- LockingRepository<T,
A> - Class in org.axonframework.modelling.command -
Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent modifications of persisted aggregates.
- LockingRepository(LockingRepository.Builder<T>) - Constructor for class org.axonframework.modelling.command.LockingRepository
-
Instantiate a
LockingRepositorybased on the fields contained in theLockingRepository.Builder. - LockingRepository.Builder<T> - Class in org.axonframework.modelling.command
-
Abstract Builder class to instantiate
LockingRepositoryimplementations. - LockingSagaRepository<T> - Class in org.axonframework.modelling.saga.repository
-
Abstract implementation of a saga repository that locks access to a saga while the saga is being operated on.
- LockingSagaRepository(LockingSagaRepository.Builder<T>) - Constructor for class org.axonframework.modelling.saga.repository.LockingSagaRepository
-
Instantiate a
LockingSagaRepositorybased on the fields contained in theLockingSagaRepository.Builder. - LockingSagaRepository.Builder<T> - Class in org.axonframework.modelling.saga.repository
-
Abstract Builder class to instantiate
LockingSagaRepositoryimplementations. - logAndAccept() - Static method in class org.axonframework.queryhandling.registration.DuplicateQueryHandlerResolution
-
A
DuplicateQueryHandlerResolverimplementation which logs a warning message and resolve to returning both handlers as query handlers. - logAndOverride() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
-
A
DuplicateCommandHandlerResolverimplementation which logs a warning message and resolve to returning the duplicate handler and overriding the existing command handler. - logger - Static variable in interface org.axonframework.queryhandling.SubscriptionQueryResult
- logger(Logger) - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
-
Sets the
Loggerto log errors with from query handlers. - LOGGER - Static variable in class org.axonframework.messaging.timeout.AxonTaskJanitor
-
Unique instance of the
Loggerfor theAxonTimeLimitedTaskto log warnings and errors. - LoggingCallback - Class in org.axonframework.commandhandling.callbacks
-
CommandCallback implementation that simply logs the results of a command.
- LoggingDuplicateCommandHandlerResolver - Class in org.axonframework.commandhandling
-
Implementation of the DuplicateCommandHandlerResolver that allows registrations to be overridden by new handlers, but logs this (on WARN level) to a given logger.
- LoggingDuplicateQueryHandlerResolver - Class in org.axonframework.queryhandling.registration
-
Implementation of the
DuplicateQueryHandlerResolverthat allows registrations to be overridden by new handlers, but logs this (on WARN level) to a given logger. - LoggingErrorHandler - Class in org.axonframework.eventhandling
-
Implementation of a
ListenerInvocationErrorHandlerthat logs exceptions as errors but otherwise does nothing to prevent event handling from continuing. - LoggingErrorHandler() - Constructor for class org.axonframework.eventhandling.LoggingErrorHandler
-
Initialize the LoggingErrorHandler using the logger for "org.axonframework.eventhandling.LoggingErrorHandler".
- LoggingErrorHandler(Logger) - Constructor for class org.axonframework.eventhandling.LoggingErrorHandler
-
Initialize the LoggingErrorHandler to use the given
loggerto log errors - LoggingInterceptor<T> - Class in org.axonframework.messaging.interceptors
-
MessageDispatchInterceptorandMessageHandlerInterceptorimplementation that logs dispatched and incoming messages, and their result, to a SLF4J logger. - LoggingInterceptor() - Constructor for class org.axonframework.messaging.interceptors.LoggingInterceptor
-
Initialize the LoggingInterceptor with the default logger name, which is the fully qualified class name of this logger.
- LoggingInterceptor(String) - Constructor for class org.axonframework.messaging.interceptors.LoggingInterceptor
-
Initialize the LoggingInterceptor with the given
loggerName. - LoggingQueryInvocationErrorHandler - Class in org.axonframework.queryhandling
-
Implementation of the QueryInvocationErrorHandler that logs all errors to a given
Logger. - LoggingQueryInvocationErrorHandler(LoggingQueryInvocationErrorHandler.Builder) - Constructor for class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler
-
Instantiate a
LoggingQueryInvocationErrorHandlerbased on the fields contained in theLoggingQueryInvocationErrorHandler.Builder. - LoggingQueryInvocationErrorHandler.Builder - Class in org.axonframework.queryhandling
-
Builder class to instantiate a
LoggingQueryInvocationErrorHandler. - LoggingSpanFactory - Class in org.axonframework.tracing
-
Implementation of a
SpanFactorythat requires no java agent or APM system, only logging. - LoggingUpdateCheckerReporter - Class in org.axonframework.updates
-
An
UpdateCheckerReporterimplementation that logs the results of the update check. - LoggingUpdateCheckerReporter() - Constructor for class org.axonframework.updates.LoggingUpdateCheckerReporter
- longPollingSource(String) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource.Builder
-
Select the message source which is most suitable for long polling.
- LOW - Enum constant in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
The vulnerability has a low severity.
- LOW - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should be placed at the "lower half".
- LOWER - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should be placed at the "lower quarter".
- lowerBound() - Method in class org.axonframework.eventhandling.MergedTrackingToken
- lowerBound() - Method in class org.axonframework.eventhandling.ReplayToken
- lowerBound() - Method in interface org.axonframework.eventhandling.WrappedToken
-
Returns the token representing the current position in the stream.
- lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Compares this token to
otherby comparing each member token with its counterpart in theothertoken. - lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
- lowerBound(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- lowerBound(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
-
Returns a token that represents the lower bound between this and the
othertoken. - lowerCaseFirstCharacterOf(String) - Static method in class org.axonframework.common.StringUtils
-
Return the given
s, with its first character lowercase. - lowerSegmentToken() - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
Returns the token indicating the progress of the lower half (the half with the lower segmentId) of the merged segment represented by this token
- lowestGlobalSequence(long) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
lowestGlobalSequencespecifying the first expected auto generated sequence number. - lowestGlobalSequence(long) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the
lowestGlobalSequencespecifying the first expected auto generated sequence number. - lowestGlobalSequence(long) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the
lowestGlobalSequencespecifying the first expected auto generated sequence number.
M
- machineId() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the machine identifier of this update check request.
- MachineId - Class in org.axonframework.updates.detection
-
Loads and stores a unique machine ID in the user's home directory.
- MachineId() - Constructor for class org.axonframework.updates.detection.MachineId
-
Creates a new instance of
MachineId. - MAGIC_BYTE - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
Magic marker bytes, indicating single-objet-encoding as defined in Avro specification.
- makeCurrent() - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
- makeCurrent() - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpan
- makeCurrent() - Method in interface org.axonframework.tracing.Span
-
Sets the Span as the current for the current thread.
- managedAggregates(UnitOfWork<?>) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Returns the map of aggregates currently managed by this repository under the given unit of work.
- managedChannelCustomizer() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- ManagedChannelCustomizer - Interface in org.axonframework.axonserver.connector
-
Customizer to add more customizations to a managed channel to Axon Server.
- manager() - Method in interface org.axonframework.config.SagaConfiguration
-
Retrieve the Saga Manager in this Configuration.
- map(Function<UnitOfWork<?>, T>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
If a Unit of Work is started, execute the given
functionon it. - MapEntryMatcher - Class in org.axonframework.test.matchers
-
Matcher that will match an Object if that object is a
Mapof which all keys-values pairs are equal to pairs of the expected instance. - MapEntryMatcher(Map<String, Object>) - Constructor for class org.axonframework.test.matchers.MapEntryMatcher
- markConsumed(Integer) - Method in class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.Notifies the stream observer that [@code consumed} messages are processed by the client.
- markDeleted() - Static method in class org.axonframework.modelling.command.AggregateLifecycle
-
Marks this aggregate as deleted, instructing a repository to remove that aggregate at an appropriate time.
- markError(Throwable) - Method in class org.axonframework.eventhandling.TrackerStatus
- markTouched() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- markTouched() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- markTouched() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- markTouched() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
Construct a copy of this
DeadLetter, replacing theDeadLetter.lastTouched()with the current time. - markTouched() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.axonframework.serialization.GapAwareTrackingTokenConverter
- MATCH - Static variable in interface org.axonframework.messaging.responsetypes.ResponseType
-
Indicates that the response matches with the
Typewhile returning a single result. - MatchAllFieldFilter - Class in org.axonframework.test.matchers
-
FieldFilter that delegates to an arbitrary number of other filters.
- MatchAllFieldFilter(Collection<FieldFilter>) - Constructor for class org.axonframework.test.matchers.MatchAllFieldFilter
-
Initializes a filter that accepts any field that is accepted by all given
filters - MatcherExecutionException - Exception Class in org.axonframework.test.matchers
-
Exception indicating that an error occurred that prevented successful execution of a matcher.
- MatcherExecutionException(String) - Constructor for exception class org.axonframework.test.matchers.MatcherExecutionException
-
Construct the exception with the given
message. - MatcherExecutionException(String, Throwable) - Constructor for exception class org.axonframework.test.matchers.MatcherExecutionException
-
Construct the exception with the given
messageandcause. - Matchers - Class in org.axonframework.test.matchers
-
Utility class containing static methods to obtain instances of (List) Matchers.
- matches(int) - Method in class org.axonframework.eventhandling.Segment
-
Returns
truewhen the mask applied to the given value, matches the segment id. - matches(Object) - Method in class org.axonframework.eventhandling.Segment
-
Indicates whether the given
valuematches this segment. - matches(Object) - Method in class org.axonframework.test.matchers.DeepEqualsMatcher
- matches(Object) - Method in class org.axonframework.test.matchers.EmptyCollectionMatcher
- matches(Object) - Method in class org.axonframework.test.matchers.EqualFieldsMatcher
- matches(Object) - Method in class org.axonframework.test.matchers.ListMatcher
- matches(Object) - Method in class org.axonframework.test.matchers.NullOrVoidMatcher
- matches(Object) - Method in class org.axonframework.test.matchers.PayloadMatcher
- matches(Object) - Method in class org.axonframework.test.matchers.PayloadsMatcher
- matches(Type) - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
-
Match the query handler its response
Typewith this implementation its responseTypeR. - matches(Type) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Match the query handler its response
Typewith this implementation its responseTypeR. - matches(Type) - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
-
Match the query handler its response
Typewith this implementation its responseTypeR. - matches(Type) - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
-
Match the query handler its response
Typewith this implementation its responseTypeR. - matches(Type) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
Match the query handler its response
Typewith theResponseTypeimplementation its expected response typeR. - matches(Predicate<T>) - Static method in class org.axonframework.test.matchers.Matchers
-
Returns a Matcher that matches with values defined by the given
predicate. - matches(CommandMessage<?>) - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
- matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
- matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- matches(CommandMessage<?>) - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
- matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
- matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
- matches(CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
- matches(CommandMessage<?>) - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
-
Indicates whether the given
commandMessagematches this filter. - matches(Message) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
- matches(Message) - Method in class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
- matches(Message) - Method in class org.axonframework.messaging.annotation.FixedValueParameterResolver
- matches(Message) - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
- matches(Message<?>) - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
- matches(Message<?>) - Method in class org.axonframework.eventsourcing.conflictresolution.ConflictResolution
- matches(Message<?>) - Method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
- matches(Message<?>) - Method in interface org.axonframework.messaging.annotation.ParameterResolver
-
Indicates whether this resolver is capable of providing a value for the given
message. - matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.axonframework.spring.config.NoBeanOfType.NoBeanOfTypeDefined
-
Deprecated.
- matchesList(List<T>) - Method in class org.axonframework.test.matchers.ExactSequenceMatcher
- matchesList(List<T>) - Method in class org.axonframework.test.matchers.ListMatcher
-
Evaluates the matcher for argument
item. - matchesList(List<T>) - Method in class org.axonframework.test.matchers.ListWithAllOfMatcher
- matchesList(List<T>) - Method in class org.axonframework.test.matchers.ListWithAnyOfMatcher
- matchesList(List<T>) - Method in class org.axonframework.test.matchers.SequenceMatcher
- matchesSafely(Map<String, Object>) - Method in class org.axonframework.test.matchers.MapEntryMatcher
- matchesSafely(T) - Method in class org.axonframework.test.matchers.EqualsMatcher
- matchesSafely(T) - Method in class org.axonframework.test.matchers.ExactClassMatcher
- matchesSafely(T) - Method in class org.axonframework.test.matchers.PredicateMatcher
- matchesSegment(Segment, String) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
-
Checks whether the given
sagaIdmatches with the givensegment. - matchPositions(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Match the position fields of
thisandthat. - matchRank(Type) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Match the query handler its response
Typewith this implementation its responseTypeR. - matchRank(Type) - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
- matchRank(Type) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
Defines the match and its priority.
- matchRemainder(Iterator<Matcher<? super T>>) - Method in class org.axonframework.test.matchers.ListMatcher
-
Matches all the remaining Matchers in the given
matcherIteratoragainstnull. - matchStates(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Match the boolean state fields of
thisandthat. - MavenArtifactRevisionResolver - Class in org.axonframework.serialization
-
RevisionResolver that uses Maven meta data to retrieve the application version.
- MavenArtifactRevisionResolver(String, String) - Constructor for class org.axonframework.serialization.MavenArtifactRevisionResolver
-
Initialize the RevisionResolver to look for the version in the Meta Data of the artifact with given
groupIdandartifactId. - MavenArtifactRevisionResolver(String, String, ClassLoader) - Constructor for class org.axonframework.serialization.MavenArtifactRevisionResolver
-
Initialize the RevisionResolver to look for the version in the Meta Data of the artifact with given
groupIdandartifactId. - MavenArtifactVersionResolver - Class in org.axonframework.util
-
Artifact version resolver that uses Maven meta data to retrieve the jar version.
- MavenArtifactVersionResolver(String, String, ClassLoader) - Constructor for class org.axonframework.util.MavenArtifactVersionResolver
-
Creates an instance to look for the version in the Meta Data of the artifact with given
groupIdandartifactId. - maxCapacity() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
Specifies the maximum amount of segments this
EventProcessorcan process at the same time. - maxCapacity() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Specifies the maximum amount of segments this
EventProcessorcan process at the same time. - maxCapacity() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- maxClaimedSegments(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Sets the maximum number of segments this instance may claim.
- maxGapOffset(int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
maxGapOffsetspecifying the maximum distance in sequence numbers between a missing event and the event with the highest known index. - maxGapOffset(int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the
maxGapOffsetspecifying the maximum distance in sequence numbers between a missing event and the event with the highest known index. - maxGapOffset(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the
maxGapOffsetspecifying the maximum distance in sequence numbers between a missing event and the event with the highest known index. - maxIndexStatement(Connection, String, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused to retrieve the maximumindexof the sequence identified with the givensequenceIdentifier. - maxIndexStatement(Connection, String, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- maxMessageSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- maxRetryCount(int) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Sets the maximum number of retries allowed for a single command.
- maxSegmentProvider(MaxSegmentProvider) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Defines the maximum number of segment this
StreamingEventProcessormay claim per instance. - MaxSegmentProvider - Interface in org.axonframework.eventhandling.pooled
-
Functional interface returning the maximum amount of segments a
Coordinatormay claim, based on the givenprocessingGroup. - maxSequences(int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the maximum number of unique sequences this
SequencedDeadLetterQueuemay contain. - maxSequences(int) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the maximum number of unique sequences this
SequencedDeadLetterQueuemay contain. - maxSequences(int) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the maximum number of unique sequences this
SequencedDeadLetterQueuemay contain. - maxSequences(int) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
-
Sets the maximum number of sequences this
SequencedDeadLetterQueuemay contain. - maxSequenceSize(int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the maximum amount of
lettersper unique sequences thisSequencedDeadLetterQueuecan store. - maxSequenceSize(int) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the maximum amount of
lettersper unique sequences thisSequencedDeadLetterQueuecan store. - maxSequenceSize(int) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the maximum amount of
lettersper unique sequences thisSequencedDeadLetterQueuecan store. - maxSequenceSize(int) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
-
Sets the maximum amount of
dead lettersper sequence thisSequencedDeadLetterQueuecan store. - maxShort() - Static method in interface org.axonframework.eventhandling.pooled.MaxSegmentProvider
-
A
MaxSegmentProviderthat always returnsShort.MAX_VALUE. - mayClaim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Check if given
ownermay claim this token. - mayClaim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Check if given
ownermay claim this token. - md5Hex(String) - Static method in class org.axonframework.common.digest.Digester
-
Utility method that creates a hex string of the MD5 hash of the given
input - MEDIUM - Enum constant in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
The vulnerability has a medium severity.
- Member - Interface in org.axonframework.commandhandling.distributed
-
Member of a cluster of connected command endpoints.
- MemberAccessibilityCallback - Class in org.axonframework.common
-
PrivilegedAction that makes the given method accessible for reflection.
- MemberAccessibilityCallback(AccessibleObject) - Constructor for class org.axonframework.common.MemberAccessibilityCallback
-
Initialize the callback to make the given
methodaccessible for reflection. - merge(T, T, Supplier<T>) - Static method in class org.axonframework.common.CollectionUtils
-
Merge two collections into a new collection instance.
- mergeableSegmentId() - Method in class org.axonframework.eventhandling.Segment
-
Returns the
segmentIdof the segment this one can be merged with - mergeCompletedPosition() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Return the estimated relative token position this Segment will have after a merge operation is complete.
- mergeCompletedPosition() - Method in class org.axonframework.eventhandling.TrackerStatus
- mergeCompletedPosition() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- merged(TrackingToken, TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
-
Create a merged token using the given
lowerSegmentTokenandupperSegmentToken. - MergedTrackingToken - Class in org.axonframework.eventhandling
-
Special Wrapped Token implementation that keeps track of two separate tokens, of which the streams have been merged into a single one.
- MergedTrackingToken(TrackingToken, TrackingToken) - Constructor for class org.axonframework.eventhandling.MergedTrackingToken
-
Initialize a Merged Token, with the
lowerSegmentTokenrepresenting the progress of the segment with the lower segmentId, andupperSegmentTokenrepresenting the progress of the segment with the higher segmentId. - MergedTrackingToken(TrackingToken, TrackingToken, boolean, boolean) - Constructor for class org.axonframework.eventhandling.MergedTrackingToken
-
Initialize a Merged Token, with the
lowerSegmentTokenrepresenting the progress of the segment with the lower segmentId, andupperSegmentTokenrepresenting the progress of the segment with the higher segmentId, additionally indicating if either of these segments were advanced by the latest call toMergedTrackingToken.advancedTo(TrackingToken) - mergedWith(Map<String, ?>) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instance containing values of
this, combined with the givenadditionalEntries. - mergedWith(Segment) - Method in class org.axonframework.eventhandling.Segment
-
Calculates the Segment that represents the merger of this segment with the given
othersegment. - mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- mergedWith(HandlerAttributes) - Method in interface org.axonframework.messaging.HandlerAttributes
- mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- mergePosition(TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
-
Return the estimated relative token position this Segment will have after a merge operation is complete.
- mergeSegment(int) - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
- mergeSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- mergeSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Instruct the processor to merge the segment with given
segmentIdback with the segment that it was originally split from. - mergeSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- message() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- message() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- message() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- message() - Method in interface org.axonframework.messaging.deadletter.Cause
-
A message describing a cause for dead lettering.
- message() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
The
Messageof typeMcontained in this letter. - message() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- message() - Method in exception class org.axonframework.messaging.deadletter.ThrowableCause
- Message<T> - Interface in org.axonframework.messaging
-
Representation of a Message, containing a Payload and MetaData.
- MESSAGE_ID - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to a message identifier.
- MESSAGE_METADATA - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the
MetaDataof a message. - MESSAGE_REVISION - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the revision of a message.
- MESSAGE_TIMESTAMP - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the timestamp of a message.
- MESSAGE_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the
Messagetype being handled by the handler. - MESSAGE_TYPE - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the payload type of a message.
- MessageAuthorizationDispatchInterceptor<T> - Class in org.axonframework.spring.authorization
-
A
MessageDispatchInterceptorthat adds the {$code authorities} from the authorized principle. - MessageAuthorizationDispatchInterceptor() - Constructor for class org.axonframework.spring.authorization.MessageAuthorizationDispatchInterceptor
- MessageAuthorizationHandlerInterceptor<T> - Class in org.axonframework.spring.authorization
-
A
MessageHandlerInterceptorthat verifies authorization based onSecuredannotations on the payload ofMessages. - MessageAuthorizationHandlerInterceptor() - Constructor for class org.axonframework.spring.authorization.MessageAuthorizationHandlerInterceptor
- MessageCountingMonitor - Class in org.axonframework.metrics
-
Counts the number of ingested, successful, failed and processed messages
- MessageCountingMonitor - Class in org.axonframework.micrometer
-
Counts the number of ingested, successful, failed and processed messages
- MessageCountingMonitor() - Constructor for class org.axonframework.metrics.MessageCountingMonitor
- MessageDecorator<T> - Class in org.axonframework.messaging
-
Abstract implementation of a
Messagethat delegates to an existing message. - MessageDecorator(Message<T>) - Constructor for class org.axonframework.messaging.MessageDecorator
-
Initializes a new decorator with given
delegatemessage. - MessageDispatchInterceptor<T> - Interface in org.axonframework.messaging
-
Interceptor that allows messages to be intercepted and modified before they are dispatched.
- MessageDispatchInterceptorSupport<T> - Interface in org.axonframework.messaging
-
Interface marking components capable of registering Dispatch Interceptors.
- MessageHandler<T> - Interface in org.axonframework.messaging
-
Interface for a component that processes Messages.
- MessageHandler - Annotation Interface in org.axonframework.messaging.annotation
-
Annotation indicating that a member method should be able to respond to
Messages. - messageHandlerBeans(Class<? extends Message<?>>, ConfigurableListableBeanFactory) - Static method in class org.axonframework.spring.config.MessageHandlerLookup
-
Returns a list of beans found in the given
registerthat contain a handler for the givenmessageType. - messageHandlerBeans(Class<? extends Message<?>>, ConfigurableListableBeanFactory, boolean) - Static method in class org.axonframework.spring.config.MessageHandlerLookup
-
Returns a list of beans found in the given
registerthat contain a handler for the givenmessageType. - MessageHandlerConfigurer - Class in org.axonframework.spring.config
-
An implementation of a
ConfigurerModulethat will register a list of beans as handlers for a specific type of message. - MessageHandlerConfigurer(MessageHandlerConfigurer.Type, List<String>) - Constructor for class org.axonframework.spring.config.MessageHandlerConfigurer
-
Registers the beans identified in given
beanRefsas the giventypeof handler with the AxonConfiguration. - MessageHandlerConfigurer.Type - Enum Class in org.axonframework.spring.config
-
Enumeration defining the auto configurable message handler types.
- MessageHandlerInterceptor<T> - Interface in org.axonframework.messaging
-
Workflow interface that allows for customized message handler invocation chains.
- MessageHandlerInterceptor - Annotation Interface in org.axonframework.messaging.interceptors
-
Annotation marking an handler method as an interceptor handler.
- messageHandlerInterceptorConfigurer(EventProcessingConfigurer, Optional<List<MessageHandlerInterceptor<? super EventMessage<?>>>>) - Method in class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- MessageHandlerInterceptorDefinition - Class in org.axonframework.messaging.annotation
-
HandlerEnhancerDefinitionthat marks methods (meta-)annotated withMessageHandlerInterceptoras interceptors. - MessageHandlerInterceptorDefinition() - Constructor for class org.axonframework.messaging.annotation.MessageHandlerInterceptorDefinition
- MessageHandlerInterceptorMemberChain<T> - Interface in org.axonframework.messaging.annotation
-
Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.
- MessageHandlerInterceptorSupport<T> - Interface in org.axonframework.messaging
-
Interface marking components capable of registering Handler Interceptors.
- MessageHandlerInvocationException - Exception Class in org.axonframework.messaging.annotation
-
MessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked message handler.
- MessageHandlerInvocationException(String, Throwable) - Constructor for exception class org.axonframework.messaging.annotation.MessageHandlerInvocationException
-
Initialize the MessageHandlerInvocationException using given
messageandcause. - messageHandlerLookup() - Static method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- MessageHandlerLookup - Class in org.axonframework.spring.config
-
A
BeanDefinitionRegistryPostProcessorimplementation that detects beans with Axon Message handlers and registers anMessageHandlerConfigurerto have these handlers registered in the AxonConfiguration. - MessageHandlerLookup() - Constructor for class org.axonframework.spring.config.MessageHandlerLookup
- MessageHandlerRegistrar - Class in org.axonframework.config
-
The
MessageHandlerRegistrarmanages the lifecycle of a message handling component, by defining aMessageHandlerRegistrar.start()andMessageHandlerRegistrar.shutdown()method and keeping hold of the message handler'sRegistration. - MessageHandlerRegistrar(Supplier<Configuration>, Function<Configuration, Object>, BiFunction<Configuration, Object, Registration>) - Constructor for class org.axonframework.config.MessageHandlerRegistrar
-
Instantiate a
MessageHandlerRegistrar, using the providedconfigSupplierto supply theConfigurationneeded to build and register the message handler. - MessageHandlerTimeout - Annotation Interface in org.axonframework.messaging.annotation
-
Sets the timeout settings of a message handler.
- MessageHandlerTimeoutProperties() - Constructor for class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
- MessageHandlingMember<T> - Interface in org.axonframework.messaging.annotation
-
Interface describing a handler for specific messages targeting entities of a specific type.
- MessageIdentifier - Annotation Interface in org.axonframework.messaging.annotation
-
Annotation indication that a parameter on a Message Handler method should be injected with the identifier of a Message.
- MessageIdentifierParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a
Stringtype that are annotated with theMessageIdentifierannotation and assigns the identifier of the Message. - MessageIdentifierParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.MessageIdentifierParameterResolverFactory
-
Initialize a
ParameterResolverFactoryforMessageIdentifierannotated parameters. - messageIdSpanAttributesProvider() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- MessageIdSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
Adds the message identifier to the Span.
- MessageIdSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.MessageIdSpanAttributesProvider
- MessageInterceptingMember<T> - Interface in org.axonframework.messaging.annotation
-
Marker interface for
MessageHandlingMemberinstances that need to be treated as interceptors, rather than regular members. - messageMonitor(Class<?>, String) - Method in interface org.axonframework.config.Configuration
-
Returns the message monitor configured for a component of given
componentTypeandcomponentName. - messageMonitor(Class<?>, String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
MessageMonitorset to the givencomponentTypeandcomponentNameregistered within this configuration. - messageMonitor(Class<?>, String) - Method in class org.axonframework.config.EventProcessingModule
- messageMonitor(Class<?>, String) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Sets the
MessageMonitorfor generic types implementingCommandMessage, which is used to monitor incoming messages and their execution result. - messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Sets the
MessageMonitorof generic typeCommandMessageused the to monitor the command bus. - messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
MessageMonitorof generic typeCommandMessageused the to monitor the command bus. - messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
MessageMonitorto monitor ingestedEventMessages. - messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
Sets the
MessageMonitorto monitor ingestedEventMessages. - messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Sets the
MessageMonitorto monitorEventMessages before and after they're processed. - messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.
- messageMonitor(MessageMonitor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the
MessageMonitorused to monitor query messages. - MessageMonitor<T> - Interface in org.axonframework.monitoring
-
Specifies a mechanism to monitor message processing.
- MessageMonitor.MonitorCallback - Interface in org.axonframework.monitoring
-
An interface to let the message processor inform the message monitor of the result of processing the message
- messageMonitorFactories - Variable in class org.axonframework.config.EventProcessingModule
- MessageMonitorFactory - Interface in org.axonframework.config
-
Interface describing a factory for a Message Monitor.
- messageNameSpanAttributesProvider() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- MessageNameSpanAttributesProvider - Class in org.axonframework.tracing.attributes
- MessageNameSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.MessageNameSpanAttributesProvider
- messageOriginProvider() - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- MessageOriginProvider - Class in org.axonframework.messaging.correlation
-
CorrelationDataProvider that provides the
identifierof aMessageto other messages that are created as result of processing the first message. - MessageOriginProvider() - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
-
Initializes a
MessageOriginProviderthat uses the default correlation id key:MessageOriginProvider.getDefaultCorrelationKey()and trace id key:MessageOriginProvider.getDefaultTraceKey(). - MessageOriginProvider(String, String) - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
-
Initializes a
MessageOriginProviderthat uses the givencorrelationKey. - MessageProcessingContext<T> - Class in org.axonframework.messaging.unitofwork
-
Maintains the context around the processing of a single Message.
- MessageProcessingContext(T) - Constructor for class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Creates a new processing context for the given
message. - messageSerializer() - Method in interface org.axonframework.config.Configuration
-
Returns the
Serializerdefined in this Configuration to be used for serializing Message payloads and metadata. - messageSerializer() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- messageSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the message
Serializerused to de-/serialize incoming and outgoing queries and query responses. - messageSerializer(Serializer, RevisionResolver) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- messageSource(StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- messageSource(StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- messageSource(SubscribableMessageSource<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Sets the
SubscribableMessageSource(e.g. theEventBus) to which thisEventProcessorimplementation will subscribe itself to receiveEventMessages. - messageTimeoutHandlerEnhancerDefinition(TimeoutProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTimeoutAutoConfiguration
- MessageTimerMonitor - Class in org.axonframework.metrics
-
A
MessageMonitorwhich createsTimerinstances for the overall, success, failure and ignored time an ingestedMessagetakes. - MessageTimerMonitor - Class in org.axonframework.micrometer
-
A
MessageMonitorwhich introduces aTimerfor the overall timer of allMessages being ingested, as well as a success, failure and ignoredTimer. - MessageTimerMonitor() - Constructor for class org.axonframework.metrics.MessageTimerMonitor
-
Deprecated.in favor of the
MessageTimerMonitor.builder() - MessageTimerMonitor(Clock) - Constructor for class org.axonframework.metrics.MessageTimerMonitor
-
Deprecated.in favor of the
MessageTimerMonitor.builder() - MessageTimerMonitor(MessageTimerMonitor.Builder) - Constructor for class org.axonframework.metrics.MessageTimerMonitor
-
Instantiate a
MessageTimerMonitorbased on the fields contained in theMessageTimerMonitor.Builder. - MessageTimerMonitor(MessageTimerMonitor.Builder) - Constructor for class org.axonframework.micrometer.MessageTimerMonitor
-
Instantiate a
MessageTimerMonitorbased on the fields contained in theMessageTimerMonitor.Builder. - MessageTimerMonitor.Builder - Class in org.axonframework.metrics
-
Builder class to instantiate a
MessageTimerMonitor. - MessageTimerMonitor.Builder - Class in org.axonframework.micrometer
-
Builder class to instantiate a
MessageTimerMonitor. - messageType() - Element in annotation interface org.axonframework.messaging.annotation.MessageHandler
-
Specifies the type of message that can be handled by the member method.
- messageType() - Element in annotation interface org.axonframework.messaging.interceptors.ExceptionHandler
-
Specifies the type of message that can be handled by the member method.
- messageType() - Element in annotation interface org.axonframework.messaging.interceptors.MessageHandlerInterceptor
-
Specifies the type of message that can be handled by the member method.
- messageTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
messageTypecolumn name. - messageTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
messageTypecolumn. - messageTypeSpanAttributesProvider() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- MessageTypeSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
Adds the message type (simple class name) to the Span.
- MessageTypeSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.MessageTypeSpanAttributesProvider
- messageWithPayload(Matcher<?>) - Static method in class org.axonframework.test.matchers.Matchers
-
Matches a single Message if the given
payloadMatchermatches that message's payload. - META_DATA_SEQUENCING_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
Stringconstant representing the "meta-data" sequencing policy. - META_DATA_TAGGER_FUNCTION - Static variable in class org.axonframework.micrometer.TagsUtil
-
The function for creating the Micrometer
Tags based on the message metadata. - MetaData - Class in org.axonframework.domain
-
Deprecated.this class is available for backward compatibility with instances that were serialized with Axon 2. Use
MetaDatainstead. - MetaData - Class in org.axonframework.messaging
-
Represents MetaData that is passed along with a payload in a Message.
- MetaData() - Constructor for class org.axonframework.domain.MetaData
-
Deprecated.
- MetaData(Map<String, ?>) - Constructor for class org.axonframework.messaging.MetaData
-
Initializes a MetaData instance with the given
itemsas content. - MetaDataAssociationResolver - Class in org.axonframework.modelling.saga
-
Used to derive the value of an association property by looking it up the event message's
MetaData. - MetaDataAssociationResolver() - Constructor for class org.axonframework.modelling.saga.MetaDataAssociationResolver
- metaDataColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
metaDatacolumn name. - metaDataColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the serialized metadata of the event.
- metaDataColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
metaDatacolumn. - metaDataColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event metadata column.
- MetaDataCommandTargetResolver - Class in org.axonframework.modelling.command
-
CommandTargetResolver implementation that uses MetaData entries to extract the identifier and optionally the version of the aggregate that the command targets.
- MetaDataCommandTargetResolver(String) - Constructor for class org.axonframework.modelling.command.MetaDataCommandTargetResolver
-
Initializes the MetaDataCommandTargetResolver to use the given
identifierKeyas the MetaData key to the aggregate identifier, and anull(ignored) version. - MetaDataCommandTargetResolver(String, String) - Constructor for class org.axonframework.modelling.command.MetaDataCommandTargetResolver
-
Initializes the MetaDataCommandTargetResolver to use the given
identifierKeyas the MetaData key to the aggregate identifier, and the givenversionKeyas key to the (optional) version entry. - MetadataContextGetter - Class in org.axonframework.tracing.opentelemetry
-
This
TextMapGetterimplementation is able to extract the parent OpenTelemetry span context from aMessage. - MetadataContextSetter - Class in org.axonframework.tracing.opentelemetry
-
This
TextMapSetterimplementation is able to insert the current OpenTelemetry span context into aMessage. - MetaDataDeserializer - Class in org.axonframework.serialization.jackson3
-
ValueDeserializer implementation for Jackson 3 that deserializes MetaData instances.
- MetaDataDeserializer - Class in org.axonframework.serialization.json
-
JsonDeserializer implementation for Jackson 2 that deserializes MetaData instances.
- MetaDataDeserializer() - Constructor for class org.axonframework.serialization.jackson3.MetaDataDeserializer
- MetaDataDeserializer() - Constructor for class org.axonframework.serialization.json.MetaDataDeserializer
- metaDataKey(String) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
-
Sets the
metaDataKeysearched for by this routing strategy on aCommandMessage'sMetaDatato base the routing key on. - metaDataKey(String) - Method in class org.axonframework.eventhandling.async.MetaDataSequencingPolicy.Builder
-
Defines the metaDataKey key to be used as a lookup for the property to be used as the Sequence Policy.
- MetaDataRoutingStrategy - Class in org.axonframework.commandhandling.distributed
-
RoutingStrategy implementation that uses the value in the
MetaDataof aCommandMessageassigned to a given key. - MetaDataRoutingStrategy(String) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
Deprecated.in favor of the
MetaDataRoutingStrategy.builder() - MetaDataRoutingStrategy(String, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
Deprecated.in favor of the
MetaDataRoutingStrategy.builder() - MetaDataRoutingStrategy(MetaDataRoutingStrategy.Builder) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
Instantiate a
MetaDataRoutingStrategybased on the fields contained in the givebuilder. - MetaDataRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
-
Builder class to instantiate a
AnnotationRoutingStrategy. - MetaDataSequencingPolicy - Class in org.axonframework.eventhandling.async
-
A
SequencingPolicyimplementation that extracts the sequence identifier from theEventMessage'sMetaData, based on a givenmetaDataKey. - MetaDataSequencingPolicy(MetaDataSequencingPolicy.Builder) - Constructor for class org.axonframework.eventhandling.async.MetaDataSequencingPolicy
-
Instantiate a
MetaDataSequencingPolicybased on the fields contained in theMetaDataSequencingPolicy.Builder. - MetaDataSequencingPolicy.Builder - Class in org.axonframework.eventhandling.async
-
Builder class to instantiate a
MetaDataSequencingPolicy. - metadataSpanAttributesProvider() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- MetadataSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
Adds the metadata of the message to the span as attributes.
- MetadataSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.MetadataSpanAttributesProvider
- MetaDataValue - Annotation Interface in org.axonframework.messaging.annotation
-
Annotation that indicates the parameter needs to be resolved to the value of the Message MetaData stored under the given
key. - meterNamePrefix(String) - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
-
Sets the name used to prefix the names of the
Gaugeinstances created by thisMessageMonitor. - meterNamePrefix(String) - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Sets the name used to prefix the names of the
Timerinstances created by thisMessageMonitor. - meterRegistry() - Static method in class org.axonframework.springboot.autoconfig.MicrometerMetricsAutoConfiguration
- meterRegistry(MeterRegistry) - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
-
Specifies the
MeterRegistryused to registered theGaugeinstances to. - meterRegistry(MeterRegistry) - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Specifies the
MeterRegistryused to registered theTimerinstances to. - MethodAccessedProperty<T> - Class in org.axonframework.common.property
-
Property implementation that invokes a method to obtain a value of a property for a given instance.
- MethodAccessedProperty(Method, String) - Constructor for class org.axonframework.common.property.MethodAccessedProperty
-
Initialize a reader that uses given
accessorMethodto access a property with givenpropertyName. - MethodCommandHandlerDefinition - Class in org.axonframework.commandhandling
-
Implementation of a
HandlerEnhancerDefinitionthat is used forCommandHandlerannotated methods. - MethodCommandHandlerDefinition() - Constructor for class org.axonframework.commandhandling.MethodCommandHandlerDefinition
- MethodCommandHandlerInterceptorDefinition - Class in org.axonframework.modelling.command.inspection
-
Implementation of
HandlerEnhancerDefinitionused forCommandHandlerInterceptorannotated methods. - MethodCommandHandlerInterceptorDefinition() - Constructor for class org.axonframework.modelling.command.inspection.MethodCommandHandlerInterceptorDefinition
- MethodCreationPolicyDefinition - Class in org.axonframework.modelling.command.inspection
-
Implementation of
HandlerEnhancerDefinitionused forCreationPolicyannotated methods. - MethodCreationPolicyDefinition() - Constructor for class org.axonframework.modelling.command.inspection.MethodCreationPolicyDefinition
- methodOf(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Utility function which returns a
Methodmatching the givenmethodNameandparameterTypesin theclazz. - MethodQueryMessageHandlerDefinition - Class in org.axonframework.queryhandling.annotation
-
Definition of handlers that can handle
QueryMessages. - MethodQueryMessageHandlerDefinition() - Constructor for class org.axonframework.queryhandling.annotation.MethodQueryMessageHandlerDefinition
- methodsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns an
Iterableof all the methods declared on the given class and its super classes. - methodsOf(Class<?>, boolean) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns an
Iterableof all the methods declared on the given class. - metricRegistry() - Static method in class org.axonframework.springboot.autoconfig.MetricsAutoConfiguration
- MetricsAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Auto configuration to set up Metrics for the infrastructure components.
- MetricsAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.MetricsAutoConfiguration
- metricsConfigurerModule(GlobalMetricRegistry) - Static method in class org.axonframework.springboot.autoconfig.MetricsAutoConfiguration
- metricsConfigurerModule(GlobalMetricRegistry, MetricsProperties) - Static method in class org.axonframework.springboot.autoconfig.MicrometerMetricsAutoConfiguration
- MetricsConfigurerModule - Class in org.axonframework.metrics
-
Implementation of the
ConfigurerModulewhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenConfigurer. - MetricsConfigurerModule - Class in org.axonframework.micrometer
-
Implementation of the
ConfigurerModulewhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenConfigurer. - MetricsConfigurerModule(GlobalMetricRegistry) - Constructor for class org.axonframework.metrics.MetricsConfigurerModule
- MetricsConfigurerModule(GlobalMetricRegistry) - Constructor for class org.axonframework.micrometer.MetricsConfigurerModule
- MetricsConfigurerModule(GlobalMetricRegistry, boolean) - Constructor for class org.axonframework.micrometer.MetricsConfigurerModule
- MetricsProperties - Class in org.axonframework.springboot
-
Properties describing the settings for Metrics.
- MetricsProperties() - Constructor for class org.axonframework.springboot.MetricsProperties
- MetricsProperties.AutoConfiguration - Class in org.axonframework.springboot
-
Auto configuration specific properties around Metrics.
- MetricsProperties.Micrometer - Class in org.axonframework.springboot
- Micrometer() - Constructor for class org.axonframework.springboot.MetricsProperties.Micrometer
- MicrometerMetricsAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Auto configuration to set up Micrometer Metrics for the infrastructure components.
- MicrometerMetricsAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.MicrometerMetricsAutoConfiguration
- modelFactory() - Method in interface org.axonframework.modelling.saga.metamodel.SagaModel
-
Returns the factory that created this model.
- modelOf(Class<? extends C>) - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Get the EntityModel of an entity of type
childEntityTypein case it is the child of the modeled entity. - modelOf(Class<T>) - Method in class org.axonframework.modelling.saga.metamodel.AnnotationSagaMetaModelFactory
- modelOf(Class<T>) - Method in interface org.axonframework.modelling.saga.metamodel.SagaMetaModelFactory
-
Create a saga meta model for the given
sagaType. - ModuleConfiguration - Interface in org.axonframework.config
-
Interface describing a module for the Axon Configuration API.
- MongoTrackingToken - Class in org.axonframework.mongo.eventsourcing.eventstore
-
Deprecated.this class is available for backward compatibility with instances that were serialized with Axon 3. Use
MongoTrackingTokeninstead. - MongoTrackingToken() - Constructor for class org.axonframework.mongo.eventsourcing.eventstore.MongoTrackingToken
-
Deprecated.
- MonitorAwareCallback<C,
R> - Class in org.axonframework.commandhandling -
Wrapper for a callback that notifies a Message Monitor of the message execution result.
- MonitorAwareCallback(CommandCallback<C, R>, MessageMonitor.MonitorCallback) - Constructor for class org.axonframework.commandhandling.MonitorAwareCallback
-
Initialize a callback wrapped around the
delegatewhich will notify a Message Monitor for the givenmessageMonitorCallback. - MultiCorrelationDataProvider<T> - Class in org.axonframework.messaging.correlation
-
CorrelationDataProvider that combines the data of multiple other correlation providers.
- MultiCorrelationDataProvider(List<? extends CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.correlation.MultiCorrelationDataProvider
-
Initialize the correlation data provider, delegating to given
correlationDataProviders. - MultiEventHandlerInvoker - Class in org.axonframework.eventhandling
-
Implementation of
EventHandlerInvokerwith capabilities to invoke several different invokers. - MultiEventHandlerInvoker(List<EventHandlerInvoker>) - Constructor for class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
Initializes multi invoker with different invokers.
- MultiEventHandlerInvoker(EventHandlerInvoker...) - Constructor for class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
Initializes multi invoker with different invokers.
- MultiHandlerDefinition - Class in org.axonframework.messaging.annotation
-
HandlerDefinition instance that delegates to multiple other instances, in the order provided.
- MultiHandlerDefinition(List<HandlerDefinition>) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Initializes an instance that delegates to the given
delegates, in the order provided. - MultiHandlerDefinition(List<HandlerDefinition>, HandlerEnhancerDefinition) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Initializes an instance that delegates to the given
delegates, in the order provided. - MultiHandlerDefinition(HandlerDefinition...) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Initializes an instance that delegates to the given
delegates, in the order provided. - MultiHandlerEnhancerDefinition - Class in org.axonframework.messaging.annotation
-
HandlerEnhancerDefinition instance that delegates to multiple other instances, in the order provided.
- MultiHandlerEnhancerDefinition(Collection<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
-
Initializes an instance that delegates to the given
delegates, in the order provided. - MultiHandlerEnhancerDefinition(HandlerEnhancerDefinition...) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
-
Initializes an instance that delegates to the given
delegates, in the order provided. - MultiMessageMonitor<T> - Class in org.axonframework.monitoring
-
Delegates messages and callbacks to the given list of message monitors
- MultiMessageMonitor(List<MessageMonitor<? super T>>) - Constructor for class org.axonframework.monitoring.MultiMessageMonitor
-
Initialize a message monitor with the given list of
messageMonitors - MultiMessageMonitor(MessageMonitor<? super T>...) - Constructor for class org.axonframework.monitoring.MultiMessageMonitor
-
Initialize a message monitor with the given
messageMonitors - MultiParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
ParameterResolverFactory instance that delegates to multiple other instances, in the order provided.
- MultiParameterResolverFactory(List<ParameterResolverFactory>) - Constructor for class org.axonframework.messaging.annotation.MultiParameterResolverFactory
-
Initializes an instance that delegates to the given
delegates, in the order provided. - MultiParameterResolverFactory(ParameterResolverFactory...) - Constructor for class org.axonframework.messaging.annotation.MultiParameterResolverFactory
-
Initializes an instance that delegates to the given
delegates, in the order provided. - multipleInstancesOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
-
Specify the desire to retrieve a collection of instances of type
Rwhen performing a query. - MultipleInstancesResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseTypeimplementation that will match with query handlers which return a multiple instances of the expected response type. - MultipleInstancesResponseType(Class<R>) - Constructor for class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Instantiate a
MultipleInstancesResponseTypewith the givenexpectedCollectionGenericTypeas the type to be matched against and which the convert function will use as the generic for theListreturn value. - MultiSourceTrackingToken - Class in org.axonframework.eventhandling
-
A
TrackingTokenimplementation combining severalTrackingTokensinto one. - MultiSourceTrackingToken(Map<String, TrackingToken>) - Constructor for class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Construct a new
MultiSourceTrackingTokenfrom a map of existing tokens. - MultiSpanFactory - Class in org.axonframework.tracing
-
Implementation of a
SpanFactorythat delegates calls to multiple other factories. - MultiSpanFactory(List<SpanFactory>) - Constructor for class org.axonframework.tracing.MultiSpanFactory
-
Creates the
MultiSpanFactorywith the delegate factory implementations that it should use. - MultiStreamableMessageSource - Class in org.axonframework.eventhandling
-
Implementation which allows for tracking processors to process messages from an arbitrary number of sources.
- MultiStreamableMessageSource - Class in org.axonframework.eventsourcing
-
Deprecated.In favor of
MultiStreamableMessageSource. This class belongs in themessagingmodule instead of theeventsourcingmodule. - MultiStreamableMessageSource(MultiStreamableMessageSource.Builder) - Constructor for class org.axonframework.eventhandling.MultiStreamableMessageSource
-
Instantiate a
MultiStreamableMessageSourcebased on the fields contained in theMultiStreamableMessageSource.Builder. - MultiStreamableMessageSource(MultiStreamableMessageSource.Builder) - Constructor for class org.axonframework.eventsourcing.MultiStreamableMessageSource
-
Deprecated.In favor of
MultiStreamableMessageSource(org.axonframework.eventhandling.MultiStreamableMessageSource.Builder). This class belongs in themessagingmodule instead of theeventsourcingmodule. - MultiStreamableMessageSource.Builder - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
MultiStreamableMessageSource. - MultiStreamableMessageSource.Builder - Class in org.axonframework.eventsourcing
-
Deprecated.In favor of
MultiStreamableMessageSource.Builder. This class belongs in themessagingmodule instead of theeventsourcingmodule. - MySqlEventTableFactory - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Jdbc event entry table factory for MySql databases.
- MySqlEventTableFactory() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.MySqlEventTableFactory
N
- name - Variable in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
- name() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
-
Returns the name of the
HandlerSubscription. - name() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- name() - Method in interface org.axonframework.commandhandling.distributed.Member
-
Returns the name of this Member.
- name() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
- name() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Returns the name of this
PooledStreamingEventProcessor. - name(String) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Sets the
nameof thisEventProcessorimplementation. - name(String) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- name(String) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
- name(String) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- negate() - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
- negate() - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- negate() - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
- negate() - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
-
Returns a filter that matches when this instance doesn't, and vice versa.
- NegateCommandMessageFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
A
CommandMessageFilterimplementation that negates the result of anotherCommandMessageFilterinstance. - NegateCommandMessageFilter(CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
-
Initialize a
CommandMessageFilterthat negates results of the the givenfilter. - NestingSpanFactory - Class in org.axonframework.tracing
-
Deprecated.Various components have dedicated tracing SpanFactory interfaces since 4.9.0. This includes the
CommandBus,EventProcessorandQueryBus. Use thedistributedInSameTraceof these instead. - NestingSpanFactory(NestingSpanFactory.Builder) - Constructor for class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.Creates the
NestingSpanFactorybased on theNestingSpanFactory.Builderprovided. - NestingSpanFactory.Builder - Class in org.axonframework.tracing
-
Deprecated.Creates a builder that will create a
NestingSpanFactory. - NEUTRAL - Static variable in annotation interface org.axonframework.common.Priority
-
Value indicating the annotated member should have medium priority, effectively placing it "in the middle".
- NEVER - Enum constant in enum class org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Configuration that never performs a rollback of the unit of work.
- NEVER - Enum constant in enum class org.axonframework.modelling.command.AggregateCreationPolicy
-
Expect instance of the aggregate to exist.
- newInstance(long, Collection<Long>) - Static method in class org.axonframework.eventhandling.GapAwareTrackingToken
- newInstance(String) - Static method in class org.axonframework.common.digest.Digester
-
Creates a new Digester instance for the given
algorithm. - newInstance(Callable<T>) - Method in class org.axonframework.modelling.command.AbstractRepository
- newInstance(Callable<T>) - Method in interface org.axonframework.modelling.command.Repository
-
Creates a new managed instance for the aggregate, using the given
factoryMethodto instantiate the aggregate's root. - newInstance(Callable<T>, Consumer<Aggregate<T>>) - Method in class org.axonframework.modelling.command.AbstractRepository
- newInstance(Callable<T>, Consumer<Aggregate<T>>) - Method in interface org.axonframework.modelling.command.Repository
-
Creates a new managed instance for the aggregate, using the given
factoryMethodto instantiate the aggregate's root, and then applying theinitMethodconsumer to it to perform additional initialization. - newMD5Instance() - Static method in class org.axonframework.common.digest.Digester
-
Creates a new Digester instance for the MD5 Algorithm
- newProcessingScheduler(EventProcessorTask.ShutdownCallback) - Method in class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
-
Creates a new scheduler instance that schedules tasks on the executor service for the managed EventListener.
- newThread(Runnable) - Method in class org.axonframework.common.AxonThreadFactory
- next() - Method in interface org.axonframework.axonserver.connector.event.axon.QueryResultStream
-
Returns the following
QueryResultfrom this stream. - next() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResultStreamAdapter
- next() - Method in class org.axonframework.common.jdbc.PagingJdbcIterable.PagingIterator
- next() - Method in class org.axonframework.common.jpa.PagingJpaQueryIterable.PagingIterator
- next() - Method in class org.axonframework.common.legacyjpa.PagingJpaQueryIterable.PagingIterator
-
Deprecated.
- next() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
-
Returns a new
GlobalSequenceTrackingTokeninstance with sequence number incremented by 1. - next() - Method in class org.axonframework.eventsourcing.eventstore.ConcatenatingDomainEventStream
- next() - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Returns the next events in the stream, if available.
- next() - Method in class org.axonframework.eventsourcing.eventstore.FilteringDomainEventStream
- next() - Method in class org.axonframework.eventsourcing.eventstore.IteratorBackedDomainEventStream
- next(T) - Method in interface org.axonframework.queryhandling.SinkWrapper
-
Wrapper around Sink next(Object).
- nextAndExtract(ResultSet, int, Class<T>) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Moves the
resultSetcursor forward and then read the object at the given column (base 1). - nextAndExtract(ResultSet, int, Class<T>, T) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Moves the
resultSetcursor forward and then read the object at the given column (base 1). - nextAvailable() - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
- nextAvailable() - Method in interface org.axonframework.common.stream.BlockingStream
-
Returns the next available message in the stream.
- nextLetterInSequenceStatement(Connection, String, String, long) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused to retrieve the followingDeadLetterfrom the sequence identified with the givensequenceIdentifier. - nextLetterInSequenceStatement(Connection, String, String, long) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- nextTrackingToken() - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
-
Returns the tracking token to use for the next event to be stored.
- NO_EVENT_STORE_MASTER_AVAILABLE - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- NO_HANDLER_FOR_COMMAND - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- NO_HANDLER_FOR_QUERY - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- NO_MATCH - Static variable in interface org.axonframework.messaging.responsetypes.ResponseType
-
Indicates that the response type does not match with a given
Type. - NoArgumentConstructorCreationPolicyAggregateFactory<A> - Class in org.axonframework.modelling.command
-
Default implementation of
CreationPolicyAggregateFactorythat invokes the default, no-arguments constructor of the aggregate classA. - NoArgumentConstructorCreationPolicyAggregateFactory(Class<? extends A>) - Constructor for class org.axonframework.modelling.command.NoArgumentConstructorCreationPolicyAggregateFactory
-
Construct an instance of the
NoArgumentConstructorCreationPolicyAggregateFactoryfor the given type. - NoBeanOfType - Annotation Interface in org.axonframework.spring.config
-
Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list for which individual beans to register.
- NoBeanOfType.NoBeanOfTypeDefined - Class in org.axonframework.spring.config
-
Deprecated.Condition that checks if a bean with given class already exists in the Spring context.
- NoBeanOfTypeDefined() - Constructor for class org.axonframework.spring.config.NoBeanOfType.NoBeanOfTypeDefined
-
Deprecated.
- NoCache - Class in org.axonframework.common.caching
-
Cache implementation that does absolutely nothing.
- noCommands() - Static method in class org.axonframework.test.matchers.Matchers
-
Matches an empty List of Commands.
- NoConflictResolver - Enum Class in org.axonframework.eventsourcing.conflictresolution
-
Implementation of a
ConflictResolverthat does nothing. - nodeId(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
nodeIdto identify ownership of the tokens. - nodeId(String) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Sets the
nodeIdto identify ownership of the tokens. - nodeId(String) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.Sets the
nodeIdto identify ownership of the tokens. - noEvents() - Static method in class org.axonframework.test.matchers.Matchers
-
Matches an empty List of Events.
- NoHandlerForCommandException - Exception Class in org.axonframework.commandhandling
-
Exception indicating that no suitable command handler could be found for the given command.
- NoHandlerForCommandException(String) - Constructor for exception class org.axonframework.commandhandling.NoHandlerForCommandException
-
Initialize this exception with the given
message. - NoHandlerForCommandException(CommandMessage<?>) - Constructor for exception class org.axonframework.commandhandling.NoHandlerForCommandException
-
Initialize this exception with a message describing the given
CommandMessage. - NoHandlerForQueryException - Exception Class in org.axonframework.queryhandling
-
Exception indicating a query for a single result was executed, but no handlers were found that could provide an answer.
- NoHandlerForQueryException(String) - Constructor for exception class org.axonframework.queryhandling.NoHandlerForQueryException
-
Initialize this exception with the given
message. - NoHandlerForQueryException(QueryMessage<?, ?>) - Constructor for exception class org.axonframework.queryhandling.NoHandlerForQueryException
-
Initialize this exception with a message describing the given
QueryMessage. - NoJpaConverterFoundException - Exception Class in org.axonframework.eventhandling.deadletter.jpa
-
Indicates that the
JpaSequencedDeadLetterQueuecould not resolve a converter based on theDeadLetterEntryorEventMessagethat needed to be converted. - NoJpaConverterFoundException(String) - Constructor for exception class org.axonframework.eventhandling.deadletter.jpa.NoJpaConverterFoundException
-
Constructs a
NoJpaConverterFoundExceptionwith the providedmessage. - NoMoreInterceptors<T> - Class in org.axonframework.messaging.annotation
-
This will implement
MessageHandlerInterceptorMemberChainwith no more interceptors. - NoMoreInterceptors() - Constructor for class org.axonframework.messaging.annotation.NoMoreInterceptors
- NONE - Enum constant in enum class org.axonframework.modelling.saga.SagaCreationPolicy
-
Never create a new Saga instance, even if none exists.
- NONE - Static variable in class org.axonframework.modelling.saga.SagaInitializationPolicy
-
Value indicating there is no Initialization required
- nonEmpty(String) - Static method in class org.axonframework.common.StringUtils
- nonEmptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
- nonNull(T, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis notnull. - NonStaticFieldsFilter - Class in org.axonframework.test.matchers
-
FieldFilter implementation that only accepts non-static Fields.
- NonTransientExceptionClassesPredicate - Class in org.axonframework.commandhandling.gateway
-
A predicate for checking non-transiency of a failure comparing it against configured concrete classes.
- NonTransientExceptionClassesPredicate(Class<? extends Throwable>...) - Constructor for class org.axonframework.commandhandling.gateway.NonTransientExceptionClassesPredicate
-
Initialize the predicate with class(es) that are considered as non-transient.
- nonTransientFailurePredicate(Class<E>, Predicate<? super E>) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Resets the
Predicatechain used for checking non-transiency of a failure. - nonTransientFailurePredicate(Predicate<Throwable>) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Resets the
Predicatechain used for checking non-transiency of a failure. - NonTransientFieldsFilter - Class in org.axonframework.test.matchers
-
FieldFilter implementation that only accepts non-transient Fields.
- noOp() - Static method in interface org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.AxonServerEventStoreConfiguration
-
A
AxonServerEventStoreFactory.AxonServerEventStoreConfigurationwhich does not add any configuration. - noOp() - Static method in interface org.axonframework.axonserver.connector.TargetContextResolver
-
Returns a no-op TargetContextResolver.
- noOp() - Static method in interface org.axonframework.commandhandling.distributed.ConsistentHashChangeListener
-
Returns a No-op version of the functional interface
ConsistentHashChangeListener. - noOp() - Static method in interface org.axonframework.config.EventProcessingConfigurer.DeadLetteringInvokerConfiguration
-
A
EventProcessingConfigurer.DeadLetteringInvokerConfigurationwhich does not add any configuration. - noOp() - Static method in interface org.axonframework.config.EventProcessingConfigurer.PooledStreamingProcessorConfiguration
-
A
EventProcessingConfigurer.PooledStreamingProcessorConfigurationwhich does not add any configuration. - noOp() - Static method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
-
Returns a no-op implementation of the
EventTrackerStatusChangeListener. - NoOpCallback - Class in org.axonframework.commandhandling.callbacks
-
Callback that does absolutely nothing when invoked.
- NoOpCallback() - Constructor for class org.axonframework.commandhandling.callbacks.NoOpCallback
- NoOpCloseHandler() - Constructor for class org.axonframework.common.jdbc.ConnectionWrapperFactory.NoOpCloseHandler
- NoOpEventUpcaster - Enum Class in org.axonframework.serialization.upcasting.event
-
Event upcaster that does nothing.
- NoOpLock - Class in org.axonframework.common.lock
-
No-op implementation of a
Lock. - NoOpMessageMonitor - Enum Class in org.axonframework.monitoring
-
A message monitor that returns a NoOp message callback
- NoOpMessageMonitorCallback - Enum Class in org.axonframework.monitoring
-
A NoOp MessageMonitor callback
- NoOpSpan() - Constructor for class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
- NoOpSpanFactory - Class in org.axonframework.tracing
-
SpanFactoryimplementation that creates aNoOpSpanFactory.NoOpSpan. - NoOpSpanFactory() - Constructor for class org.axonframework.tracing.NoOpSpanFactory
- NoOpSpanFactory.NoOpSpan - Class in org.axonframework.tracing
-
The
Spanimplementation that does nothing. - NoOpTransactionAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- NoOpTransactionAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.NoOpTransactionAutoConfiguration
- NoResourceInjector - Enum Class in org.axonframework.modelling.saga.repository
-
ResourceInjector that does not inject anything.
- NoScopeDescriptor - Class in org.axonframework.messaging
-
A
ScopeDescriptordescribing no active scope. - NoSnapshotTriggerDefinition - Enum Class in org.axonframework.eventsourcing
-
Implementation of
SnapshotTriggerDefinitionthat doesn't trigger snapshots at all. - NoSuchDeadLetterException - Exception Class in org.axonframework.messaging.deadletter
-
An
AxonExceptiondescribing that there is no suchdead letterpresent in aSequencedDeadLetterQueue. - NoSuchDeadLetterException(String) - Constructor for exception class org.axonframework.messaging.deadletter.NoSuchDeadLetterException
-
Constructs an exception based on the given
message. - NOT_RECURSIVE - Static variable in class org.axonframework.common.ReflectionUtils
-
Specifying a reflection operation should not be performed recursive.
- NOT_STARTED - Enum constant in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Indicates the processor has not been started yet.
- NOT_STARTED - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the unit of work has been created but has not been registered with the
CurrentUnitOfWorkyet. - nothing() - Static method in class org.axonframework.test.matchers.Matchers
-
Matches against
nullorvoid. - notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Notify the handlers attached to the given
phase. - notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- notifyHandlers(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- notifyHandlers(UnitOfWork<T>, UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Invoke the handlers in this collection attached to the given
phase. - notNull(Object, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
valueis notnull. - NoTransactionManager - Enum Class in org.axonframework.common.transaction
-
TransactionManager implementation that does nothing.
- NullLockFactory - Enum Class in org.axonframework.common.lock
-
LockFactory implementation that does nothing.
- NullOrVoidMatcher<T> - Class in org.axonframework.test.matchers
-
Matcher that matches against a
nullorvoidvalue. - NullOrVoidMatcher() - Constructor for class org.axonframework.test.matchers.NullOrVoidMatcher
- nullSafeTypeOf(T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the type of the given
instance, if it is notnull. - numberOfResults(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve the desired 'number of results' as a
longfrom the givenprocessingInstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.NR_OF_RESULTS.
O
- objectMapper(ObjectMapper) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Sets the
ObjectMapperused to serialize and parse the objects to JSON. - ObjectMapperAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- ObjectMapperAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.ObjectMapperAutoConfiguration
- ObjectNodeToJsonNodeConverter - Class in org.axonframework.serialization.jackson3
-
A
ContentTypeConverterimplementation for Jackson 3 that converts anObjectNodeobject into aJsonNode. - ObjectNodeToJsonNodeConverter - Class in org.axonframework.serialization.json
-
A
ContentTypeConverterimplementation for Jackson 2 that converts anObjectNodeobject into aJsonNode. - ObjectNodeToJsonNodeConverter() - Constructor for class org.axonframework.serialization.jackson3.ObjectNodeToJsonNodeConverter
- ObjectNodeToJsonNodeConverter() - Constructor for class org.axonframework.serialization.json.ObjectNodeToJsonNodeConverter
- ObjectUtils - Class in org.axonframework.common
-
Miscellaneous object utility methods.
- obtainLock(String) - Method in interface org.axonframework.common.lock.LockFactory
-
Obtain a lock for a resource identified by given
identifier. - obtainLock(String) - Method in enum class org.axonframework.common.lock.NullLockFactory
-
Obtain a lock for a resource identified by given
identifier. - obtainLock(String) - Method in class org.axonframework.common.lock.PessimisticLockFactory
-
Obtain a lock for a resource identified by the given
identifier. - of(Supplier<T>) - Static method in class org.axonframework.serialization.CachingSupplier
-
Factory method for a
CachingSupplierthat delegates to the givensupplierwhen asked to supply a value. - of(List<? extends DomainEventMessage<?>>) - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Create a new DomainEventStream with events obtained from the given
list. - of(Stream<? extends DomainEventMessage<?>>) - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Create a new DomainEventStream with events obtained from the given
stream. - of(Stream<? extends DomainEventMessage<?>>, Supplier<Long>) - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Create a new DomainEventStream with events obtained from the given
stream. - of(DomainEventMessage<?>) - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Create a new DomainEventStream containing only the given
event. - of(DomainEventMessage<?>...) - Static method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Create a new DomainEventStream from the given
events. - of(T) - Static method in class org.axonframework.serialization.CachingSupplier
-
Factory method for a
CachingSupplierthat will supply the givenvalue. - offsetBy(int) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
-
Returns a new
GlobalSequenceTrackingTokeninstance that is the sum of this token's sequence number and the givenoffset. - onChange(TopologyChange) - Method in interface org.axonframework.axonserver.connector.TopologyChangeListener
-
A handler towards a
TopologyChangefrom thecontextthis listener was registered to. - onCleanup(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- onCleanup(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Register given
handlerwith the Unit of Work. - onCommit(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- onCommit(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Register given
handlerwith the Unit of Work. - onCompleted() - Method in class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.
- onCompleted() - Method in class org.axonframework.axonserver.connector.util.ResubscribableStreamObserver
-
Deprecated.
- onConsistentHashChanged(ConsistentHash) - Method in interface org.axonframework.commandhandling.distributed.ConsistentHashChangeListener
-
Notification that a consistent hash has changed.
- onEntryCreated(Object, Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
-
Invoked when a new item has been added to the cache
- onEntryCreated(Object, Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
- onEntryExpired(Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
-
Invoked when an entry has expired.
- onEntryExpired(Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
- onEntryRead(Object, Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
-
Invoked when an item was retrieved from the Cache
- onEntryRead(Object, Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
- onEntryRemoved(Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
-
Invoked when an item was removed from the cache, either following an expiry, or by explicitly calling
Cache.remove(Object). - onEntryRemoved(Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
- onEntryUpdated(Object, Object) - Method in interface org.axonframework.common.caching.Cache.EntryListener
-
Invoked when an item has been updated.
- onEntryUpdated(Object, Object) - Method in class org.axonframework.common.caching.Cache.EntryListenerAdapter
- onError(Exception, EventMessage<?>, EventMessageHandler) - Method in interface org.axonframework.eventhandling.ListenerInvocationErrorHandler
-
Invoked after given
eventListenerfailed to handle givenevent. - onError(Exception, EventMessage<?>, EventMessageHandler) - Method in class org.axonframework.eventhandling.LoggingErrorHandler
- onError(Exception, EventMessage<?>, EventMessageHandler) - Method in enum class org.axonframework.eventhandling.PropagatingErrorHandler
- onError(Exception, EventMessage<?>, EventMessageHandler) - Method in class org.axonframework.test.saga.RecordingListenerInvocationErrorHandler
- onError(Throwable) - Method in class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.
- onError(Throwable) - Method in class org.axonframework.axonserver.connector.util.ResubscribableStreamObserver
-
Deprecated.
- onError(Throwable, QueryMessage<?, ?>, MessageHandler) - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler
- onError(Throwable, QueryMessage<?, ?>, MessageHandler) - Method in interface org.axonframework.queryhandling.QueryInvocationErrorHandler
-
Invoked when an error occurred while invoking a message handler in a scatter-gather query.
- onEvent(CommandHandlingEntry, long, boolean) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
- onEvent(CommandHandlingEntry, long, boolean) - Method in class org.axonframework.disruptor.commandhandling.EventPublisher
- onEventTrackerStatusChange(Map<Integer, EventTrackerStatus>) - Method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
-
Notification that an
EventTrackerStatushas changed. - onInitialize(Consumer<Configuration>) - Method in interface org.axonframework.config.Configurer
-
Register an initialization handler which should be invoked prior to starting this
Configurer. - onMessageIngested(EventMessage<?>) - Method in class org.axonframework.metrics.EventProcessorLatencyMonitor
- onMessageIngested(EventMessage<?>) - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.metrics.CapacityMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.metrics.MessageCountingMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.metrics.MessageTimerMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.metrics.PayloadTypeMessageMonitorWrapper
- onMessageIngested(Message<?>) - Method in class org.axonframework.micrometer.CapacityMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.micrometer.MessageCountingMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.micrometer.MessageTimerMonitor
- onMessageIngested(Message<?>) - Method in class org.axonframework.micrometer.PayloadTypeMessageMonitorWrapper
-
Deprecated.
- onMessageIngested(Message<?>) - Method in enum class org.axonframework.monitoring.NoOpMessageMonitor
- onMessageIngested(T) - Method in interface org.axonframework.monitoring.MessageMonitor
-
Takes a message and returns a callback that should be used to inform the message monitor about the result of processing the message
- onMessageIngested(T) - Method in class org.axonframework.monitoring.MultiMessageMonitor
-
Calls the message monitors with the given message and returns a callback that will trigger all the message monitor callbacks
- onMessagesIngested(Collection<? extends T>) - Method in interface org.axonframework.monitoring.MessageMonitor
-
Takes a collection of messages and returns a map containing events along with their callbacks
- OnMissingQualifiedBeanCondition - Class in org.axonframework.springboot.util
-
Conditionimplementation to check for a bean instance of a specific class *and* a specific qualifier on it, matching if no such bean can be found. - OnMissingQualifiedBeanCondition() - Constructor for class org.axonframework.springboot.util.OnMissingQualifiedBeanCondition
- onNext(T) - Method in class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.
- onNext(V) - Method in class org.axonframework.axonserver.connector.util.ResubscribableStreamObserver
-
Deprecated.
- onPrepareCommit(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- onPrepareCommit(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Register given
handlerwith the Unit of Work. - OnQualifiedBeanCondition - Class in org.axonframework.springboot.util
-
Conditionimplementation to check for a bean instance of a specific class *and* a specific qualifier on it. - OnQualifiedBeanCondition() - Constructor for class org.axonframework.springboot.util.OnQualifiedBeanCondition
- onResult(CommandMessage<?>, CommandResultMessage<?>) - Method in class org.axonframework.commandhandling.callbacks.NoOpCallback
-
Invoked when command handling execution is completed.
- onResult(CommandMessage<?>, CommandResultMessage<?>) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.callbacks.FailureLoggingCallback
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.callbacks.FutureCallback
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in interface org.axonframework.commandhandling.CommandCallback
-
Invoked when command handling execution is completed.
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.gateway.RetryingCallback
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.MonitorAwareCallback
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.commandhandling.WrappedCommandCallback
- onResult(CommandMessage<? extends C>, CommandResultMessage<? extends R>) - Method in class org.axonframework.disruptor.commandhandling.BlacklistDetectingCallback
- onResult(CommandMessage, CommandResultMessage) - Method in class org.axonframework.commandhandling.callbacks.LoggingCallback
- onRollback(Consumer<UnitOfWork<T>>) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- onRollback(Consumer<UnitOfWork<T>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Register given
handlerwith the Unit of Work. - onShutdown() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
- onShutdown(int, Runnable) - Method in interface org.axonframework.config.LifecycleOperations
-
Registers a
shutdownHandlerto be executed in the givenphasewhen the Configuration is shut down. - onShutdown(int, Runnable) - Method in interface org.axonframework.lifecycle.Lifecycle.LifecycleRegistry
-
Registers the given
actionto run during the givenphaseduring shutdown. - onShutdown(int, LifecycleHandler) - Method in class org.axonframework.config.DefaultConfigurer
- onShutdown(int, LifecycleHandler) - Method in interface org.axonframework.config.LifecycleOperations
-
Registers an asynchronous
shutdownHandlerto be executed in the givenphasewhen the Configuration is shut down. - onShutdown(int, LifecycleHandler) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- onShutdown(int, Lifecycle.LifecycleHandler) - Method in interface org.axonframework.lifecycle.Lifecycle.LifecycleRegistry
-
Registers the given
actionto run during the givenphaseduring shutdown. - onShutdown(Runnable) - Method in interface org.axonframework.config.LifecycleOperations
-
Registers a
shutdownHandlerto be executed in the default phase0when the Configuration is shut down. - onStart() - Method in class org.axonframework.disruptor.commandhandling.CommandHandlerInvoker
- onStart(int, Runnable) - Method in interface org.axonframework.config.LifecycleOperations
-
Registers a
startHandlerto be executed in the givenphasewhen this Configuration is started. - onStart(int, Runnable) - Method in interface org.axonframework.lifecycle.Lifecycle.LifecycleRegistry
-
Registers the given
actionto run during the givenphaseduring startup. - onStart(int, LifecycleHandler) - Method in class org.axonframework.config.DefaultConfigurer
- onStart(int, LifecycleHandler) - Method in interface org.axonframework.config.LifecycleOperations
-
Registers an asynchronous
startHandlerto be executed in the givenphasewhen this Configuration is started. - onStart(int, LifecycleHandler) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- onStart(int, Lifecycle.LifecycleHandler) - Method in interface org.axonframework.lifecycle.Lifecycle.LifecycleRegistry
-
Registers the given
actionto run during the givenphaseduring startup. - onStart(Runnable) - Method in interface org.axonframework.config.LifecycleOperations
-
Registers a
startHandlerto be executed in the default phase0when this Configuration is started. - open(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamConnection
-
Initiates the connection to Axon Server to read events from the persistent stream.
- openStream(TrackingToken) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
- openStream(TrackingToken) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
-
Opens a stream for each event source at the specified token position.
- openStream(TrackingToken) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
- openStream(TrackingToken) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore
-
Deprecated.
- openStream(TrackingToken) - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Open a stream containing all messages since given tracking token.
- OpenTelemetryAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Automatically configured the
OpenTelemetrySpanFactoryas the method of providing tracing in Axon Framework. - OpenTelemetryAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.OpenTelemetryAutoConfiguration
- OpenTelemetrySpan - Class in org.axonframework.tracing.opentelemetry
-
Spanimplementation that uses OpenTelemetry'sSpanto provide tracing capabilities to an application. - OpenTelemetrySpan(SpanBuilder) - Constructor for class org.axonframework.tracing.opentelemetry.OpenTelemetrySpan
-
Creates the span, based on the
SpanBuilderprovided. - OpenTelemetrySpanFactory - Class in org.axonframework.tracing.opentelemetry
-
Creates
Spanimplementations that are compatible with OpenTelemetry java agent instrumentation. - OpenTelemetrySpanFactory(OpenTelemetrySpanFactory.Builder) - Constructor for class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
-
Instantiate a
OpenTelemetrySpanFactorybased on the fields contained in theOpenTelemetrySpanFactory.Builder. - OpenTelemetrySpanFactory.Builder - Class in org.axonframework.tracing.opentelemetry
-
Builder class to instantiate a
OpenTelemetrySpanFactory. - optimizeEventConsumption(boolean) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Sets whether event consumption should be optimized between Event Stream.
- optimizeEventConsumption(boolean) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Sets whether event consumption should be optimized between Event Stream.
- optionalExceptionResult() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- optionalExceptionResult() - Method in class org.axonframework.messaging.GenericResultMessage
- optionalExceptionResult() - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- optionalExceptionResult() - Method in interface org.axonframework.messaging.ResultMessage
-
Returns the Exception in case of exceptional result message or an empty
Optionalin case of successful execution. - optionalInstanceOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
-
Specify the desire to retrieve an
Optional<R>when performing a query. - optionallyCopyResourceToContainer(String, String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Map (effectively replace) a directory in Docker with the content of
resourceLocationif the resource location is notnull. - optionallyCopyResourceToContainer(String, String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Map (effectively replace) directory in Docker with the content of resourceLocation if resource location is not null
- OptionalResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseTypeimplementation that will match with query handlers which return a single instance of the expected response type, but returns that as an Optional containing the result. - OptionalResponseType(Class<R>) - Constructor for class org.axonframework.messaging.responsetypes.OptionalResponseType
-
Instantiate a
OptionalResponseTypewith the givenexpectedResponseTypeas the type to be matched against and to which the query response should be converted to. - or(CommandMessageFilter) - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
- or(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- or(CommandMessageFilter) - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
- or(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
- or(CommandMessageFilter) - Method in interface org.axonframework.commandhandling.distributed.CommandMessageFilter
-
Returns a filter that matches when either this instance or the given
othermatches. - Oracle11EventTableFactory - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Oracle 11 doesn't support the data type BIGINT, so NUMBER(19) is used as a substitute instead.
- Oracle11EventTableFactory() - Constructor for class org.axonframework.eventsourcing.eventstore.jdbc.Oracle11EventTableFactory
- Oracle11SagaSqlSchema - Class in org.axonframework.modelling.saga.repository.jdbc
-
Oracle 11 does not support AUTO_INCREMENT.
- Oracle11SagaSqlSchema(SagaSchema) - Constructor for class org.axonframework.modelling.saga.repository.jdbc.Oracle11SagaSqlSchema
-
Initialize a Oracle11SagaSqlSchema using the given
sagaSchema. - Oracle11TokenTableFactory - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
Jdbc token entry table factory for Oracle databases.
- Oracle11TokenTableFactory() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.Oracle11TokenTableFactory
- Oracle11Utils - Class in org.axonframework.common.jdbc
-
Utility class with some specific hacks required to get certain features to work with Oracle v11.
- OrCommandMessageFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
A
CommandMessageFilterimplementation that matches whenever either of the suppliedCommandMessageFilterinstances match. - OrCommandMessageFilter(CommandMessageFilter, CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
-
Initialize the filter to match when either the
firstor thesecondfilter matches. - order() - Method in class org.axonframework.axonserver.connector.ServerConnectorConfigurerModule
- order() - Method in interface org.axonframework.config.ConfigurerModule
-
Returns the relative order this configurer should be invoked, compared to other intstances.
- order() - Method in class org.axonframework.config.UpdateCheckerConfigurerModule
- ordered(Collection<HandlerEnhancerDefinition>) - Static method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
-
Creates a MultiHandlerEnhancerDefinition instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(List<HandlerDefinition>) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Creates a MultiHandlerDefinition instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(List<HandlerDefinition>, HandlerEnhancerDefinition) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Creates a MultiHandlerDefinition instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(List<ParameterResolverFactory>) - Static method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
-
Creates a MultiParameterResolverFactory instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(HandlerDefinition...) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Creates a MultiHandlerDefinition instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(HandlerEnhancerDefinition...) - Static method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
-
Creates a MultiHandlerEnhancerDefinition instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(HandlerEnhancerDefinition, HandlerDefinition...) - Static method in class org.axonframework.messaging.annotation.MultiHandlerDefinition
-
Creates a MultiHandlerDefinition instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - ordered(ParameterResolverFactory...) - Static method in class org.axonframework.messaging.annotation.MultiParameterResolverFactory
-
Creates a MultiParameterResolverFactory instance with the given
delegates, which are automatically ordered based on the@Priorityannotation on their respective classes. - orElse(TargetContextResolver<? super T>) - Method in interface org.axonframework.axonserver.connector.TargetContextResolver
-
Returns a TargetContextResolver that uses
thisinstance to resolve a context for a given message and if it returnsnull, returns the results of theotherresolver instead. - org.axonframework.actuator - package org.axonframework.actuator
- org.axonframework.actuator.axonserver - package org.axonframework.actuator.axonserver
- org.axonframework.axonserver.connector - package org.axonframework.axonserver.connector
- org.axonframework.axonserver.connector.command - package org.axonframework.axonserver.connector.command
- org.axonframework.axonserver.connector.event.axon - package org.axonframework.axonserver.connector.event.axon
- org.axonframework.axonserver.connector.event.util - package org.axonframework.axonserver.connector.event.util
- org.axonframework.axonserver.connector.heartbeat - package org.axonframework.axonserver.connector.heartbeat
- org.axonframework.axonserver.connector.heartbeat.connection.checker - package org.axonframework.axonserver.connector.heartbeat.connection.checker
- org.axonframework.axonserver.connector.heartbeat.source - package org.axonframework.axonserver.connector.heartbeat.source
- org.axonframework.axonserver.connector.processor - package org.axonframework.axonserver.connector.processor
- org.axonframework.axonserver.connector.query - package org.axonframework.axonserver.connector.query
- org.axonframework.axonserver.connector.query.subscription - package org.axonframework.axonserver.connector.query.subscription
- org.axonframework.axonserver.connector.util - package org.axonframework.axonserver.connector.util
- org.axonframework.commandhandling - package org.axonframework.commandhandling
-
Classes that implement the concept of command handling using explicit command objects.
- org.axonframework.commandhandling.callbacks - package org.axonframework.commandhandling.callbacks
- org.axonframework.commandhandling.distributed - package org.axonframework.commandhandling.distributed
- org.axonframework.commandhandling.distributed.commandfilter - package org.axonframework.commandhandling.distributed.commandfilter
- org.axonframework.commandhandling.gateway - package org.axonframework.commandhandling.gateway
- org.axonframework.commandhandling.model - package org.axonframework.commandhandling.model
- org.axonframework.common - package org.axonframework.common
-
Contains common utility classes needed in different components of the framework.
- org.axonframework.common.annotation - package org.axonframework.common.annotation
-
Contains the main classes for annotation support in Axon Framework.
- org.axonframework.common.caching - package org.axonframework.common.caching
-
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
- org.axonframework.common.digest - package org.axonframework.common.digest
- org.axonframework.common.io - package org.axonframework.common.io
- org.axonframework.common.jdbc - package org.axonframework.common.jdbc
- org.axonframework.common.jpa - package org.axonframework.common.jpa
- org.axonframework.common.legacyjpa - package org.axonframework.common.legacyjpa
- org.axonframework.common.lock - package org.axonframework.common.lock
- org.axonframework.common.property - package org.axonframework.common.property
- org.axonframework.common.stream - package org.axonframework.common.stream
- org.axonframework.common.transaction - package org.axonframework.common.transaction
- org.axonframework.config - package org.axonframework.config
- org.axonframework.deadline - package org.axonframework.deadline
- org.axonframework.deadline.annotation - package org.axonframework.deadline.annotation
- org.axonframework.deadline.dbscheduler - package org.axonframework.deadline.dbscheduler
- org.axonframework.deadline.jobrunr - package org.axonframework.deadline.jobrunr
- org.axonframework.deadline.quartz - package org.axonframework.deadline.quartz
- org.axonframework.disruptor.commandhandling - package org.axonframework.disruptor.commandhandling
- org.axonframework.domain - package org.axonframework.domain
- org.axonframework.eventhandling - package org.axonframework.eventhandling
-
Classes related to event handling and dispatching, such as
Event Listenersand theEvent Bus. - org.axonframework.eventhandling.async - package org.axonframework.eventhandling.async
- org.axonframework.eventhandling.deadletter - package org.axonframework.eventhandling.deadletter
- org.axonframework.eventhandling.deadletter.jdbc - package org.axonframework.eventhandling.deadletter.jdbc
- org.axonframework.eventhandling.deadletter.jpa - package org.axonframework.eventhandling.deadletter.jpa
- org.axonframework.eventhandling.deadletter.legacyjpa - package org.axonframework.eventhandling.deadletter.legacyjpa
- org.axonframework.eventhandling.gateway - package org.axonframework.eventhandling.gateway
- org.axonframework.eventhandling.interceptors - package org.axonframework.eventhandling.interceptors
- org.axonframework.eventhandling.pooled - package org.axonframework.eventhandling.pooled
- org.axonframework.eventhandling.replay - package org.axonframework.eventhandling.replay
- org.axonframework.eventhandling.saga - package org.axonframework.eventhandling.saga
- org.axonframework.eventhandling.scheduling - package org.axonframework.eventhandling.scheduling
- org.axonframework.eventhandling.scheduling.dbscheduler - package org.axonframework.eventhandling.scheduling.dbscheduler
- org.axonframework.eventhandling.scheduling.java - package org.axonframework.eventhandling.scheduling.java
- org.axonframework.eventhandling.scheduling.jobrunr - package org.axonframework.eventhandling.scheduling.jobrunr
- org.axonframework.eventhandling.scheduling.quartz - package org.axonframework.eventhandling.scheduling.quartz
- org.axonframework.eventhandling.tokenstore - package org.axonframework.eventhandling.tokenstore
- org.axonframework.eventhandling.tokenstore.inmemory - package org.axonframework.eventhandling.tokenstore.inmemory
- org.axonframework.eventhandling.tokenstore.jdbc - package org.axonframework.eventhandling.tokenstore.jdbc
- org.axonframework.eventhandling.tokenstore.jpa - package org.axonframework.eventhandling.tokenstore.jpa
- org.axonframework.eventhandling.tokenstore.legacyjpa - package org.axonframework.eventhandling.tokenstore.legacyjpa
- org.axonframework.eventsourcing - package org.axonframework.eventsourcing
-
Classes related to event sourcing.
- org.axonframework.eventsourcing.conflictresolution - package org.axonframework.eventsourcing.conflictresolution
- org.axonframework.eventsourcing.eventstore - package org.axonframework.eventsourcing.eventstore
-
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them.
- org.axonframework.eventsourcing.eventstore.inmemory - package org.axonframework.eventsourcing.eventstore.inmemory
- org.axonframework.eventsourcing.eventstore.jdbc - package org.axonframework.eventsourcing.eventstore.jdbc
-
JDBC Implementation of the EventStore.
- org.axonframework.eventsourcing.eventstore.jdbc.statements - package org.axonframework.eventsourcing.eventstore.jdbc.statements
- org.axonframework.eventsourcing.eventstore.jpa - package org.axonframework.eventsourcing.eventstore.jpa
-
JPA Implementation of the EventStore.
- org.axonframework.eventsourcing.eventstore.legacyjpa - package org.axonframework.eventsourcing.eventstore.legacyjpa
- org.axonframework.eventsourcing.snapshotting - package org.axonframework.eventsourcing.snapshotting
- org.axonframework.lifecycle - package org.axonframework.lifecycle
- org.axonframework.messaging - package org.axonframework.messaging
-
Classes related to message processing in Axon Framework.
- org.axonframework.messaging.annotation - package org.axonframework.messaging.annotation
- org.axonframework.messaging.correlation - package org.axonframework.messaging.correlation
- org.axonframework.messaging.deadletter - package org.axonframework.messaging.deadletter
- org.axonframework.messaging.interceptors - package org.axonframework.messaging.interceptors
- org.axonframework.messaging.interceptors.legacyvalidation - package org.axonframework.messaging.interceptors.legacyvalidation
- org.axonframework.messaging.responsetypes - package org.axonframework.messaging.responsetypes
- org.axonframework.messaging.timeout - package org.axonframework.messaging.timeout
- org.axonframework.messaging.unitofwork - package org.axonframework.messaging.unitofwork
- org.axonframework.metrics - package org.axonframework.metrics
- org.axonframework.micrometer - package org.axonframework.micrometer
- org.axonframework.micrometer.reservoir - package org.axonframework.micrometer.reservoir
- org.axonframework.modelling.command - package org.axonframework.modelling.command
- org.axonframework.modelling.command.inspection - package org.axonframework.modelling.command.inspection
- org.axonframework.modelling.command.legacyjpa - package org.axonframework.modelling.command.legacyjpa
- org.axonframework.modelling.saga - package org.axonframework.modelling.saga
- org.axonframework.modelling.saga.metamodel - package org.axonframework.modelling.saga.metamodel
- org.axonframework.modelling.saga.repository - package org.axonframework.modelling.saga.repository
- org.axonframework.modelling.saga.repository.inmemory - package org.axonframework.modelling.saga.repository.inmemory
- org.axonframework.modelling.saga.repository.jdbc - package org.axonframework.modelling.saga.repository.jdbc
- org.axonframework.modelling.saga.repository.jpa - package org.axonframework.modelling.saga.repository.jpa
- org.axonframework.modelling.saga.repository.legacyjpa - package org.axonframework.modelling.saga.repository.legacyjpa
- org.axonframework.mongo.eventsourcing.eventstore - package org.axonframework.mongo.eventsourcing.eventstore
- org.axonframework.monitoring - package org.axonframework.monitoring
- org.axonframework.queryhandling - package org.axonframework.queryhandling
- org.axonframework.queryhandling.annotation - package org.axonframework.queryhandling.annotation
- org.axonframework.queryhandling.registration - package org.axonframework.queryhandling.registration
- org.axonframework.serialization - package org.axonframework.serialization
-
Classes related to message processing in Axon Framework.
- org.axonframework.serialization.avro - package org.axonframework.serialization.avro
- org.axonframework.serialization.converters - package org.axonframework.serialization.converters
- org.axonframework.serialization.jackson3 - package org.axonframework.serialization.jackson3
- org.axonframework.serialization.json - package org.axonframework.serialization.json
- org.axonframework.serialization.upcasting - package org.axonframework.serialization.upcasting
- org.axonframework.serialization.upcasting.event - package org.axonframework.serialization.upcasting.event
- org.axonframework.serialization.xml - package org.axonframework.serialization.xml
- org.axonframework.spring - package org.axonframework.spring
- org.axonframework.spring.authorization - package org.axonframework.spring.authorization
- org.axonframework.spring.config - package org.axonframework.spring.config
- org.axonframework.spring.config.annotation - package org.axonframework.spring.config.annotation
- org.axonframework.spring.event - package org.axonframework.spring.event
- org.axonframework.spring.eventhandling.scheduling.java - package org.axonframework.spring.eventhandling.scheduling.java
- org.axonframework.spring.eventhandling.scheduling.quartz - package org.axonframework.spring.eventhandling.scheduling.quartz
- org.axonframework.spring.eventsourcing - package org.axonframework.spring.eventsourcing
- org.axonframework.spring.jdbc - package org.axonframework.spring.jdbc
- org.axonframework.spring.messaging - package org.axonframework.spring.messaging
-
Utility classes used to connect Axon Event publishing mechanisms to a Spring Messaging Channel.
- org.axonframework.spring.messaging.unitofwork - package org.axonframework.spring.messaging.unitofwork
- org.axonframework.spring.modelling - package org.axonframework.spring.modelling
- org.axonframework.spring.saga - package org.axonframework.spring.saga
- org.axonframework.spring.serialization.avro - package org.axonframework.spring.serialization.avro
- org.axonframework.spring.stereotype - package org.axonframework.spring.stereotype
- org.axonframework.springboot - package org.axonframework.springboot
- org.axonframework.springboot.autoconfig - package org.axonframework.springboot.autoconfig
- org.axonframework.springboot.autoconfig.legacyjpa - package org.axonframework.springboot.autoconfig.legacyjpa
- org.axonframework.springboot.service.connection - package org.axonframework.springboot.service.connection
- org.axonframework.springboot.updates - package org.axonframework.springboot.updates
- org.axonframework.springboot.util - package org.axonframework.springboot.util
- org.axonframework.springboot.util.jpa - package org.axonframework.springboot.util.jpa
- org.axonframework.springboot.util.legacyjpa - package org.axonframework.springboot.util.legacyjpa
- org.axonframework.test - package org.axonframework.test
-
Classes in support of testing Axon based applications.
- org.axonframework.test.aggregate - package org.axonframework.test.aggregate
- org.axonframework.test.deadline - package org.axonframework.test.deadline
- org.axonframework.test.eventscheduler - package org.axonframework.test.eventscheduler
- org.axonframework.test.matchers - package org.axonframework.test.matchers
- org.axonframework.test.saga - package org.axonframework.test.saga
- org.axonframework.test.server - package org.axonframework.test.server
- org.axonframework.test.utils - package org.axonframework.test.utils
-
A collection of classes which may prove useful when testing Axon-based classes.
- org.axonframework.tracing - package org.axonframework.tracing
- org.axonframework.tracing.attributes - package org.axonframework.tracing.attributes
- org.axonframework.tracing.opentelemetry - package org.axonframework.tracing.opentelemetry
- org.axonframework.updates - package org.axonframework.updates
- org.axonframework.updates.api - package org.axonframework.updates.api
- org.axonframework.updates.configuration - package org.axonframework.updates.configuration
- org.axonframework.updates.detection - package org.axonframework.updates.detection
- org.axonframework.util - package org.axonframework.util
- osArch() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the operating system architecture of this update check request.
- osName() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the operating system name of this update check request.
- osVersion() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Returns the operating system version of this update check request.
- OTHER - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- OUTBOUND_COMMAND_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown outbound command and/or query connectors.
- OUTBOUND_EVENT_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown outbound event connectors.
- OUTBOUND_QUERY_CONNECTORS - Static variable in class org.axonframework.lifecycle.Phase
-
Phase to start or shutdown outbound command and/or query connectors.
- OutboundEventMessageChannelAdapter - Class in org.axonframework.spring.messaging
-
Adapter class that sends Events from an event bus to a Spring Messaging Message Channel.
- OutboundEventMessageChannelAdapter(SubscribableMessageSource<EventMessage<?>>, MessageChannel) - Constructor for class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
-
Initialize an adapter to forward messages from the given
messageSourceto the givenchannel. - OutboundEventMessageChannelAdapter(SubscribableMessageSource<EventMessage<?>>, MessageChannel, Predicate<? super EventMessage<?>>) - Constructor for class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
-
Initialize an adapter to forward messages from the given
messageSourceto the givenchannel. - OutboundEventMessageChannelAdapter(SubscribableMessageSource<EventMessage<?>>, MessageChannel, Predicate<? super EventMessage<?>>, EventMessageConverter) - Constructor for class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
-
Initialize an adapter to forward messages from the given
messageSourceto the givenchannel. - OVERRIDE_ONLY - Static variable in class org.axonframework.common.annotation.AnnotationUtils
-
Boolean specifying that a
AnnotationUtils.findAnnotationAttributes(AnnotatedElement, String, boolean)invocation should only contain the exact attributes of the target annotation, overridden by identical attributes on meta-annotated annotations. - ownerColum() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Deprecated.in favor of
TokenSchema.ownerColumn - ownerColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the column containing the name of the machine that is currently the owner of this token.
P
- packageOfObject(Object) - Static method in class org.axonframework.config.EventProcessingModule
-
Gets the package name from the class of the given object.
- packages() - Element in annotation interface org.axonframework.springboot.util.RegisterDefaultEntities
-
An array of package names used by the
DefaultEntityRegistrarto collect entities from. - pageSize(int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Modifies the page size used when retrieving a sequence of dead letters.
- PagingIterator() - Constructor for class org.axonframework.common.jdbc.PagingJdbcIterable.PagingIterator
- PagingIterator() - Constructor for class org.axonframework.common.jpa.PagingJpaQueryIterable.PagingIterator
- PagingIterator() - Constructor for class org.axonframework.common.legacyjpa.PagingJpaQueryIterable.PagingIterator
-
Deprecated.
- PagingJdbcIterable<R> - Class in org.axonframework.common.jdbc
-
Enables iterating through a JDBC query using paging.
- PagingJdbcIterable(TransactionManager, Supplier<Connection>, PagingJdbcIterable.PagingStatementSupplier, int, JdbcUtils.SqlResultConverter<R>, Function<SQLException, RuntimeException>) - Constructor for class org.axonframework.common.jdbc.PagingJdbcIterable
-
Construct a new
Iterableof typeR, utilizing paging queries to retrieve the entries. - PagingJdbcIterable.PagingIterator - Class in org.axonframework.common.jdbc
-
The
Iteratorthat loops through the provided query's pages until it runs out of items. - PagingJdbcIterable.PagingStatementSupplier - Interface in org.axonframework.common.jdbc
-
Describes a function that creates a new
PreparedStatementthat pages results through the givenoffsetandmaxSize, ready to be executed. - PagingJpaQueryIterable<T,
R> - Class in org.axonframework.common.jpa -
Enables iterating through a JPA query using paging while lazily mapping the results when necessary.
- PagingJpaQueryIterable<T,
R> - Class in org.axonframework.common.legacyjpa -
Deprecated.in favor of using
PagingJpaQueryIterablewhich moved to jakarta. - PagingJpaQueryIterable(int, TransactionManager, Supplier<TypedQuery<T>>, Function<T, R>) - Constructor for class org.axonframework.common.jpa.PagingJpaQueryIterable
-
Constructs a new
Iterableusing the providedquerySupplierto construct queries when a new page needs to be fetched. - PagingJpaQueryIterable(int, TransactionManager, Supplier<TypedQuery<T>>, Function<T, R>) - Constructor for class org.axonframework.common.legacyjpa.PagingJpaQueryIterable
-
Deprecated.Constructs a new
Iterableusing the providedquerySupplierto construct queries when a new page needs to be fetched. - PagingJpaQueryIterable.PagingIterator - Class in org.axonframework.common.jpa
-
The
Iteratorthat loops through the provided query's pages until it runs out of items. - PagingJpaQueryIterable.PagingIterator - Class in org.axonframework.common.legacyjpa
-
Deprecated.The
Iteratorthat loops through the provided query's pages until it runs out of items. - ParameterResolver<T> - Interface in org.axonframework.messaging.annotation
-
Interface for a mechanism that resolves handler method parameter values from a given
Message. - parameterResolverFactory() - Method in interface org.axonframework.config.Configuration
-
Returns the Parameter Resolver Factory defined in this Configuration
- parameterResolverFactory(List<ParameterResolverFactory>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Sets the
ParameterResolverFactoryused to resolve parameter values for annotated handlers in theAnnotationEventHandlerAdapterthisEventHandlerInvokerinstantiates. - parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Sets the
ParameterResolverFactoryused to resolve parameter values for annotated handlers in the snapshot aggregate this snapshotter creates. - parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Sets the
ParameterResolverFactoryused to resolve parameters for annotated handlers contained in the Aggregate. - parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
ParameterResolverFactoryused to resolve parameters for annotated handlers contained in the Aggregate. - parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
- parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
-
Sets the
ParameterResolverFactoryused to resolve parameters for annotated handlers for the givensagaType. - parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Sets the
ParameterResolverFactoryused to resolve parameters for annotated handlers for the givensagaType. - parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- ParameterResolverFactory - Interface in org.axonframework.messaging.annotation
-
Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
- parametersMatch(Message<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
-
Checks if the parameter resolvers of this member are compatible with the given
message. - parent() - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- parent() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- parent() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns an optional for the parent of this Unit of Work.
- parse(Throwable) - Static method in class org.axonframework.axonserver.connector.event.util.GrpcExceptionParser
-
Convert the give
exceptioninto aRuntimeException. - parseInstant(CharSequence) - Static method in class org.axonframework.common.DateTimeUtils
-
Parse the given
timestampinto anInstant. - pause() - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
-
Pause this Unit of Work by deregistering it with the
CurrentUnitOfWork. - PAUSED - Enum constant in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Indicates that the processor has been paused.
- PAUSED_ERROR - Enum constant in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Indicates that the processor has been paused due to an error that it was unable to recover from.
- pauseProcessor() - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
- payload(byte[]) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Reads payload from single object encoded byte array.
- PAYLOAD_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the payload type contained in the
Message. - PAYLOAD_TYPE_TAG - Static variable in class org.axonframework.micrometer.TagsUtil
-
The micrometer
Tagkey that represents the Axon message payload type - PAYLOAD_TYPE_TAGGER_FUNCTION - Static variable in class org.axonframework.micrometer.TagsUtil
-
The function for creating the Micrometer
Tags based on the message payload type. - PayloadAssociationResolver - Class in org.axonframework.modelling.saga
-
Used to derive the value of an association property by looking it up the event message's payload.
- PayloadAssociationResolver() - Constructor for class org.axonframework.modelling.saga.PayloadAssociationResolver
- payloadColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
payloadcolumn name. - payloadColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the serialized payload of the event.
- payloadColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
payloadcolumn. - payloadColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event payload column.
- PayloadMatcher<T> - Class in org.axonframework.test.matchers
-
Matcher that matches any message (e.g.
- PayloadMatcher(Matcher<?>) - Constructor for class org.axonframework.test.matchers.PayloadMatcher
-
Constructs an instance with the given
payloadMatcher. - payloadMatching(Class<T>, Predicate<? super T>) - Static method in class org.axonframework.eventsourcing.conflictresolution.Conflicts
-
Returns a
Predicatefor aConflictResolverthat responds affirmative if the payload of any event in a list of unseen events is of givenpayloadTypeand matches the givenmessageFilter. - payloadMatching(Predicate<Object>) - Static method in class org.axonframework.eventsourcing.conflictresolution.Conflicts
-
Returns a
Predicatefor aConflictResolverthat responds affirmative if the payload of any event in a list of unseen events matches the givenmessageFilter. - PayloadParameterResolver - Class in org.axonframework.messaging.annotation
-
Implementation of a
ParameterResolverthat resolves the Message payload as parameter in a handler method. - PayloadParameterResolver(Class<?>) - Constructor for class org.axonframework.messaging.annotation.PayloadParameterResolver
-
Initializes a new
PayloadParameterResolverfor a method parameter of givenpayloadType. - payloadRevision - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- payloadRevision - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- payloadRevisionColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
payloadRevisioncolumn name. - payloadRevisionColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the revision number of the serialized payload.
- payloadRevisionColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
payloadRevisioncolumn. - payloadRevisionColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event payload revision column.
- PayloadsMatcher - Class in org.axonframework.test.matchers
-
Matches a list of Messages if the list of their payloads matches the given matcher..
- PayloadsMatcher(Matcher<? extends Iterable<?>>) - Constructor for class org.axonframework.test.matchers.PayloadsMatcher
-
Constructs an instance that uses the given
matcherto match the payloads. - payloadsMatching(Matcher<? extends List<?>>) - Static method in class org.axonframework.test.matchers.Matchers
-
Matches a list of Messages if a list containing their respective payloads matches the given
matcher. - payloadType - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- payloadType - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- payloadType() - Element in annotation interface org.axonframework.commandhandling.CommandHandler
-
The type of payload expected by this handler.
- payloadType() - Element in annotation interface org.axonframework.deadline.annotation.DeadlineHandler
-
Specifies the type of message payload that can be handled by the member method.
- payloadType() - Element in annotation interface org.axonframework.eventhandling.EventHandler
-
The type of event this method handles.
- payloadType() - Element in annotation interface org.axonframework.eventsourcing.EventSourcingHandler
-
The type of event this method handles.
- payloadType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
-
Returns the sql to describe the type of payload column.
- payloadType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.HsqlEventTableFactory
- payloadType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.MySqlEventTableFactory
- payloadType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.Oracle11EventTableFactory
- payloadType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.PostgresEventTableFactory
- payloadType() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- payloadType() - Element in annotation interface org.axonframework.messaging.annotation.MessageHandler
-
Specifies the type of message payload that can be handled by the member method.
- payloadType() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Returns the payload type of messages that can be processed by this handler.
- payloadType() - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- payloadType() - Element in annotation interface org.axonframework.messaging.interceptors.ExceptionHandler
-
Specifies the type of message payload that can be handled by the member method.
- payloadType() - Element in annotation interface org.axonframework.messaging.interceptors.MessageHandlerInterceptor
-
Specifies the type of message payload that can be handled by the member method.
- payloadType() - Element in annotation interface org.axonframework.modelling.command.CommandHandlerInterceptor
-
Specifies the type of message payload that can be handled by the member method.
- payloadType() - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- payloadType() - Element in annotation interface org.axonframework.modelling.saga.SagaEventHandler
-
The type of event this method handles.
- payloadTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
payloadTypecolumn name. - payloadTypeColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the event payload type.
- payloadTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
payloadTypecolumn. - payloadTypeColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event payload type column.
- PayloadTypeMessageMonitorWrapper<T> - Class in org.axonframework.metrics
-
A
MessageMonitorimplementation which creates a new MessageMonitor for everyMessagepayload type ingested by it. - PayloadTypeMessageMonitorWrapper<T> - Class in org.axonframework.micrometer
-
Deprecated.As of release 4.4, replaced by usings on the monitor implementations. Use
invalid reference
Taginvalid input: 'to achieve the same behavior as this implementation.' - PayloadTypeMessageMonitorWrapper(Function<String, T>) - Constructor for class org.axonframework.micrometer.PayloadTypeMessageMonitorWrapper
-
Deprecated.Create a PayloadTypeMessageMonitorWrapper which builds monitors through a given
monitorSupplierfor every message payload type encountered. - PayloadTypeMessageMonitorWrapper(Function<String, T>, Function<Class<?>, String>) - Constructor for class org.axonframework.micrometer.PayloadTypeMessageMonitorWrapper
-
Deprecated.Create a PayloadTypeMessageMonitorWrapper which builds monitors through a given
monitorSupplierfor every message payload type encountered and sets the monitor name as specified by themonitorNameBuilder. - PayloadTypeMessageMonitorWrapper(Supplier<T>) - Constructor for class org.axonframework.metrics.PayloadTypeMessageMonitorWrapper
-
Create a PayloadTypeMessageMonitorWrapper which builds monitors through a given
monitorSupplierfor every message payload type encountered. - PayloadTypeMessageMonitorWrapper(Supplier<T>, Function<Class<?>, String>) - Constructor for class org.axonframework.metrics.PayloadTypeMessageMonitorWrapper
-
Create a PayloadTypeMessageMonitorWrapper which builds monitors through a given
monitorSupplierfor every message payload type encountered and sets the monitor name as specified by themonitorNameBuilder. - payloadTypeOf(Class<T>) - Static method in class org.axonframework.eventsourcing.conflictresolution.Conflicts
-
Returns a
Predicatefor aConflictResolverthat responds affirmative if the payload type of any event in a list of unseen events is assignable to givenpayloadType. - payloadTypeSpanAttributesProvider() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- PayloadTypeSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
Adds the
payload typeas an attribute to theSpan. - PayloadTypeSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.PayloadTypeSpanAttributesProvider
- peek() - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
- peek() - Method in interface org.axonframework.common.stream.BlockingStream
-
Checks whether or not the next message in the stream is immediately available.
- peek() - Method in class org.axonframework.eventsourcing.eventstore.ConcatenatingDomainEventStream
- peek() - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
-
Returns the next events in the stream, if available, without moving the pointer forward.
- peek() - Method in class org.axonframework.eventsourcing.eventstore.FilteringDomainEventStream
- peek() - Method in class org.axonframework.eventsourcing.eventstore.IteratorBackedDomainEventStream
- performAvroCompatibilityCheck() - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig
-
Returns the flag to perform compatibility checks.
- performAvroCompatibilityCheck(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig.Builder
-
Sets the flag to perform compatibility check during deserialization
- performReset() - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
- performReset() - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Performs any activities that are required to reset the state managed by handlers assigned to this invoker.
- performReset() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- performReset() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- performReset() - Method in class org.axonframework.modelling.saga.AbstractSagaManager
- performReset(Object) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
- performReset(R) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
- performReset(R) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Performs any activities that are required to reset the state managed by handlers assigned to this invoker.
- performReset(R) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- performReset(R) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- performSchemaCompatibilityCheck(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets a flag to perform Avro Schema Compatibility check during deserialization.
- persistenceExceptionResolver(DataSource) - Method in class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
- persistenceExceptionResolver(DataSource) - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- persistenceExceptionResolver(PersistenceExceptionResolver) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Sets the
PersistenceExceptionResolverused to detect concurrency exceptions from the backing database. - persistenceExceptionResolver(PersistenceExceptionResolver) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
- persistenceExceptionResolver(PersistenceExceptionResolver) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
PersistenceExceptionResolverused to detect concurrency exceptions from the backing database. - persistenceExceptionResolver(PersistenceExceptionResolver) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- persistenceExceptionResolver(PersistenceExceptionResolver) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- PersistenceExceptionResolver - Interface in org.axonframework.common.jdbc
-
The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
- PersistentStreamConnection - Class in org.axonframework.axonserver.connector.event.axon
-
A connection instance receiving the events for a persistent stream to pass on in batches of events to an event consumer.
- PersistentStreamConnection(String, Configuration, PersistentStreamProperties, ScheduledExecutorService, int) - Constructor for class org.axonframework.axonserver.connector.event.axon.PersistentStreamConnection
-
Instantiates a connection for a persistent stream.
- PersistentStreamConnection(String, Configuration, PersistentStreamProperties, ScheduledExecutorService, int, String) - Constructor for class org.axonframework.axonserver.connector.event.axon.PersistentStreamConnection
-
Instantiates a connection for a persistent stream.
- PersistentStreamMessageSource - Class in org.axonframework.axonserver.connector.event.axon
-
A
SubscribableMessageSourcethat receives event from a persistent stream from Axon Server. - PersistentStreamMessageSource(String, Configuration, PersistentStreamProperties, ScheduledExecutorService, int) - Constructor for class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSource
-
Instantiates a
PersistentStreamMessageSource. - PersistentStreamMessageSource(String, Configuration, PersistentStreamProperties, ScheduledExecutorService, int, String) - Constructor for class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSource
-
Instantiates a
PersistentStreamMessageSource. - PersistentStreamMessageSourceDefinition - Class in org.axonframework.axonserver.connector.event.axon
-
Definition of a
PersistentStreamMessageSource. - PersistentStreamMessageSourceDefinition(String, PersistentStreamProperties, ScheduledExecutorService, int, String, PersistentStreamMessageSourceFactory) - Constructor for class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSourceDefinition
-
Instantiates a
PersistentStreamMessageSourceDefinitioninstance based on the given parameters. - persistentStreamMessageSourceFactory() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
Creates a bean of type
PersistentStreamMessageSourceFactoryif one is not already defined. - PersistentStreamMessageSourceFactory - Interface in org.axonframework.axonserver.connector.event.axon
-
Functional interface for creating instances of a
PersistentStreamMessageSource. - PersistentStreamMessageSourceRegistrar - Class in org.axonframework.springboot.autoconfig
-
Post-processor to create Spring beans for persistent streams defined in the application context.
- PersistentStreamMessageSourceRegistrar(Environment, PersistentStreamScheduledExecutorBuilder) - Constructor for class org.axonframework.springboot.autoconfig.PersistentStreamMessageSourceRegistrar
-
Instantiates a
PersistentStreamMessageSourceRegistrarinstance. - persistentStreamProcessorsConfigurerModule(EventProcessorProperties, AxonServerConfiguration) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
Creates a
ConfigurerModuleto configuresequencing policiesfor persistent streams connected tosubscribing event processorswith a dead letter queue. - persistentStreamRegistrar(Environment, PersistentStreamScheduledExecutorBuilder) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
Constructs a
PersistentStreamMessageSourceRegistrarto create and register Spring beans for persistent streams. - persistentStreamScheduledExecutorBuilder() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
-
Creates a
PersistentStreamScheduledExecutorBuilderthat constructsScheduledExecutorServicesfor each persistent stream. - PersistentStreamScheduledExecutorBuilder - Interface in org.axonframework.axonserver.connector.event.axon
-
Functional interface towards constructing a
ScheduledExecutorServicefor aPersistentStreamMessageSource. - PersistentStreamSequencingPolicyProvider - Class in org.axonframework.axonserver.connector.event.axon
-
A provider of
SequencingPoliciesfor a givenConfiguration. - PersistentStreamSequencingPolicyProvider(String, String, List<String>) - Constructor for class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
Instantiates a
PersistentStreamSequencingPolicyProviderbased on the given parameters. - PersistentStreamSettings() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
- PessimisticLockFactory - Class in org.axonframework.common.lock
-
Implementation of a
LockFactorythat uses a pessimistic locking strategy. - PessimisticLockFactory(PessimisticLockFactory.Builder) - Constructor for class org.axonframework.common.lock.PessimisticLockFactory
-
Creates an instance of the lock factory using the given
buildercontaining the configuration properties to use. - PessimisticLockFactory.Builder - Class in org.axonframework.common.lock
-
Builder class for the
PessimisticLockFactory. - phase() - Method in interface org.axonframework.config.ModuleConfiguration
-
Deprecated.a
ModuleConfiguration's phase is no longer used, as distinct phases might be necessary for any of the start or shutdown processes added in theModuleConfiguration.initialize(Configuration)method - phase() - Element in annotation interface org.axonframework.lifecycle.ShutdownHandler
-
An
intdefining the moment in the shutdown cycle the member method should be invoked. - phase() - Element in annotation interface org.axonframework.lifecycle.StartHandler
-
An
intdefining the moment in the start cycle the member method should be invoked. - phase() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- phase() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the current phase of the Unit of Work.
- Phase - Class in org.axonframework.lifecycle
-
Utility class containing constants which can be used as input for the
StartHandlerandShutdownHandlerannotations, or components implementing theLifecycleinterface. - PK() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
-
Constructor for JPA
- PK() - Constructor for class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry.PK
-
Constructor for JPA.
- PK(String, int) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
-
Constructs a primary key for a TokenEntry
- platformConnectionManager(AxonServerConfiguration, TagsConfigurationProperties, ManagedChannelCustomizer) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration.DefaultConnectionManagerConfiguration
- platformConnectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the
AxonServerConnectionManagermanaging the connections to the AxonServer platform. - platformConnectionManager(AxonServerConnectionDetails, AxonServerConfiguration, TagsConfigurationProperties, ManagedChannelCustomizer) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration.ConnectionDetailsConnectionManagerConfiguration
- POOLED - Enum constant in enum class org.axonframework.springboot.EventProcessorProperties.Mode
-
Indicates a
PooledStreamingEventProcessorshould be used. - pooledStreamingEventProcessor(String, EventHandlerInvoker, Configuration, StreamableMessageSource<TrackedEventMessage<?>>, EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in class org.axonframework.config.EventProcessingModule
-
Default
PooledStreamingEventProcessorconfiguration based on this configure module. - PooledStreamingEventProcessor - Class in org.axonframework.eventhandling.pooled
-
A
StreamingEventProcessorimplementation which pools its resources to enhance processing speed. - PooledStreamingEventProcessor(PooledStreamingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
Instantiate a
PooledStreamingEventProcessorbased on the fields contained in thePooledStreamingEventProcessor.Builder. - PooledStreamingEventProcessor.Builder - Class in org.axonframework.eventhandling.pooled
-
Builder class to instantiate a
PooledStreamingEventProcessor. - position() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- position() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- position() - Method in class org.axonframework.eventhandling.MergedTrackingToken
- position() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Returns the sum of all positions of the constituent tracking tokens.
- position() - Method in class org.axonframework.eventhandling.ReplayToken
- position() - Method in interface org.axonframework.eventhandling.TrackingToken
-
Return the estimated relative position this token represents.
- postDelete(A) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Perform action that needs to be done directly after deleting an aggregate and committing the aggregate's uncommitted events.
- PostgresEventTableFactory - Class in org.axonframework.eventsourcing.eventstore.jdbc
-
Jdbc table factory for Postgresql databases.
- PostgresSagaSqlSchema - Class in org.axonframework.modelling.saga.repository.jdbc
-
SQL schema supporting PostgreSQL databases.
- PostgresSagaSqlSchema() - Constructor for class org.axonframework.modelling.saga.repository.jdbc.PostgresSagaSqlSchema
-
Initialize a PostgresSagaSqlSchema using the default schema configuration.
- PostgresSagaSqlSchema(SagaSchema) - Constructor for class org.axonframework.modelling.saga.repository.jdbc.PostgresSagaSqlSchema
-
Initialize a PostgresSagaSqlSchema using the given
sagaSchema. - PostgresTokenTableFactory - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
Jdbc token entry table factory for Postgres databases.
- PostgresTokenTableFactory() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
- postProcessAfterInitialization(Object, String) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.MessageHandlerLookup
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringAggregateLookup
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringSagaLookup
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.springboot.autoconfig.PersistentStreamMessageSourceRegistrar
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.spring.config.MessageHandlerLookup
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.spring.config.SpringAggregateLookup
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.spring.config.SpringSagaLookup
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.springboot.autoconfig.PersistentStreamMessageSourceRegistrar
- postProcessBeforeInitialization(Object, String) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.
- postProcessInstance(T) - Method in class org.axonframework.eventsourcing.AbstractAggregateFactory
-
Perform any processing that must be done on an aggregate instance that was reconstructed from a Snapshot Event.
- postSave(A) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Perform action that needs to be done directly after updating an aggregate and committing the aggregate's uncommitted events.
- predicate(Predicate<T>) - Static method in class org.axonframework.test.matchers.Matchers
-
Returns a Matcher that matches with values defined by the given
predicate. - PredicateMatcher<T> - Class in org.axonframework.test.matchers
-
Matcher implementation that delegates the matching to a Predicate.
- PredicateMatcher(Predicate<T>) - Constructor for class org.axonframework.test.matchers.PredicateMatcher
-
Initializes the matcher using given
predicateto test values to match against. - PREPARE_COMMIT - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work is preparing its commit.
- prepareCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Process given
eventswhile the Unit of Work root is preparing for commit. - prepareCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- prepareForCommit(A) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Register handlers with the current Unit of Work that save or delete the given
aggregatewhen the Unit of Work is committed. - prepareForCommit(LockAwareAggregate<T, A>) - Method in class org.axonframework.modelling.command.LockingRepository
- prepareMessageHandlerRegistrars() - Method in class org.axonframework.config.DefaultConfigurer
-
Prepare the registered message handlers
MessageHandlerRegistrarfor initialization. - prepareModules() - Method in class org.axonframework.config.DefaultConfigurer
-
Prepare the registered modules for initialization.
- prepareReset() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
- prepareReset() - Method in interface org.axonframework.eventhandling.EventMessageHandler
-
Performs any activities that are required to reset the state managed by handlers assigned to this handler.
- prepareReset() - Method in interface org.axonframework.modelling.saga.Saga
- prepareReset(Object) - Method in interface org.axonframework.modelling.saga.Saga
- prepareReset(R) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
- prepareReset(R) - Method in interface org.axonframework.eventhandling.EventMessageHandler
-
Performs any activities that are required to reset the state managed by handlers assigned to this handler.
- prepareTrigger(Class<?>) - Method in class org.axonframework.eventsourcing.AggregateLoadTimeSnapshotTriggerDefinition
- prepareTrigger(Class<?>) - Method in class org.axonframework.eventsourcing.EventCountSnapshotTriggerDefinition
- prepareTrigger(Class<?>) - Method in enum class org.axonframework.eventsourcing.NoSnapshotTriggerDefinition
- prepareTrigger(Class<?>) - Method in interface org.axonframework.eventsourcing.SnapshotTriggerDefinition
-
Prepares a new trigger for an aggregate with the given
aggregateIdentifierandaggregateType. - priority() - Method in class org.axonframework.axonserver.connector.PriorityCallable
- priority() - Method in class org.axonframework.axonserver.connector.PriorityRunnable
- priority() - Method in interface org.axonframework.axonserver.connector.PriorityTask
-
Returns the priority of this task.
- priority() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Returns a number representing the priority of this handler over other handlers capable of processing the same message.
- priority() - Method in interface org.axonframework.messaging.annotation.MessageInterceptingMember
- priority() - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- priority() - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- priority() - Method in class org.axonframework.springboot.updates.UpdateCheckConfiguration
- priority() - Method in class org.axonframework.updates.configuration.CommandLineUsagePropertyProvider
- priority() - Method in class org.axonframework.updates.configuration.DefaultUsagePropertyProvider
- priority() - Method in class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
- priority() - Method in class org.axonframework.updates.configuration.HierarchicalUsagePropertyProvider
- priority() - Method in class org.axonframework.updates.configuration.PropertyFileUsagePropertyProvider
- priority() - Method in interface org.axonframework.updates.configuration.UsagePropertyProvider
-
Returns the priority of this property provider.
- priority(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve the priority as a
longfrom the givenprocessingInstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.PRIORITY. - Priority - Annotation Interface in org.axonframework.common
-
Indicates the relative priority of the annotated component.
- PriorityAnnotationComparator<T> - Class in org.axonframework.common.annotation
-
Comparator that compares objects based on the value on an
@Priorityannotation. - priorityCalculator(CommandPriorityCalculator) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
CommandPriorityCalculatorused to deduce the priority of an incoming command among other commands, to give precedence over high(er) valued queries for example. - priorityCalculator(QueryPriorityCalculator) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
QueryPriorityCalculatorused to deduce the priority of an incoming query among other queries, to give precedence over high(er) valued queries for example. - PriorityCallable<T> - Class in org.axonframework.axonserver.connector
-
A wrapper class of
Callablesthat adheres to a priority by implementingPriorityTask. - PriorityCallable(Callable<T>, long, long) - Constructor for class org.axonframework.axonserver.connector.PriorityCallable
-
Construct a priority task.
- PriorityExecutorService - Class in org.axonframework.axonserver.connector.util
-
This
ExecutorServicewraps an existing one, creating aPriorityTaskfor everyRunnablethat is submitted that's an instance of one. - PriorityRunnable - Class in org.axonframework.axonserver.connector
-
A wrapper class of
Runnablesthat adheres to a priority by implementingPriorityTask. - PriorityRunnable(Runnable, long, long) - Constructor for class org.axonframework.axonserver.connector.PriorityRunnable
-
Construct a priority task.
- PriorityTask - Interface in org.axonframework.axonserver.connector
-
Represents a task such as
RunnableorComparablethat adheres to a priority by implementingComparable. - PriorityTaskSchedulers - Interface in org.axonframework.axonserver.connector.util
-
Responsible for creating
Schedulerimplementations relevant to the Axon Server connector. - proceed() - Method in class org.axonframework.messaging.DefaultInterceptorChain
- proceed() - Method in interface org.axonframework.messaging.InterceptorChain
-
Signals the Interceptor Chain to continue processing the message.
- process(Function<DeadLetter<? extends E>, EnqueueDecision<E>>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- process(Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- process(Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- process(Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Process a sequence of enqueued
dead letterswith the givenprocessingTask. - process(Predicate<DeadLetter<? extends E>>, Function<DeadLetter<? extends E>, EnqueueDecision<E>>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- process(Predicate<DeadLetter<? extends M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterProcessor
-
Process a sequence of
dead lettersmatching the givensequenceFilter. - process(Predicate<DeadLetter<? extends M>>, Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- process(Predicate<DeadLetter<? extends M>>, Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- process(Predicate<DeadLetter<? extends M>>, Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- process(Predicate<DeadLetter<? extends M>>, Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Process a sequence of enqueued
dead lettersthrough the givenprocessingTaskmatching thesequenceFilter. - process(Predicate<DeadLetter<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
- process(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
-
Process the given messages.
- processAny() - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterProcessor
-
Process any sequence of
dead lettersbelonging to this component. - processDispatchInterceptors(DeadlineMessage<T>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
Applies registered
MessageDispatchInterceptors to the givenmessage. - processingGroup() - Method in interface org.axonframework.config.SagaConfiguration
-
Gets the Processing Group this Saga is assigned to.
- processingGroup(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the processing group, which is used for storing and querying which processing group a dead-lettered
EventMessagebelonged to. - processingGroup(String) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the processing group, which is used for storing and querying which event processor the deadlettered item belonged to.
- processingGroup(String) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the processing group, which is used for storing and querying which event processor the deadlettered item belonged to.
- ProcessingGroup - Annotation Interface in org.axonframework.config
-
Hint for the Configuration API that the annotated Event Handler object should be assigned to an Event Processor with the specified name.
- processingGroupColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
processingGroupcolumn name. - processingGroupColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
processingGroupcolumn. - processingGroupIndexSql(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
Constructs the SQL to create an index of the
processing group, using the givenschemato deduce the table and column names. - ProcessingInstructionHelper - Class in org.axonframework.axonserver.connector.util
-
Utility class contain helper methods to extract information from
ProcessingInstructions. - processingLoop(Segment) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Fetch and process event batches continuously for as long as the processor is not shutting down.
- processingSegments(TrackingToken, Segment) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Indicates whether the
eventMessageidentified with giventokenshould be processed as part of the givensegment. - processingStartedColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
processingStartedcolumn name. - processingStartedColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
processingStartedcolumn. - processingStatus() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- processingStatus() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Returns the status for each of the segments processed by this processor as
EventTrackerStatusinstances. - processingStatus() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- processingStrategy(EventProcessingStrategy) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Sets the
EventProcessingStrategydetermining whether events are processed directly or asynchronously. - processInterceptors(CommandMessage<C>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Invokes all the dispatch interceptors and returns the CommandMessage instance that should be dispatched.
- processInterceptors(EventMessage<E>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Invokes all the dispatch interceptors and returns the EventMessage instance that should be dispatched.
- processInUnitOfWork(List<? extends EventMessage<?>>, UnitOfWork<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Process a batch of events.
- processInUnitOfWork(List<? extends EventMessage<?>>, UnitOfWork<? extends EventMessage<?>>, Collection<Segment>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Process a batch of events.
- PROCESSOR_NAME_TAG - Static variable in class org.axonframework.micrometer.TagsUtil
-
The micrometer
Tagkey that represents the Axon event processor name - processorConfig - Variable in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
- processorInfoConfiguration(EventProcessingConfiguration, AxonServerConnectionManager, AxonServerConfiguration) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- processorNameColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the column containing the name of the processor to which the token belongs.
- ProcessorSettings() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
- ProcessorSettings() - Constructor for class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
- ProcessRetriesExhaustedException - Exception Class in org.axonframework.common
-
Exception indicating that an action was retried a maximum times, without a good result.
- ProcessRetriesExhaustedException(String) - Constructor for exception class org.axonframework.common.ProcessRetriesExhaustedException
-
Initializes the exception using the given
message. - ProcessRetriesExhaustedException(String, Throwable) - Constructor for exception class org.axonframework.common.ProcessRetriesExhaustedException
-
Initializes the exception using the given
messageandcause. - ProcessUtils - Class in org.axonframework.common
-
Processing utilities.
- producerType(ProducerType) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
ProducerTypeto use by theDisruptor. - projectReactorOnClasspath() - Static method in class org.axonframework.util.ClasspathResolver
-
Return
trueif Project Reactor is on classpath,falseotherwise. - projectReactorOnClassPath() - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
- propagateContext(M) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
- propagateContext(M) - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory
- propagateContext(M) - Method in interface org.axonframework.queryhandling.QueryBusSpanFactory
-
Propagates the context of the current span to the given
queryMessage. - propagateContext(M) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitterSpanFactory
-
Propagates the context of the current span to the given update message.
- propagateContext(M) - Method in class org.axonframework.tracing.LoggingSpanFactory
- propagateContext(M) - Method in class org.axonframework.tracing.MultiSpanFactory
- propagateContext(M) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- propagateContext(M) - Method in class org.axonframework.tracing.NoOpSpanFactory
- propagateContext(M) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- propagateContext(M) - Method in interface org.axonframework.tracing.SpanFactory
-
Propagates the currently active trace and span to the message.
- propagateContext(CommandMessage<T>) - Method in interface org.axonframework.commandhandling.CommandBusSpanFactory
-
Propagates the context of the current span to the given command message.
- propagateContext(CommandMessage<T>) - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory
- propagateContext(DeadlineMessage<T>) - Method in interface org.axonframework.deadline.DeadlineManagerSpanFactory
-
Propagates the context of the current span to the given deadline message.
- propagateContext(DeadlineMessage<T>) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
- propagateContext(EventMessage<T>) - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory
- propagateContext(EventMessage<T>) - Method in interface org.axonframework.eventhandling.EventBusSpanFactory
-
Propagates the context of the current span to the given event message.
- PropagatingErrorHandler - Enum Class in org.axonframework.eventhandling
-
Singleton ErrorHandler implementation that does not do anything.
- PropertiesAxonServerConnectionDetails - Class in org.axonframework.springboot.service.connection
-
An
AxonServerConnectionDetailsimplementation based on a givenAxonServerConfigurationbean. - PropertiesAxonServerConnectionDetails(AxonServerConfiguration) - Constructor for class org.axonframework.springboot.service.connection.PropertiesAxonServerConnectionDetails
-
Constructs a
PropertiesAxonServerConnectionDetailsinstance based on the givenconfiguration. - Property<T> - Interface in org.axonframework.common.property
-
Interface describing a mechanism that can read a predefined property from a given instance.
- PROPERTY_SEQUENCING_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
Stringconstant representing the property sequencing policy. - PropertyAccessException - Exception Class in org.axonframework.common.property
-
Exception indicating that a predefined property is not accessible.
- PropertyAccessException(String, Throwable) - Constructor for exception class org.axonframework.common.property.PropertyAccessException
-
Initializes the PropertyAccessException with given
messageandcause. - PropertyAccessStrategy - Class in org.axonframework.common.property
-
Abstract Strategy that provides access to all PropertyAccessStrategy implementations.
- PropertyAccessStrategy() - Constructor for class org.axonframework.common.property.PropertyAccessStrategy
- propertyExtractor(Function<T, K>) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
-
Defines the property extractor, a function which is applied to the event message payload to extract the sequence identifier.
- PropertyFileUsagePropertyProvider - Class in org.axonframework.updates.configuration
-
A
UsagePropertyProviderthat reads the AxonIQ Data Collection properties from a file located at~/.axoniq/update-checker.properties. - PropertyFileUsagePropertyProvider() - Constructor for class org.axonframework.updates.configuration.PropertyFileUsagePropertyProvider
- propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.AbstractMethodPropertyAccessStrategy
- propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.DirectPropertyAccessStrategy
- propertyFor(Class<? extends T>, String) - Method in class org.axonframework.common.property.PropertyAccessStrategy
-
Returns a Property instance for the given
property, defined in giventargetClass, ornullif no such property is found on the class. - propertyName(String) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy.Builder
-
Defines the name of the property to be extracted as sequence identifier.
- PropertySequencingPolicy<T,
K> - Class in org.axonframework.eventhandling.async -
A
SequencingPolicyimplementation that extracts the sequence identifier from the event message payload based on a given property or property extractor. - PropertySequencingPolicy(PropertySequencingPolicy.Builder) - Constructor for class org.axonframework.eventhandling.async.PropertySequencingPolicy
-
Instantiate a
PropertySequencingPolicybased on the fields contained in thePropertySequencingPolicy.Builder. - PropertySequencingPolicy.Builder<T,
K> - Class in org.axonframework.eventhandling.async -
Builder class to instantiate a
PropertySequencingPolicy. - provideForMessage(Message<?>) - Method in class org.axonframework.tracing.attributes.AggregateIdentifierSpanAttributesProvider
- provideForMessage(Message<?>) - Method in class org.axonframework.tracing.attributes.MessageIdSpanAttributesProvider
- provideForMessage(Message<?>) - Method in class org.axonframework.tracing.attributes.MessageNameSpanAttributesProvider
- provideForMessage(Message<?>) - Method in class org.axonframework.tracing.attributes.MessageTypeSpanAttributesProvider
- provideForMessage(Message<?>) - Method in class org.axonframework.tracing.attributes.MetadataSpanAttributesProvider
- provideForMessage(Message<?>) - Method in class org.axonframework.tracing.attributes.PayloadTypeSpanAttributesProvider
- provideForMessage(Message<?>) - Method in interface org.axonframework.tracing.SpanAttributesProvider
- provideScopeAwareStream(ScopeDescriptor) - Method in class org.axonframework.config.ConfigurationScopeAwareProvider
- provideScopeAwareStream(ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAwareProvider
-
Retrieve a
StreamofScopeAwarecomponents, by performing a check whether that component is able to handle aScopedescribed by aScopeDescriptor. - psepConfigs - Variable in class org.axonframework.config.EventProcessingModule
- publish(Object) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Publishes (dispatches) an event.
- publish(Object...) - Method in interface org.axonframework.eventhandling.gateway.EventGateway
-
Publish a collection of events on this bus (one, or multiple).
- publish(String, String) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
This function should only be called via Jobrunr when a scheduled event was triggered.
- publish(String, String, String) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
This function should only be called via Jobrunr when a scheduled event was triggered.
- publish(List<?>) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway
- publish(List<?>) - Method in interface org.axonframework.eventhandling.gateway.EventGateway
-
Publish a collection of events on this bus (one, or multiple).
- publish(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
- publish(List<? extends EventMessage<?>>) - Method in interface org.axonframework.eventhandling.EventBus
-
Publish a collection of events on this bus (one, or multiple).
- publish(M) - Method in interface org.axonframework.axonserver.connector.Publisher
-
Deprecated.Publishes the given
message - publish(EventMessage<?>) - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
- publish(EventMessage<?>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Publish an event to the aggregate root and its entities first and external event handlers (using the given event bus) later.
- publish(EventMessage<?>...) - Method in interface org.axonframework.eventhandling.EventBus
-
Publish a collection of events on this bus (one, or multiple).
- publish(EventMessage<?>, P) - Method in class org.axonframework.modelling.command.inspection.AnnotatedChildEntity
- publish(EventMessage<?>, T) - Method in interface org.axonframework.modelling.command.inspection.ChildEntity
-
Publish the given
msgto the appropriate handlers on the givendeclaringInstance. - publish(EventMessage<?>, T) - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Publish given event
messageon the giventargetentity. - publishAll(List<?>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Publishes (dispatches) the given
Listofevents. - published(Object...) - Method in interface org.axonframework.test.saga.GivenAggregateEventPublisher
-
Register the given
eventsas being published somewhere in the past. - Publisher<M> - Interface in org.axonframework.axonserver.connector
-
Deprecated.in through use of the AxonServer java connector
- PUBLISHER_MATCH - Static variable in class org.axonframework.messaging.responsetypes.PublisherResponseType
-
Indicates that the response matches with the
Typewhile returning a publisher result. - publisherInterceptors(List<MessageHandlerInterceptor<CommandMessage<?>>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Configures the
MessageHandlerInterceptorof generic typeCommandMessageto use with theDisruptorCommandBusduring the publication of changes. - publisherOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
-
Specify the desire to retrieve a Publisher (reactive stream) of instances of type
Rwhen performing a query. - PublisherResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseTypeimplementation that will match with query handlers that return aPublisherstream of the expected response type. - PublisherResponseType(Class<?>) - Constructor for class org.axonframework.messaging.responsetypes.PublisherResponseType
-
Instantiate a
PublisherResponseTypewith the givenexpectedResponseTypeas the type to be matched against and to which the query response should be converted to. - publisherThreadCount(int) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the number of Threads that should be used to store and publish the generated Events.
- publishes(Object) - Method in interface org.axonframework.test.saga.WhenAggregateEventPublisher
-
Register the given
eventto be published on behalf of an aggregate. - publishes(Object, Map<String, ?>) - Method in interface org.axonframework.test.saga.WhenAggregateEventPublisher
-
Register the given
eventto be published on behalf of an aggregate, with given additionalmetaData. - publishFailureFor(String, String) - Method in interface org.axonframework.axonserver.connector.InstructionResultPublisher
-
Deprecated.Notifies to Axon Server a failure during the execution of the specified instruction.
- publishFailureFor(String, Throwable) - Method in interface org.axonframework.axonserver.connector.InstructionResultPublisher
-
Deprecated.Notifies to Axon Server a failure during the execution of the specified instruction.
- publishOnEventBus(EventMessage<?>) - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
- publishOnEventBus(EventMessage<?>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Publish an event to external event handlers using the given event bus.
- publishSuccessFor(String) - Method in interface org.axonframework.axonserver.connector.InstructionResultPublisher
-
Deprecated.Notifies to Axon Server a successful execution of the specified instruction.
- publishWithRevision(String, String, String) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
This function should only be called via Jobrunr when a scheduled event was triggered.
- publishWithRevision(String, String, String, String) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
This function should only be called via Jobrunr when a scheduled event was triggered.
- pulse() - Method in interface org.axonframework.axonserver.connector.heartbeat.HeartbeatSource
-
Deprecated.Send an heartbeat to AxonServer
- pulse() - Method in class org.axonframework.axonserver.connector.heartbeat.source.GrpcHeartbeatSource
-
Deprecated.Send an heartbeat to AxonServer
- put(Object, Object) - Method in interface org.axonframework.common.caching.Cache
-
Stores the given
valuein the cache, under givenkey. - put(Object, Object) - Method in class org.axonframework.common.caching.EhCache3Adapter
- put(Object, Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- put(Object, Object) - Method in class org.axonframework.common.caching.JCacheAdapter
- put(Object, Object) - Method in class org.axonframework.common.caching.NoCache
- put(Object, Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
- put(String, Object) - Method in class org.axonframework.messaging.MetaData
-
This operation is not supported.
- putAll(Map<? extends String, ?>) - Method in class org.axonframework.messaging.MetaData
-
This operation is not supported.
- putIfAbsent(Object, Object) - Method in interface org.axonframework.common.caching.Cache
-
Stores the given
valuein the cache, under givenkey, if no element is yet available under that key. - putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.EhCache3Adapter
- putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.JCacheAdapter
- putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.NoCache
- putIfAbsent(Object, Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
Q
- qualifier() - Element in annotation interface org.axonframework.springboot.util.ConditionalOnMissingQualifiedBean
-
The qualifier which all instances of the given {code beanClass} in the
ApplicationContextwill be matched for. - qualifier() - Element in annotation interface org.axonframework.springboot.util.ConditionalOnQualifiedBean
-
The qualifier which all instances of the given {code beanClass} in the
ApplicationContextwill be matched for. - QuartzDeadlineManager - Class in org.axonframework.deadline.quartz
-
Implementation of
DeadlineManagerthat delegates scheduling and triggering to a QuartzScheduler. - QuartzDeadlineManager(QuartzDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.quartz.QuartzDeadlineManager
-
Instantiate a
QuartzDeadlineManagerbased on the fields contained in theQuartzDeadlineManager.Builder. - QuartzDeadlineManager.Builder - Class in org.axonframework.deadline.quartz
-
Builder class to instantiate a
QuartzDeadlineManager. - QuartzEventScheduler - Class in org.axonframework.eventhandling.scheduling.quartz
-
EventScheduler implementation that delegates scheduling and triggering to a Quartz Scheduler.
- QuartzEventScheduler(QuartzEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
Instantiate a
QuartzEventSchedulerbased on the fields contained in theQuartzEventScheduler.Builder. - QuartzEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.quartz
-
Builder class to instantiate a
QuartzEventScheduler. - QuartzEventScheduler.DirectEventJobDataBinder - Class in org.axonframework.eventhandling.scheduling.quartz
- QuartzEventSchedulerFactoryBean - Class in org.axonframework.spring.eventhandling.scheduling.quartz
-
Spring FactoryBean that creates a QuartzEventScheduler instance using resources found in the Spring Application Context.
- QuartzEventSchedulerFactoryBean() - Constructor for class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
- QuartzScheduleToken - Class in org.axonframework.eventhandling.scheduling.quartz
-
ScheduleToken implementation representing a scheduled Quartz Job.
- QuartzScheduleToken(String, String) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
-
Initialize a token for the given
jobIdentifierandgroupIdentifier. - query(String, boolean) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
- query(String, Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBus, expecting a response with the givenresponseTypefrom a single source. - query(String, Q, ResponseType<R>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
- query(String, Q, ResponseType<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBus, expecting a response in the form ofresponseTypefrom a single source. - query(QueryMessage<Q, R>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- query(QueryMessage<Q, R>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given
queryto a single QueryHandler subscribed to the givenquery's queryName and responseType. - query(QueryMessage<Q, R>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
- query(Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBus, expecting a response with the givenresponseTypefrom a single source. - query(Q, ResponseType<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBus, expecting a response in the form ofresponseTypefrom a single source. - QUERY - Enum constant in enum class org.axonframework.spring.config.MessageHandlerConfigurer.Type
-
Lists the message handler for
QueryMessages. - QUERY_DISPATCH_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- QUERY_EXECUTION_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- QUERY_EXECUTION_NON_TRANSIENT_ERROR - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- QUERY_HANDLER_ADDED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
A change type signalling a query handler was added.
- QUERY_HANDLER_REMOVED - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
A change type signalling a query handler was removed.
- QUERY_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the name of the
QueryMessagethe handler can handle. - queryBus() - Method in interface org.axonframework.config.Configuration
- queryBus() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- queryBus(AxonServerConnectionManager, AxonServerConfiguration, Configuration, TransactionManager, Serializer, Serializer, QueryPriorityCalculator, QueryInvocationErrorHandler, TargetContextResolver<? super QueryMessage<?, ?>>) - Method in class org.axonframework.springboot.autoconfig.AxonServerBusAutoConfiguration
- queryBus(Configuration, TransactionManager) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- queryBus(QueryBus) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
- QueryBus - Interface in org.axonframework.queryhandling
-
The mechanism that dispatches Query objects to their appropriate QueryHandlers.
- QueryBusProperties() - Constructor for class org.axonframework.springboot.TracingProperties.QueryBusProperties
- queryBusSpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- QueryBusSpanFactory - Interface in org.axonframework.queryhandling
-
Span factory that creates spans for the
QueryBus. - queryDispatchInterceptorConfigurer(QueryGateway, Optional<List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>>>) - Method in class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- QueryExecutionException - Exception Class in org.axonframework.queryhandling
-
Exception indicating that the execution of a Query Handler has resulted in an exception.
- QueryExecutionException(String, Throwable) - Constructor for exception class org.axonframework.queryhandling.QueryExecutionException
-
Initializes the exception with given
messageandcause - QueryExecutionException(String, Throwable, Object) - Constructor for exception class org.axonframework.queryhandling.QueryExecutionException
-
Initializes the exception with given
message,causeanddetails. - QueryExecutionException(String, Throwable, Object, boolean) - Constructor for exception class org.axonframework.queryhandling.QueryExecutionException
-
Initializes the exception with given
message,cause,detailsandwritableStackTrace - queryExecutorServiceBuilder(ExecutorServiceBuilder) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
ExecutorServiceBuilderwhich builds anExecutorServicebased on a givenAxonServerConfigurationandBlockingQueueofRunnable. - queryFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- queryGateway() - Method in interface org.axonframework.config.Configuration
-
Returns the Query Gateway defined in this Configuration.
- queryGateway(QueryBus) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- queryGateway(QueryBus) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- QueryGateway - Interface in org.axonframework.queryhandling
-
Interface towards the Query Handling components of an application.
- QueryHandler - Annotation Interface in org.axonframework.queryhandling
-
Marker annotation to mark any method on an object as being a QueryHandler.
- QueryHandlerAdapter - Interface in org.axonframework.queryhandling
-
Describes a class capable of subscribing to the query bus.
- queryHandlerInterceptorConfigurer(QueryBus, Optional<List<MessageHandlerInterceptor<? super QueryMessage<?, ?>>>>) - Method in class org.axonframework.springboot.autoconfig.InterceptorAutoConfiguration
- QueryHandlerSubscriber - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
MessageHandlerLookupandMessageHandlerConfigurer. - QueryHandlerSubscriber() - Constructor for class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- QueryHandlingMember<T> - Interface in org.axonframework.queryhandling.annotation
-
Interface indicating that a MessageHandlingMember is capable of handling specific query messages.
- queryInProgressAwait(Duration) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
query in progress await timeoutused to await the successful termination of queries in progress. - queryInvocationErrorHandler() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- QueryInvocationErrorHandler - Interface in org.axonframework.queryhandling
-
Interface describing a mechanism for the QueryMessage components to report errors.
- QueryMessage<T,
R> - Interface in org.axonframework.queryhandling -
Message type that carries a Query: a request for information.
- queryName() - Element in annotation interface org.axonframework.queryhandling.QueryHandler
-
The name of the Query this handler listens to.
- queryName(Object) - Static method in interface org.axonframework.queryhandling.QueryMessage
-
Extracts the
queryNamefrom the givenpayloadOrMessage, with three possible outcomes: ThepayloadOrMessageis an instance ofQueryMessage-QueryMessage.getQueryName()is returned. ThepayloadOrMessageis an instance ofMessage- the name ofMessage.getPayloadType()is returned. ThepayloadOrMessageis the query payload -Class.getName()is returned. - queryPageSize(int) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Modifies the page size used when retrieving a sequence of dead letters.
- queryPageSize(int) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Modifies the page size used when retrieving a sequence of dead letters.
- queryPriorityCalculator() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- QueryPriorityCalculator - Interface in org.axonframework.axonserver.connector.query
-
Calculate the priority of
QueryMessagebased on its content. - queryResponseExecutorServiceBuilder(ExecutorServiceBuilder) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
ExecutorServiceBuilderwhich builds anExecutorServicebased on a givenAxonServerConfigurationandBlockingQueueofRunnable. - QueryResponseMessage<T> - Interface in org.axonframework.queryhandling
-
Message that contains the results of a Query.
- QueryResult - Class in org.axonframework.axonserver.connector.event.axon
-
Single result row from a Query to the AxonServer.
- QueryResult(EventQueryResultEntry) - Constructor for class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Constructs a QueryResult from the given
entry. - QueryResultStream - Interface in org.axonframework.axonserver.connector.event.axon
-
Iterator to process the results of a query.
- QueryResultStreamAdapter - Class in org.axonframework.axonserver.connector.event.axon
- QueryResultStreamAdapter(ResultStream<EventQueryResultEntry>) - Constructor for class org.axonframework.axonserver.connector.event.axon.QueryResultStreamAdapter
-
Construct a
QueryResultStreamAdapterdeferring calls to the givenresultStream. - QuerySerializer - Class in org.axonframework.axonserver.connector.query
-
Converter between Axon Framework
QueryMessageandQueryResponseMessageand Axon Server gRPCQueryandQueryResponsemessages. - QuerySerializer(Serializer, Serializer, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.query.QuerySerializer
-
Instantiate a serializer used to convert Axon
QueryMessages andQueryResponseMessages into Axon Server gRPC messages and vice versa. - QuerySubscription<R> - Class in org.axonframework.queryhandling
-
Encapsulates the identifying fields of a Query Handler when one is subscribed to the
QueryBus. - QuerySubscription(Type, MessageHandler<? super QueryMessage<?, R>>) - Constructor for class org.axonframework.queryhandling.QuerySubscription
- queryUpdateEmitter() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- queryUpdateEmitter() - Method in interface org.axonframework.config.Configuration
-
Returns the Query Update Emitter in this Configuration.
- queryUpdateEmitter() - Method in interface org.axonframework.queryhandling.QueryBus
-
Gets the
QueryUpdateEmitterassociated with thisQueryBus. - queryUpdateEmitter() - Method in class org.axonframework.queryhandling.SimpleQueryBus
- queryUpdateEmitter() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- queryUpdateEmitter(Configuration) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- queryUpdateEmitter(QueryUpdateEmitter) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the
QueryUpdateEmitterused to emits updates for theQueryBus.subscriptionQuery(SubscriptionQueryMessage). - QueryUpdateEmitter - Interface in org.axonframework.queryhandling
-
Component which informs subscription queries about updates, errors and when there are no more updates.
- queryUpdateEmitterSpanFactory(SpanFactory) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- QueryUpdateEmitterSpanFactory - Interface in org.axonframework.queryhandling
-
Span factory that creates spans for the
QueryUpdateEmitter. - queryUpdateHandlerRegistered(SubscriptionQueryMessage<?, ?, ?>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Checks whether there is a query update handler for a given
query. - queryUpdateHandlerRegistered(SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- queue(SequencedDeadLetterQueue<EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Sets the
SequencedDeadLetterQueuethisEventHandlerInvokermaintains dead letters with. - queuedMessages() - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Returns a list of all the events staged for publication in this Unit of Work.
- queueLengthThreshold(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
-
Defines the maximum number of queued threads to allow for this lock.
R
- RANDOM_KEY - Enum constant in enum class org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
Policy that indicates a random key is to be returned when no Routing Key can be found for a Command Message.
- readAssociationValues(ResultSet) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- readAssociationValues(ResultSet) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Reads a Set of AssociationValues from the given
resultSet, which has been returned by executing the Statement returned fromSagaSqlSchema.sql_findAssociations(Connection, String, String). - readData(Class<T>) - Method in class org.axonframework.serialization.UnknownSerializedType
-
Returns the data contained in the serialized object in the given
desiredFormat, if supported. - readEventData(String, long) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Returns a
Streamof serialized event data entries for an aggregate with givenidentifier. - readEventData(String, long) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
- readEventData(Connection, String, long, int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchDomainEvents(String, long, int) - readEventData(Connection, TrackingToken, int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to read tracked event entries stored since given tracking token.
- readEventData(TrackingToken, boolean) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Returns a global
Streamcontaining all serialized event data entries in the event storage that have aTrackingTokengreater than the giventrackingToken. - readEventData(TrackingToken, boolean) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine
-
Returns a global
Streamcontaining all serialized event data entries in the event storage that have aTrackingTokengreater than the giventrackingToken. - readEventDataForAggregate(Connection, EventSchema, String, long, int) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.fetchDomainEvents(String, long, int) - readEventDataForAggregate(ReadEventDataForAggregateStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.readEventData(Connection, String, long, int). - ReadEventDataForAggregateStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.fetchDomainEvents(String, long, int) - readEventDataWithGaps(Connection, long, int, List<Long>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - readEventDataWithGaps(Connection, EventSchema, long, int, List<Long>) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int)when there are gaps on theGapAwareTrackingToken. - readEventDataWithGaps(ReadEventDataWithGapsStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.readEventDataWithGaps(Connection, long, int, List). - ReadEventDataWithGapsStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - readEventDataWithoutGaps(Connection, long, int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - readEventDataWithoutGaps(Connection, EventSchema, long, int) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int)when there is no gaps on theGapAwareTrackingToken. - readEventDataWithoutGaps(ReadEventDataWithoutGapsStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.readEventDataWithoutGaps(Connection, long, int). - ReadEventDataWithoutGapsStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
JdbcEventStorageEngine.fetchTrackedEvents(TrackingToken, int) - readEvents(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
- readEvents(String) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
-
Reads the events for the given aggregateIdentifier from the eventStore. this method may be overridden to add pre or postprocessing to the loading of an event stream
- readEvents(String) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
-
Open an event stream containing all domain events belonging to the given
aggregateIdentifier. - readEvents(String) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Get a
DomainEventStreamcontaining all events published by the aggregate with givenaggregateIdentifier. - readEvents(String) - Method in interface org.axonframework.eventsourcing.eventstore.EventStore
-
Open an event stream containing all domain events belonging to the given
aggregateIdentifier. - readEvents(String) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- readEvents(String, long) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
- readEvents(String, long) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- readEvents(String, long) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Get a
DomainEventStreamcontaining all events published by the aggregate with givenaggregateIdentifierstarting with the first event having a sequence number that is equal or larger than the givenfirstSequenceNumber. - readEvents(String, long) - Method in interface org.axonframework.eventsourcing.eventstore.EventStore
-
Open an event stream containing all domain events belonging to the given
aggregateIdentifier. - readEvents(String, long) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- readEvents(String, long) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- readEvents(String, long) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- readEvents(TrackingToken, boolean) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
- readEvents(TrackingToken, boolean) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Open an event stream containing all events stored since given tracking token.
- readEvents(TrackingToken, boolean) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
-
Open an event stream containing all events stored since given tracking token.
- readEvents(TrackingToken, boolean) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- readEvents(TrackingToken, boolean) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- readPayload(ResultSet, String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Reads a serialized object from the given
resultSetat givencolumnIndex. - readResolve() - Method in class org.axonframework.messaging.MetaData
-
Java Serialization specification method that will ensure that deserialization will maintain a single instance of empty MetaData.
- readSerializedData(ResultSet, String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns the serialized token data from the given
resultSetat givencolumnName. - readSerializedSaga(ResultSet) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- readSerializedSaga(ResultSet) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Reads a SerializedObject from the given
resultSet, which has been returned by executing the Statement returned fromSagaSqlSchema.sql_loadSaga(java.sql.Connection, String) - readSnapshot(String) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
- readSnapshot(String) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Try to load a snapshot event of the aggregate with given
aggregateIdentifier. - readSnapshot(String) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- readSnapshot(String) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- readSnapshot(String) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- readSnapshotData(String) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Returns a stream of serialized event entries for given
aggregateIdentifierif the backing database contains a snapshot of the aggregate. - readSnapshotData(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- readSnapshotData(String) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- readSnapshotData(String) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- readSnapshotData(Connection, String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Creates a statement to be used at
JdbcEventStorageEngine.readSnapshotData(String). - readSnapshotData(Connection, EventSchema, String) - Static method in class org.axonframework.eventsourcing.eventstore.jdbc.statements.JdbcEventStorageEngineStatements
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.readSnapshotData(String). - readSnapshotData(ReadSnapshotDataStatementBuilder) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Set the PreparedStatement to be used on
JdbcEventStorageEngine.readSnapshotData(Connection, String). - ReadSnapshotDataStatementBuilder - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Contract which defines how to build a PreparedStatement for use on
invalid input: '@author Lucas Campos @since 4.3' - readTimeStamp(ResultSet, String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Reads a timestamp from the given
resultSetat givencolumnIndex. - readToken(ResultSet) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- readToken(ResultSet) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Reads a token from the given
resultSet. - readTokenEntry(ResultSet) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Convert given
resultSetto anAbstractTokenEntry. - reconfigure(Class<?>, SnapshotTrigger) - Method in class org.axonframework.eventsourcing.AggregateLoadTimeSnapshotTriggerDefinition
- reconfigure(Class<?>, SnapshotTrigger) - Method in class org.axonframework.eventsourcing.EventCountSnapshotTriggerDefinition
- reconfigure(Class<?>, SnapshotTrigger) - Method in interface org.axonframework.eventsourcing.SnapshotTriggerDefinition
-
Reconfigure the necessary infrastructure components in the given
trigger instance, which may have been lost in the (de)serialization process. - reconstruct(T, AggregateModel<T>, long, boolean, EventBus, SnapshotTrigger) - Static method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Reconstructs an EventSourcedAggregate instance with given
aggregateRoot. - reconstruct(T, AggregateModel<T>, long, boolean, EventBus, RepositoryProvider, SnapshotTrigger) - Static method in class org.axonframework.eventsourcing.EventSourcedAggregate
-
Reconstructs an EventSourcedAggregate instance with given
aggregateRoot. - recordException(Throwable) - Method in class org.axonframework.test.aggregate.ResultValidatorImpl
-
Record the given
exceptionas a result of this validator. - recordException(Throwable) - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
- recordException(Throwable) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpan
- recordException(Throwable) - Method in interface org.axonframework.tracing.Span
-
Records an exception to the span.
- RecordingCommandBus - Class in org.axonframework.test.utils
-
CommandBus implementation that does not perform any actions on subscriptions or dispatched commands, but records them instead.
- RecordingCommandBus() - Constructor for class org.axonframework.test.utils.RecordingCommandBus
- RecordingListenerInvocationErrorHandler - Class in org.axonframework.test.saga
-
A wrapper around a
ListenerInvocationErrorHandlerthat in itself also implementsListenerInvocationErrorHandler. - RecordingListenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Constructor for class org.axonframework.test.saga.RecordingListenerInvocationErrorHandler
-
Create a new instance of this class, wrapping another
ListenerInvocationErrorHandler. - recreateAggregate(AggregateModel<T>, EventStore, SnapshotTriggerDefinition) - Method in class org.axonframework.eventsourcing.AggregateCacheEntry
- recreateAggregate(AggregateModel<T>, EventStore, RepositoryProvider, SnapshotTriggerDefinition) - Method in class org.axonframework.eventsourcing.AggregateCacheEntry
- recreateWithNewMessage(DeadlineMessage<?>) - Method in class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Creates a new instance of scheduled deadline info with new
deadlineMessage. - RECURSIVE - Static variable in class org.axonframework.common.ReflectionUtils
-
Specifying a reflection operation should be performed recursive.
- REFIRE_IMMEDIATELY_POLICY - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
-
The key under which a
Predicateis stored within theSchedulerContext. - refireImmediatelyPolicy(Predicate<Throwable>) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets a
Predicatetaking aThrowableto decided whether a failedDeadlineJobshould be 'refired' immediately. - ReflectionUtils - Class in org.axonframework.common
-
Utility class for working with Java Reflection API.
- register(Case, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions for givenrequestCaseregardless of context. - register(Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions regardless of context or request case. - register(String, Case, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions for givencontextandrequestCase. - register(String, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions for givencontextregardless of request case. - register(BiPredicate<String, Case>, Handler) - Method in class org.axonframework.axonserver.connector.DefaultHandlers
-
Deprecated.
- register(BiPredicate<String, Case>, Handler) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Registers a
handlerthat can handle instructions matching givenhandlerSelectorpredicate. - register(PropertyAccessStrategy) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
-
Registers a PropertyAccessStrategy implementation at runtime.
- registerActivity() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Add an activity this latch should wait on before opening up.
- registerAggregateFactory(AggregateFactory<?>) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter
-
Registers the given
aggregateFactorywith this snapshotter. - registerAggregateFactory(AggregateFactory<T>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerAggregateFactory(AggregateFactory<T>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers the given
aggregateFactorywith the fixture. - registerAggregateIdentifier(String) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Registers the identifier of the aggregate that will process the next command.
- registerAnnotatedCommandHandler(Object) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerAnnotatedCommandHandler(Object) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers an
annotatedCommandHandlerwith this fixture. - registerAnnotationCommandHandlerBeanPostProcessor(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
-
Deprecated.Create the
BeanDefinitionfor theAnnotationCommandHandlerBeanPostProcessorand register it. - registerAnnotationQueryHandlerBeanPostProcessor(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
-
Deprecated.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
-
Deprecated.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer
-
Deprecated.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.springboot.util.DefaultEntityRegistrar
- registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.AbstractCacheAdapter
- registerCacheEntryListener(Cache.EntryListener) - Method in interface org.axonframework.common.caching.Cache
-
Registers the given
cacheEntryListenerto listen for Cache changes. - registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.NoCache
- registerCacheEntryListener(Cache.EntryListener) - Method in class org.axonframework.common.caching.WeakReferenceCache
- registerCommandBus(String) - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a
CommandBus. - registerCommandBus(String) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a
CommandBus. - registerCommandBus(String, Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a
CommandBususingTags through the giventagsBuilder. - registerCommandCallback(CommandCallback<C, R>, ResponseType<R>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Registers the
callback, which is invoked for each sent command, unless Axon is able to detect that the result of the command does not match the type accepted by the callback. - registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerCommandDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Register a
MessageDispatchInterceptorforCommandMessages which will be invoked before any command is dispatched on theCommandBusto perform a task specified in the interceptor. - registerCommandGateway(Class<I>) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerCommandGateway(Class<I>, I) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerCommandGateway(Class<T>) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Creates a Command Gateway for the given
gatewayInterfaceand registers that as a resource. - registerCommandGateway(Class<T>, T) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Creates a Command Gateway for the given
gatewayInterfaceand registers that as a resource. - registerCommandHandler(int, Function<Configuration, Object>) - Method in interface org.axonframework.config.Configurer
-
Deprecated.in favor of
Configurer.registerCommandHandler(Function), since thephaseof an annotated handler should be defined through theStartHandler/ShutdownHandlerannotation. - registerCommandHandler(Class<?>, MessageHandler<CommandMessage<?>>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerCommandHandler(Class<?>, MessageHandler<CommandMessage<?>>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a
commandHandlerto handle commands of the givencommandTypewith the command bus used by this fixture. - registerCommandHandler(String, MessageHandler<CommandMessage<?>>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerCommandHandler(String, MessageHandler<CommandMessage<?>>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a
commandHandlerto handle commands of the givencommandTypewith the command bus used by this fixture. - registerCommandHandler(Function<Configuration, Object>) - Method in interface org.axonframework.config.Configurer
-
Registers a command handler bean with this
Configurer. - registerCommandHandler(Function<Configuration, Object>) - Method in class org.axonframework.config.DefaultConfigurer
- registerCommandHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerCommandHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Register a
MessageHandlerInterceptorforCommandMessages which will be invoked before or after the command has been dispatched on theCommandBusto perform a task specified in the interceptor. - registerCommandTargetResolver(CommandTargetResolver) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerCommandTargetResolver(CommandTargetResolver) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers the
CommandTargetResolverwithin this fixture. - registerComponent(Class<?>, String) - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Registers new metrics to the
MetricRegistryto monitor a component of givencomponentType. - registerComponent(Class<?>, String) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a component of the given
componentType. - registerComponent(Class<C>, Function<Configuration, ? extends C>) - Method in interface org.axonframework.config.Configurer
-
Registers a component which should be made available to other components or modules in this Configuration.
- registerComponent(Class<C>, Function<Configuration, ? extends C>) - Method in class org.axonframework.config.DefaultConfigurer
- registerComponentWithDefaultTags(Class<?>, String) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a component of the given
componentType. - registerConverter(Class<? extends ContentTypeConverter>) - Method in class org.axonframework.serialization.ChainingConverter
-
Registers a convert of the given
converterTypewith this factory, only if initialization of such a converter is possible. - registerConverter(ContentTypeConverter) - Method in class org.axonframework.serialization.ChainingConverter
-
Registers the given
converterwith this factory. - registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Registers any converters that are specific to the type of content written by this serializer.
- registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Registers converters with the given
converterwhich depend on the actual contents of the serialized form to represent a JSON format. - registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Registers converters with the given
converterwhich depend on the actual contents of the serialized form to represent a JSON format. - registerConverters(ChainingConverter) - Method in class org.axonframework.serialization.xml.XStreamSerializer
- registerCorrelationDataProvider(CorrelationDataProvider) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- registerCorrelationDataProvider(CorrelationDataProvider) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Register given
correlationDataProviderwith this Unit of Work. - registerDeadLetteringEventHandlerInvokerConfiguration(String, EventProcessingConfigurer.DeadLetteringInvokerConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a
EventProcessingConfigurer.DeadLetteringInvokerConfigurationfor the givenprocessingGroup. - registerDeadLetteringEventHandlerInvokerConfiguration(String, EventProcessingConfigurer.DeadLetteringInvokerConfiguration) - Method in class org.axonframework.config.EventProcessingModule
- registerDeadLetterPolicy(String, Function<Configuration, EnqueuePolicy<EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerDeadLetterPolicy(String, Function<Configuration, EnqueuePolicy<EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerDeadLetterQueue(String, Function<Configuration, SequencedDeadLetterQueue<EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a
SequencedDeadLetterQueuefor the givenprocessingGroup. - registerDeadLetterQueue(String, Function<Configuration, SequencedDeadLetterQueue<EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerDeadLetterQueueProvider(Function<String, Function<Configuration, SequencedDeadLetterQueue<EventMessage<?>>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register the given
deadLetterProvideras a default to build aSequencedDeadLetterQueueforEventProcessors created in this configuration. - registerDeadLetterQueueProvider(Function<String, Function<Configuration, SequencedDeadLetterQueue<EventMessage<?>>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched (scheduled) on the
DeadlineManagerto perform a task specified in the interceptor. - registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a deadline dispatch interceptor which will always be invoked before a deadline is dispatched (scheduled) on the
DeadlineManagerto perform a task specified in the interceptor. - registerDeadlineDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerDeadlineHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerDeadlineHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a deadline handler interceptor which will always be invoked before a deadline is handled to perform a task specified in the interceptor.
- registerDeadlineHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a deadline handler interceptor which will always be invoked before a deadline is handled to perform a task specified in the interceptor.
- registerDeadlineHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerDefaultDeadLetterPolicy(Function<Configuration, EnqueuePolicy<EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a default
dead letter policyfor any processing group using adead letter queue. - registerDefaultDeadLetterPolicy(Function<Configuration, EnqueuePolicy<EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- RegisterDefaultEntities - Annotation Interface in org.axonframework.springboot.util
-
Annotation intended for types and methods to trigger the registration of entities found in the given
RegisterDefaultEntities.packages()with theDefaultEntityRegistrar. - registerDefaultErrorHandler(Function<Configuration, ErrorHandler>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
Functionthat builds the defaultErrorHandler. - registerDefaultErrorHandler(Function<Configuration, ErrorHandler>) - Method in class org.axonframework.config.EventProcessingModule
- registerDefaultHandlerInterceptor(BiFunction<Configuration, String, MessageHandlerInterceptor<? super EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register the given
interceptorBuilderas a default to build aMessageHandlerInterceptorforEventProcessors created in this configuration. - registerDefaultHandlerInterceptor(BiFunction<Configuration, String, MessageHandlerInterceptor<? super EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerDefaultListenerInvocationErrorHandler(Function<Configuration, ListenerInvocationErrorHandler>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
Functionthat builds the defaultListenerInvocationErrorHandler. - registerDefaultListenerInvocationErrorHandler(Function<Configuration, ListenerInvocationErrorHandler>) - Method in class org.axonframework.config.EventProcessingModule
- registerDefaultSequencingPolicy(Function<Configuration, SequencingPolicy<? super EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers the
SequencingPolicycreated by givenpolicyBuilderto the processing groups for which no explicit policy is defined (usingEventProcessingConfigurer.registerSequencingPolicy(String, Function)). - registerDefaultSequencingPolicy(Function<Configuration, SequencingPolicy<? super EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerDefaultTransactionManager(Function<Configuration, TransactionManager>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a default
TransactionManagerfor allEventProcessors. - registerDefaultTransactionManager(Function<Configuration, TransactionManager>) - Method in class org.axonframework.config.EventProcessingModule
- registerDispatchInterceptor(MessageDispatchInterceptor<? super M>) - Method in class org.axonframework.axonserver.connector.DispatchInterceptors
- registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Registers the given list of dispatch interceptors to the command bus.
- registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Registers a command dispatch interceptor within a
CommandGateway. - registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
- registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Registers the given list of dispatch interceptors to the command bus.
- registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
- registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.test.utils.RecordingCommandBus
- registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
- registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Register the given DispatchInterceptor.
- registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Registers an event dispatch interceptor within an
EventGateway. - registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
- registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
Registers an interceptor that intercepts Queries as they are sent.
- registerDispatchInterceptor(MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage<?>>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- registerDispatchInterceptor(MessageDispatchInterceptor<? super T>) - Method in interface org.axonframework.messaging.MessageDispatchInterceptorSupport
-
Register the given DispatchInterceptor.
- registerDispatchInterceptor(MessageDispatchInterceptor<CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Registers the given
dispatchInterceptorwhich is invoked for each Command dispatched through the Command Gateways created by this factory. - registerErrorHandler(String, Function<Configuration, ErrorHandler>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerErrorHandler(String, Function<Configuration, ErrorHandler>) - Method in class org.axonframework.config.EventProcessingModule
- registerEventBus(String) - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor an
EventBus. - registerEventBus(String) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor an
EventBus. - registerEventBus(String, Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor an
EventBususingTags through the giventagsBuilder. - registerEventHandler(Function<Configuration, Object>) - Method in interface org.axonframework.config.Configurer
-
Registers a
Functionthat builds an Event Handler instance. - registerEventHandler(Function<Configuration, Object>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
Functionthat builds an Event Handler instance. - registerEventHandler(Function<Configuration, Object>) - Method in class org.axonframework.config.EventProcessingModule
- registerEventHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>>) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a
MessageHandlerInterceptorforEventMessages. - registerEventHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerEventProcessor(String) - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor an
EventProcessor. - registerEventProcessor(String) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor an
EventProcessor. - registerEventProcessor(String, Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Deprecated.Please use the
GlobalMetricRegistry.registerEventProcessor(String, Function, Function)instead, which has separate tags for the latency metric. - registerEventProcessor(String, Function<Message<?>, Iterable<Tag>>, Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor an
EventProcessorusingTags through the giventagsBuilder. - registerEventProcessor(String, EventProcessingConfigurer.EventProcessorBuilder) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers an
EventProcessingConfigurer.EventProcessorBuilderfor the given processorname. - registerEventProcessor(String, EventProcessingConfigurer.EventProcessorBuilder) - Method in class org.axonframework.config.EventProcessingModule
- registerEventProcessorFactory(EventProcessingConfigurer.EventProcessorBuilder) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a factory that builds the default
EventProcessor. - registerEventProcessorFactory(EventProcessingConfigurer.EventProcessorBuilder) - Method in class org.axonframework.config.EventProcessingModule
- registerEventUpcaster(Function<Configuration, EventUpcaster>) - Method in interface org.axonframework.config.Configurer
-
Registers an upcaster to be used to upcast Events to a newer version
- registerEventUpcaster(Function<Configuration, EventUpcaster>) - Method in class org.axonframework.config.DefaultConfigurer
- registerFieldFilter(FieldFilter) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerFieldFilter(FieldFilter) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers the given
fieldFilter, which is used to define which Fields are used when comparing objects. - registerFieldFilter(FieldFilter) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers the given
fieldFilter, which is used to define which Fields are used when comparing objects. - registerFieldFilter(FieldFilter) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerHandlerDefinition(BiFunction<Configuration, Class, HandlerDefinition>) - Method in interface org.axonframework.config.Configurer
-
Registers the definition of a Handler class.
- registerHandlerDefinition(BiFunction<Configuration, Class, HandlerDefinition>) - Method in class org.axonframework.config.DefaultConfigurer
- registerHandlerDefinition(HandlerDefinition) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerHandlerDefinition(HandlerDefinition) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a
HandlerDefinitionwithin this fixture. - registerHandlerDefinition(HandlerDefinition) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a
HandlerDefinitionwithin this fixture. - registerHandlerDefinition(HandlerDefinition) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerHandlerEnhancerDefinition(Function<Configuration, HandlerEnhancerDefinition>) - Method in interface org.axonframework.config.Configurer
-
Registers a builder function for a
HandlerEnhancerDefinitionused during constructing of the defaultHandlerDefinition. - registerHandlerEnhancerDefinition(Function<Configuration, HandlerEnhancerDefinition>) - Method in class org.axonframework.config.DefaultConfigurer
- registerHandlerEnhancerDefinition(HandlerEnhancerDefinition) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerHandlerEnhancerDefinition(HandlerEnhancerDefinition) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a
HandlerEnhancerDefinitionwithin this fixture. - registerHandlerEnhancerDefinition(HandlerEnhancerDefinition) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a
HandlerEnhancerDefinitionwithin this fixture. - registerHandlerEnhancerDefinition(HandlerEnhancerDefinition) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerHandlerInterceptor(String, Function<Configuration, MessageHandlerInterceptor<? super EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register the given
interceptorBuilderto build aMessageHandlerInterceptorfor theEventProcessorwith givenprocessorName. - registerHandlerInterceptor(String, Function<Configuration, MessageHandlerInterceptor<? super EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
- registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Registers the given interceptor to the command bus.
- registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
- registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>>) - Method in class org.axonframework.test.utils.RecordingCommandBus
- registerHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
- registerHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>>) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- registerHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
- registerHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
- registerHandlerInterceptor(MessageHandlerInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- registerHandlerInterceptor(MessageHandlerInterceptor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
Registers an interceptor that is used to intercept Queries before they are passed to their respective handlers.
- registerHandlerInterceptor(MessageHandlerInterceptor<? super T>) - Method in interface org.axonframework.messaging.MessageHandlerInterceptorSupport
-
Register the given
handlerInterceptor. - registerIgnoredField(Class<?>, String) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerIgnoredField(Class<?>, String) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Indicates that a field with given
fieldName, which is declared in givendeclaringClassis ignored when performing deep equality checks. - registerIgnoredField(Class<?>, String) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Indicates that a field with given
fieldName, which is declared in givendeclaringClassis ignored when performing deep equality checks. - registerIgnoredField(Class<?>, String) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerInjectableResource(Object) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerInjectableResource(Object) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a resource that is eligible for injection in handler method (e.g. methods annotated with
@CommandHandler,@EventSourcingHandlerandEventHandler. - registerInjectableResources(Object...) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Default implementation to register multiple resources in handler method (e.g. methods annotated with
@CommandHandler,@EventSourcingHandlerandEventHandler. - registerLifecycleHandlers(Configuration, Object) - Static method in class org.axonframework.config.LifecycleHandlerInspector
-
Register any lifecycle handlers found on given
componentwith givenconfiguration. - registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.heartbeat.HeartbeatMonitor
-
Deprecated.
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.config.MessageHandlerRegistrar
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.deadline.SimpleDeadlineManager
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in interface org.axonframework.lifecycle.Lifecycle
-
Registers the activities to be executed in the various phases of an application's lifecycle.
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.updates.UpdateChecker
- registerListenerInvocationErrorHandler(String, Function<Configuration, ListenerInvocationErrorHandler>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerListenerInvocationErrorHandler(String, Function<Configuration, ListenerInvocationErrorHandler>) - Method in class org.axonframework.config.EventProcessingModule
- registerListenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a
ListenerInvocationErrorHandlerto be set for the Saga to deal with exceptions being thrown from within Saga Event Handlers. - registerListenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerMessageHandler(Function<Configuration, Object>) - Method in interface org.axonframework.config.Configurer
-
Registers a message handler bean with this configuration.
- registerMessageHandler(Function<Configuration, Object>) - Method in class org.axonframework.config.DefaultConfigurer
- registerMessageMonitor(String, Function<Configuration, MessageMonitor<Message<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerMessageMonitorFactory(String, MessageMonitorFactory) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerMessageMonitorFactory(String, MessageMonitorFactory) - Method in class org.axonframework.config.EventProcessingModule
- registerModule(ModuleConfiguration) - Method in interface org.axonframework.config.Configurer
-
Registers an Axon module with this configuration.
- registerModule(ModuleConfiguration) - Method in class org.axonframework.config.DefaultConfigurer
- registerParameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerParameterResolverFactory(ParameterResolverFactory) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers a
ParameterResolverFactorywithin this fixture. - registerParameterResolverFactory(ParameterResolverFactory) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a
ParameterResolverFactorywithin this fixture. - registerParameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerPooledStreamingEventProcessor(String) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
PooledStreamingEventProcessorin thisEventProcessingConfigurer. - registerPooledStreamingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
PooledStreamingEventProcessorin thisEventProcessingConfigurer. - registerPooledStreamingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>, EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
PooledStreamingEventProcessorin thisEventProcessingConfigurer. - registerPooledStreamingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>, EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in class org.axonframework.config.EventProcessingModule
- registerPooledStreamingEventProcessorConfiguration(String, EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a
EventProcessingConfigurer.PooledStreamingProcessorConfigurationto be used when constructing aPooledStreamingEventProcessorwithname. - registerPooledStreamingEventProcessorConfiguration(String, EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in class org.axonframework.config.EventProcessingModule
- registerPooledStreamingEventProcessorConfiguration(EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a default
EventProcessingConfigurer.PooledStreamingProcessorConfigurationto be used when constructing everyPooledStreamingEventProcessor. - registerPooledStreamingEventProcessorConfiguration(EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in class org.axonframework.config.EventProcessingModule
- registerQueryBus(String) - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a
QueryBus. - registerQueryBus(String) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a
QueryBus. - registerQueryBus(String, Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers new metrics to the registry to monitor a
QueryBususingTags through the giventagsBuilder. - registerQueryHandler(int, Function<Configuration, Object>) - Method in interface org.axonframework.config.Configurer
-
Deprecated.in favor of
Configurer.registerQueryHandler(Function), since thephaseof an annotated handler should be defined through theStartHandler/ShutdownHandlerannotation. - registerQueryHandler(Function<Configuration, Object>) - Method in interface org.axonframework.config.Configurer
-
Registers a query handler bean with this
Configurer. - registerQueryHandler(Function<Configuration, Object>) - Method in class org.axonframework.config.DefaultConfigurer
- registerRepository(Repository<T>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerRepository(Repository<T>) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers an arbitrary
repositorywith the fixture. - registerRepositoryProvider(RepositoryProvider) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- registerRepositoryProvider(RepositoryProvider) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers repository provider with the fixture.
- registerResource(Object) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers the given
resource. - registerResource(Object) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerResourceInjector(ResourceInjector) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a
ResourceInjectorwithin this fixture. - registerResourceInjector(ResourceInjector) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerRollbackConfiguration(String, Function<Configuration, RollbackConfiguration>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerRollbackConfiguration(String, Function<Configuration, RollbackConfiguration>) - Method in class org.axonframework.config.EventProcessingModule
- registerRoot(Callable<T>) - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
-
Registers the aggregate root created by the given
aggregateFactorywith this aggregate. - registerSaga(Class<T>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a Saga with default configuration within this Configurer.
- registerSaga(Class<T>, Consumer<SagaConfigurer<T>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a Saga, allowing specific configuration to use for this Saga type.
- registerSaga(Class<T>, Consumer<SagaConfigurer<T>>) - Method in class org.axonframework.config.EventProcessingModule
- registerSagaStore(Function<Configuration, SagaStore>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerSagaStore(Function<Configuration, SagaStore>) - Method in class org.axonframework.config.EventProcessingModule
- registerSequencingPolicy(String, Function<Configuration, SequencingPolicy<? super EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers the
SequencingPolicycreated by the givenpolicyBuilderto the processing group with givenprocessingGroup. - registerSequencingPolicy(String, Function<Configuration, SequencingPolicy<? super EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.tracing.LoggingSpanFactory
- registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.tracing.MultiSpanFactory
- registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.tracing.NoOpSpanFactory
- registerSpanAttributeProvider(SpanAttributesProvider) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory
- registerSpanAttributeProvider(SpanAttributesProvider) - Method in interface org.axonframework.tracing.SpanFactory
-
Registers an additional
SpanAttributesProviderto the factory. - registerStartRecordingCallback(Runnable) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Registers a callback to be invoked when the fixture execution starts recording.
- registerStartRecordingCallback(Runnable) - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
-
Registers a callback to be invoked when the fixture execution starts recording.
- registerStartRecordingCallback(Runnable) - Method in class org.axonframework.test.saga.SagaTestFixture
- registerSubscribingEventProcessor(String) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
SubscribingEventProcessorwith givennamewithin this Configurer. - registerSubscribingEventProcessor(String, Function<Configuration, SubscribableMessageSource<? extends EventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerSubscribingEventProcessor(String, Function<Configuration, SubscribableMessageSource<? extends EventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerTokenStore(String, Function<Configuration, TokenStore>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerTokenStore(String, Function<Configuration, TokenStore>) - Method in class org.axonframework.config.EventProcessingModule
- registerTokenStore(Function<Configuration, TokenStore>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a
Functionthat builds aTokenStoreto use as the default in case no explicit token store was configured for a processor. - registerTokenStore(Function<Configuration, TokenStore>) - Method in class org.axonframework.config.EventProcessingModule
- registerTrackingEventProcessor(String) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
TrackingEventProcessorwith givennamewithin this Configurer. - registerTrackingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerTrackingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>) - Method in class org.axonframework.config.EventProcessingModule
- registerTrackingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>, Function<Configuration, TrackingEventProcessorConfiguration>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Registers a
TrackingEventProcessorwith givenname,sourceandprocessorConfigurationwithin this Configurer. - registerTrackingEventProcessor(String, Function<Configuration, StreamableMessageSource<TrackedEventMessage<?>>>, Function<Configuration, TrackingEventProcessorConfiguration>) - Method in class org.axonframework.config.EventProcessingModule
- registerTrackingEventProcessorConfiguration(String, Function<Configuration, TrackingEventProcessorConfiguration>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a
Functionthat builds aTrackingEventProcessorConfigurationto be used by theEventProcessorcorresponding to the givenname. - registerTrackingEventProcessorConfiguration(String, Function<Configuration, TrackingEventProcessorConfiguration>) - Method in class org.axonframework.config.EventProcessingModule
- registerTrackingEventProcessorConfiguration(Function<Configuration, TrackingEventProcessorConfiguration>) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Register a
Functionthat builds aTrackingEventProcessorConfigurationto use as the default. - registerTrackingEventProcessorConfiguration(Function<Configuration, TrackingEventProcessorConfiguration>) - Method in class org.axonframework.config.EventProcessingModule
- registerTransactionManager(String, Function<Configuration, TransactionManager>) - Method in interface org.axonframework.config.EventProcessingConfigurer
- registerTransactionManager(String, Function<Configuration, TransactionManager>) - Method in class org.axonframework.config.EventProcessingModule
- registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, int) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Registers an Update Handler for given
querywith givenupdateBufferSize. - registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, int) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
- registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Deprecated.in favour of using {
QueryUpdateEmitter.registerUpdateHandler(SubscriptionQueryMessage, int)} - registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
Deprecated.in favour of using {
SimpleQueryUpdateEmitter.registerUpdateHandler(SubscriptionQueryMessage, int)} - registerWithConfigurer(Configurer) - Method in class org.axonframework.metrics.GlobalMetricRegistry
-
Registers the configured
MetricRegistrywith the givenconfigurerviaConfigurer.configureMessageMonitor(Function). - registerWithConfigurer(Configurer) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers the
MeterRegistrywith the givenconfigurerviaConfigurer.configureMessageMonitor(Function). - registerWithConfigurerWithDefaultTags(Configurer) - Method in class org.axonframework.micrometer.GlobalMetricRegistry
-
Registers the
MeterRegistrywith the givenconfigurerviaConfigurer.configureMessageMonitor(Function). - Registration - Interface in org.axonframework.common
-
Interface that provides a mechanism to cancel a registration.
- REGULAR - Enum constant in enum class org.axonframework.eventhandling.ReplayStatus
-
Indicates the message is not delivered as part of a replay (and has not been delivered before).
- rejectAll() - Static method in interface org.axonframework.eventsourcing.snapshotting.SnapshotFilter
-
A
SnapshotFilterimplementation which rejects all snapshots. - rejectDuplicates() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
-
A
DuplicateCommandHandlerResolverimplementation which throws aDuplicateCommandHandlerSubscriptionException. - rejectDuplicates() - Static method in class org.axonframework.queryhandling.registration.DuplicateQueryHandlerResolution
-
A
DuplicateQueryHandlerResolverimplementation which throws aDuplicateQueryHandlerSubscriptionException. - release() - Method in interface org.axonframework.common.lock.Lock
-
Releases this lock.
- release() - Method in class org.axonframework.common.lock.NoOpLock
- releaseClaim(String) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Release any claim of ownership currently active on this Token, if owned by the given
owner. - releaseClaim(String) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Release any claim of ownership currently active on this Token, if owned by the given
owner. - releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- releaseClaim(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Release a claim of the token for given
processorNameandsegment. - releaseClaim(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Creates a new
PreparedStatementto release the current claim this node has on a token belonging to a processor with givenprocessorNameandsegment. - releaseSegment(int) - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
- releaseSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- releaseSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Instructs the processor to release the segment with given
segmentId. - releaseSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Instructs the processor to release the segment with given
segmentId. - releaseSegment(int, long, TimeUnit) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- releaseSegment(int, long, TimeUnit) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Instructs the processor to release the segment with given
segmentId. - releaseSegment(int, long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Instructs the processor to release the segment with given
segmentId. - REMOTE_MEMBER - Static variable in class org.axonframework.commandhandling.distributed.SimpleMember
-
Denotes that a
SimpleMemberis a representation of a Remote Member. - RemoteExceptionDescription - Class in org.axonframework.messaging
-
Description of an Exception received from a remote source.
- RemoteExceptionDescription(List<String>) - Constructor for class org.axonframework.messaging.RemoteExceptionDescription
-
Initialize a RemoteExceptionDescription with given
descriptionsdescribing the exception chain on the remote end of communication - RemoteExceptionDescription(List<String>, boolean) - Constructor for class org.axonframework.messaging.RemoteExceptionDescription
-
Initialize a RemoteExceptionDescription with given
descriptionsdescribing the exception chain on the remote end of communication. - RemoteHandlingException - Exception Class in org.axonframework.messaging
-
Exception indicating that an error has occurred while remotely handling a message.
- RemoteHandlingException(RemoteExceptionDescription) - Constructor for exception class org.axonframework.messaging.RemoteHandlingException
-
Initializes the exception using the given
exceptionDescriptiondescribing the remote cause-chain. - RemoteHandlingException(RemoteExceptionDescription, boolean) - Constructor for exception class org.axonframework.messaging.RemoteHandlingException
-
Initializes the exception using the given
exceptionDescriptionandwritableStackTrace. - RemoteNonTransientHandlingException - Exception Class in org.axonframework.messaging
-
Exception indicating that a non transient error has occurred while remotely handling a message.
- RemoteNonTransientHandlingException(RemoteExceptionDescription) - Constructor for exception class org.axonframework.messaging.RemoteNonTransientHandlingException
-
Initializes the exception using the given
exceptionDescriptiondescribing the remote cause-chain. - remove() - Method in interface org.axonframework.eventsourcing.eventstore.DomainEventStream
- remove(Object) - Method in interface org.axonframework.common.caching.Cache
-
Removes the entry stored under given
key. - remove(Object) - Method in class org.axonframework.common.caching.EhCache3Adapter
- remove(Object) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- remove(Object) - Method in class org.axonframework.common.caching.JCacheAdapter
- remove(Object) - Method in class org.axonframework.common.caching.NoCache
- remove(Object) - Method in class org.axonframework.common.caching.WeakReferenceCache
- remove(Object) - Method in class org.axonframework.messaging.MetaData
-
This operation is not supported.
- remove(AssociationValue) - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Removes the given
associationValue, if it is contained by this instance. - remove(AssociationValue) - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- remove(AssociationValue, String, String) - Method in class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Removes an association between the given
associationValueandsagaIdentifier. - removeAll() - Method in interface org.axonframework.common.caching.Cache
-
Remove all stored entries in this cache.
- removeAll() - Method in class org.axonframework.common.caching.EhCache3Adapter
- removeAll() - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- removeAll() - Method in class org.axonframework.common.caching.JCacheAdapter
- removeAll() - Method in class org.axonframework.common.caching.NoCache
- removeAll() - Method in class org.axonframework.common.caching.WeakReferenceCache
- removeAssociationValue(EntityManager, Class<?>, String, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Removes the given
associationValueof the saga with givensagaIdentifierandsagaType. - removeAssociationValue(EntityManager, Class<?>, String, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Removes the given
associationValueof the saga with givensagaIdentifierandsagaType. - removeAssociationWith(String, Number) - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Removes the given association from the currently active Saga.
- removeAssociationWith(String, String) - Static method in class org.axonframework.modelling.saga.SagaLifecycle
-
Removes the given association from the currently active Saga.
- removedAssociations() - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Returns the Set of association values that have been removed since the last
AssociationValues.commit(). - removedAssociations() - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- RemovedTrackerStatus - Class in org.axonframework.eventhandling
-
References an
EventTrackerStatuswhich no active work is occurring on. - RemovedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.RemovedTrackerStatus
-
Initializes the
RemovedTrackerStatususing the givenremovedTrackerStatus. - REPLAY - Enum constant in enum class org.axonframework.eventhandling.ReplayStatus
-
Indicates the message is delivered as part of a replay (and may have been delivered before)
- ReplayAwareMessageHandlerWrapper - Class in org.axonframework.eventhandling.replay
-
An implementation of the
HandlerEnhancerDefinitionthat is used forAllowReplayannotated message handling methods. - ReplayAwareMessageHandlerWrapper() - Constructor for class org.axonframework.eventhandling.replay.ReplayAwareMessageHandlerWrapper
- replayContext(EventMessage<?>, Class<T>) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Extracts the context from a
messageof the matchingcontextClass. - replayContext(TrackingToken, Class<T>) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Extracts the context from a
messageof the matchingcontextClass. - ReplayContext - Annotation Interface in org.axonframework.eventhandling.replay
-
Annotation indication that a parameter on a Message Handler method should be injected with the
resetContextpresent in aReplayToken. - ReplayContextParameterResolverFactory - Class in org.axonframework.eventhandling.replay
-
An implementation of the
ParameterResolverFactorywhich resolves the parameter annotated withReplayContext. - ReplayContextParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.replay.ReplayContextParameterResolverFactory
- ReplayParameterResolverFactory - Class in org.axonframework.eventhandling.replay
-
An implementation of the
ParameterResolverFactorywhich resolves theReplayStatusparameter. - ReplayParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.replay.ReplayParameterResolverFactory
- ReplayStatus - Enum Class in org.axonframework.eventhandling
-
Type that can be used as parameter of Event Handler methods that indicates whether a message is delivered as part of a replay, or in regular operations.
- ReplayToken - Class in org.axonframework.eventhandling
-
Token keeping track of the position before a reset was triggered.
- ReplayToken(TrackingToken) - Constructor for class org.axonframework.eventhandling.ReplayToken
-
Deprecated.Use the
ReplayToken.createReplayToken(TrackingToken)method instead. - ReplayToken(TrackingToken, TrackingToken) - Constructor for class org.axonframework.eventhandling.ReplayToken
-
Deprecated.Use the
ReplayToken.createReplayToken(TrackingToken, TrackingToken)method instead. - ReplyMessage - Class in org.axonframework.commandhandling.distributed
-
Base class for reply messages which may be used in the
CommandBusConnectorfor replying on received commands from other nodes. - ReplyMessage() - Constructor for class org.axonframework.commandhandling.distributed.ReplyMessage
-
Default constructor required for de-/serialization of extending classes.
- ReplyMessage(String, CommandResultMessage<?>, Serializer) - Constructor for class org.axonframework.commandhandling.distributed.ReplyMessage
-
Initializes a ReplyMessage containing a reply to the command with given {commandIdentifier} and given
commandResultMessage. - report(UpdateCheckRequest, UpdateCheckResponse) - Method in class org.axonframework.updates.LoggingUpdateCheckerReporter
- report(UpdateCheckRequest, UpdateCheckResponse) - Method in interface org.axonframework.updates.UpdateCheckerReporter
-
Reports the given
responseof the update checker to the user. - reportDifferentMetaData(Class<?>, Map<String, Object>, Map<String, Object>) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to a difference in the metadata of a message
- reportDifferentPayloads(Class<?>, Object, Object) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to a difference between the message payloads.
- reportDifferentPayloads(Class<?>, Field, Object, Object) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to a difference in one of the fields of the message payload.
- Reporter - Class in org.axonframework.test.aggregate
-
The reporter generates extensive human-readable reports of what the expected outcome of a test was, and what the actual results were.
- Reporter() - Constructor for class org.axonframework.test.aggregate.Reporter
- reportFailed(Matcher<? super T>) - Method in class org.axonframework.test.matchers.ListMatcher
-
Report the given
matcheras a failing matcher. - reportFailure(Throwable) - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
-
Notify the monitor that a failure occurred during processing of the message
- reportFailure(Throwable) - Method in enum class org.axonframework.monitoring.NoOpMessageMonitorCallback
- reportIgnored() - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
-
Notify the monitor that the message was ignored
- reportIgnored() - Method in enum class org.axonframework.monitoring.NoOpMessageMonitorCallback
- reportIgnored(EventMessage<?>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Report the given
eventMessageas ignored. - reportIllegalState(A) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Invoked when an the given
aggregateinstance has been detected that has been part of a rolled back Unit of Work. - reportIllegalState(LockAwareAggregate<T, EventSourcedAggregate<T>>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
- reportIncorrectDeletedState(boolean) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to a difference in the expected state of the `isDeleted` marker on the Aggregate.
- reportResult(CommandResultMessage<R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
Invokes
CommandCallback.onResult(CommandMessage, CommandResultMessage)with givenresulton the wrapped callback. - reportSuccess() - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
-
Notify the monitor that the message was handled successfully
- reportSuccess() - Method in enum class org.axonframework.monitoring.NoOpMessageMonitorCallback
- reportUnexpectedException(Throwable, Description) - Method in class org.axonframework.test.aggregate.Reporter
-
Reports an error due to an unexpected exception.
- reportUnexpectedReturnValue(Object, Description) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to an unexpected return value, while an exception was expected.
- reportWrongEvent(Collection<?>, Collection<?>, Throwable) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error in the ordering or count of events.
- reportWrongEvent(Collection<?>, Description, Description, Throwable) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error of events not matching expectations defined by
Matchers. - reportWrongEvent(Collection<?>, StringDescription, Throwable) - Method in class org.axonframework.test.aggregate.Reporter
-
Deprecated.This method has been previously used to report non-matching
Matcherresults. Has been replaced byReporter.reportWrongEvent(Collection, Description, Description, Throwable). The method is kept for api backwards compatibility only and my be removed in a future release. - reportWrongException(Throwable, Description) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to an exception of an unexpected type.
- reportWrongExceptionDetails(Object, Description) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to a difference in exception details.
- reportWrongExceptionMessage(Throwable, Description) - Method in class org.axonframework.test.aggregate.Reporter
-
Report an error due to a difference in exception message.
- reportWrongResult(Object, Object) - Method in class org.axonframework.test.aggregate.Reporter
-
Reports an error due to a wrong return value.
- repository() - Method in interface org.axonframework.config.AggregateConfiguration
-
Returns the repository defined to load instances of the Aggregate type defined in this configuration.
- repository() - Method in class org.axonframework.config.AggregateConfigurer
- repository() - Method in interface org.axonframework.config.SagaConfiguration
-
Retrieve the
SagaRepositoryin this Configuration. - repository() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Selects the name of the AggregateRepository bean.
- repository(Class<A>) - Method in interface org.axonframework.config.Configuration
-
Returns the
Repositoryconfigured for the givenaggregateType. - repository(Class<T>) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- repository(Class<T>, Configuration) - Static method in class org.axonframework.spring.config.BeanHelper
- repository(Repository<T>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Sets the
Repositoryused to add and load Aggregate instances of generic typeTupon handling commands for it. - Repository<T> - Interface in org.axonframework.modelling.command
-
The
Repositoryprovides an abstraction of the storage of aggregates. - RepositoryContentValidator<T> - Class in org.axonframework.test.saga
-
Helper class for the validation of Saga Repository content.
- RepositoryFactoryBean<T> - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
SpringAggregateLookupandSpringAggregateConfigurer. - RepositoryFactoryBean(AggregateConfiguration<T>) - Constructor for class org.axonframework.spring.config.RepositoryFactoryBean
-
Deprecated.Initialize the Factory Bean using given
aggregateConfigurationto locate the configured Repository instance. - repositoryFor(Class<T>) - Method in interface org.axonframework.modelling.command.RepositoryProvider
-
Provides a repository for given aggregate type.
- RepositoryProperties() - Constructor for class org.axonframework.springboot.TracingProperties.RepositoryProperties
- repositoryProvider - Variable in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- repositoryProvider(RepositoryProvider) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Sets the
RepositoryProviderprovided to the snapshot aggregates this snapshotter creates for correct instantiation. - repositoryProvider(RepositoryProvider) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
RepositoryProviderwhich services repositories for specific aggregate types. - repositoryProvider(RepositoryProvider) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Sets the
RepositoryProviderwhich services repositories for specific aggregate types. - repositoryProvider(RepositoryProvider) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.Sets the
RepositoryProviderwhich services repositories for specific aggregate types. - repositoryProvider(RepositoryProvider) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- RepositoryProvider - Interface in org.axonframework.modelling.command
-
Provides a repository for given aggregate type.
- repositorySpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- RepositorySpanFactory - Interface in org.axonframework.modelling.command
-
Span factory that creates spans for the
Repository. - requestStreamFactory(Function<UpstreamAwareStreamObserver<QueryProviderInbound>, StreamObserver<QueryProviderOutbound>>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Deprecated.in through use of the AxonServer java connector
- requestTimeout(long, TimeUnit) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
Sets the timeout in which a confirmation of the scheduling interaction is expected.
- requeue(Throwable) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
ShouldEnqueuedefining that adead lettershould be requeued because of the givenrequeueCause. - requeue(Throwable, Function<DeadLetter<? extends M>, MetaData>) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
Construct a
ShouldEnqueuedefining that adead lettershould be requeued because of the givenrequeueCause. - requeue(DeadLetter<? extends E>, UnaryOperator<DeadLetter<? extends E>>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- requeue(DeadLetter<? extends M>, UnaryOperator<DeadLetter<? extends M>>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- requeue(DeadLetter<? extends M>, UnaryOperator<DeadLetter<? extends M>>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- requeue(DeadLetter<? extends M>, UnaryOperator<DeadLetter<? extends M>>) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- requeue(DeadLetter<? extends M>, UnaryOperator<DeadLetter<? extends M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Reenters the given
letter, updating the contents with theletterUpdater. - requeueStatement(Connection, String, Cause, Instant, MetaData) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.requeue(DeadLetter, UnaryOperator)operation. - requeueStatement(Connection, String, Cause, Instant, MetaData) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- required() - Element in annotation interface org.axonframework.messaging.annotation.MetaDataValue
-
Indicates whether the MetaData must be available in order for the Message handler method to be invoked.
- requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- requiresExplicitSegmentInitialization() - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- requiresExplicitSegmentInitialization() - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Indicates whether this TokenStore instance requires segments to be explicitly initialized, before any tokens can be claimed for that segment.
- reschedule(ScheduleToken, Duration, Object) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Changes the trigger time for a scheduled event.
- reschedule(ScheduleToken, Duration, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Cancel a scheduled event and schedule another in its place.
- reschedule(ScheduleToken, Instant, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Cancel a scheduled event and schedule another in its place.
- rescheduleCommandsOnCorruptState(boolean) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Set the indicator specifying whether commands that failed because they were executed against potentially corrupted aggregate state should be automatically rescheduled.
- reservoirFactory(Supplier<Reservoir>) - Method in class org.axonframework.metrics.MessageTimerMonitor.Builder
-
Sets factory method creating a
Reservoirto be used by theTimerinstances created by thisMessageMonitor. - reset() - Method in class org.axonframework.eventsourcing.AbstractSnapshotTrigger
-
This method is used to reset all the variables that are used to check if a threshold has been exceeded
- reset(CommandMessage<?>, MessageHandler<? super CommandMessage<?>>, int, int, BlacklistDetectingCallback<?, ?>, List<MessageHandlerInterceptor<? super CommandMessage<?>>>, List<MessageHandlerInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Resets this entry, preparing it for use for another command.
- reset(T) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
-
Resets the state of this Unit of Work, by setting its phase to
NOT_STARTED, replacing the message of this Unit of Work with givenmessage, and clearing its collection of registered handlers. - reset(T) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Reset the processing context.
- RESET - Enum constant in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
A change type signalling the connection broke down, willingly or not, resulting in a complete reset.
- resetAsCallable(Callable<Object>, int, int, BlacklistDetectingCallback<Object, Object>) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Resets this entry, preparing it to run given
callablefrom within theinvocationInterceptorChain. - resetAsRecoverEntry(String) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Resets this entry, preparing it for use as a recovery entry.
- ResetContext<T> - Interface in org.axonframework.eventhandling.replay
-
Represents a Message initiating the reset of an Event Handling Component.
- ResetHandler - Annotation Interface in org.axonframework.eventhandling
-
Annotation that can be placed on a method that is to be invoked when a reset is being prepared.
- ResetNotSupportedException - Exception Class in org.axonframework.eventhandling
-
Exception indicating that a reset is not supported by a component.
- ResetNotSupportedException(String) - Constructor for exception class org.axonframework.eventhandling.ResetNotSupportedException
-
Initialize the exception with given
message - ResetNotSupportedException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.ResetNotSupportedException
-
Initialize the exception with given
messageandcause. - resetTokens() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- resetTokens() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to their initial state.
- resetTokens() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Reset tokens to the position as return by the given
initialTrackingTokenSupplier. - resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Reset tokens to the position as return by the given
initialTrackingTokenSupplier. - resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- resetTokens(TrackingToken) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- resetTokens(TrackingToken) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to the given
startPosition. - resetTokens(TrackingToken) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- resetTokens(TrackingToken, R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- resetTokens(TrackingToken, R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to the given
startPosition. - resetTokens(TrackingToken, R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- resetTokens(R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- resetTokens(R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to their initial state.
- resetTokens(R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- resolve(String, Type, List<QuerySubscription<?>>, QuerySubscription<?>) - Method in interface org.axonframework.queryhandling.registration.DuplicateQueryHandlerResolver
-
Chooses what to do when a duplicate handler is registered, returning the handlers that should be selected for query handling, or otherwise throwing an exception to reject registration altogether.
- resolve(String, Type, List<QuerySubscription<?>>, QuerySubscription<?>) - Method in class org.axonframework.queryhandling.registration.FailingDuplicateQueryHandlerResolver
- resolve(String, Type, List<QuerySubscription<?>>, QuerySubscription<?>) - Method in class org.axonframework.queryhandling.registration.LoggingDuplicateQueryHandlerResolver
- resolve(String, EventMessage<?>, MessageHandlingMember<T>) - Method in interface org.axonframework.modelling.saga.AssociationResolver
-
Resolves the associationPropertyName as a value.
- resolve(String, EventMessage<?>, MessageHandlingMember<T>) - Method in class org.axonframework.modelling.saga.MetaDataAssociationResolver
-
Finds the association property value by looking up the association property name in the event message's
MetaData. - resolve(String, EventMessage<?>, MessageHandlingMember<T>) - Method in class org.axonframework.modelling.saga.PayloadAssociationResolver
-
Finds the association property value in the message's payload.
- resolve(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.DuplicateCommandHandlerResolver
-
Chooses what to do when a duplicate handler is registered, returning the handler that should be selected for command handling, or otherwise throwing an exception to reject registration altogether.
- resolve(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.FailingDuplicateCommandHandlerResolver
- resolve(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.LoggingDuplicateCommandHandlerResolver
- resolveAssociation(EventMessage<?>) - Method in interface org.axonframework.modelling.saga.metamodel.SagaModel
- resolveClassName(SerializedType) - Method in class org.axonframework.serialization.avro.AvroSerializer
-
Resolve the class name from the given
serializedType. - resolveClassName(SerializedType) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
-
Resolve the class name from the given
serializedType. - resolveClassName(SerializedType) - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Resolve the class name from the given
serializedType. - resolveCommandTarget(CommandMessage<?>, T, Member, EntityModel<Object>) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
-
Resolve the target of an incoming
CommandMessageto the right Child Entity. - resolveCommandTarget(CommandMessage<?>, T, Member, EntityModel<Object>) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityCollectionDefinition
- resolveCommandTarget(CommandMessage<?>, T, Member, EntityModel<Object>) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityDefinition
- resolveCommandTarget(CommandMessage<?>, T, Member, EntityModel<Object>) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityMapDefinition
- resolveContext(T) - Method in interface org.axonframework.axonserver.connector.TargetContextResolver
-
Provides the context to which a message should be routed.
- resolveDetails(Throwable) - Static method in exception class org.axonframework.messaging.HandlerExecutionException
-
Resolve details from the given
throwable, taking into account that the details may be available in any of theHandlerExecutionExceptions is the "cause" chain. - resolveEventTargets(EventMessage, T, Member, ForwardingMode) - Method in class org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
-
Resolve the targets of an incoming
EventMessageto the right Child Entities. - resolveEventTargets(EventMessage, T, Member, ForwardingMode) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityCollectionDefinition
- resolveEventTargets(EventMessage, T, Member, ForwardingMode) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityDefinition
- resolveEventTargets(EventMessage, T, Member, ForwardingMode) - Method in class org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityMapDefinition
- resolveGenericType(Field, int) - Static method in class org.axonframework.common.ReflectionUtils
-
Resolve a generic type parameter from a field declaration
- resolveMemberGenericType(Member, int) - Static method in class org.axonframework.common.ReflectionUtils
-
Resolve a generic type parameter from a member declaration.
- resolveParameterValue(Message) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
- resolveParameterValue(Message) - Method in class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
- resolveParameterValue(Message) - Method in class org.axonframework.messaging.annotation.FixedValueParameterResolver
- resolveParameterValue(Message) - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
- resolveParameterValue(Message<?>) - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
- resolveParameterValue(Message<?>) - Method in class org.axonframework.eventsourcing.conflictresolution.ConflictResolution
- resolveParameterValue(Message<?>) - Method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
- resolveParameterValue(Message<?>) - Method in interface org.axonframework.messaging.annotation.ParameterResolver
-
Resolves the parameter value to use for the given
message, ornullif no suitable parameter value can be resolved. - resolvePrimitiveWrapperType(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the boxed wrapper type for the given
primitiveType. - resolvePrimitiveWrapperTypeIfPrimitive(Type) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the boxed wrapper type for the given
typeif it is primitive. - resolveReturnValue(CommandMessage<?>, Aggregate<T>) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
-
Resolves the value to return when the given
commandhas created the givenaggregate. - resolveTarget(CommandMessage<?>) - Method in class org.axonframework.modelling.command.AnnotationCommandTargetResolver
-
Returns the Aggregate Identifier and optionally the expected version of the aggregate on which the given
commandshould be executed. - resolveTarget(CommandMessage<?>) - Method in interface org.axonframework.modelling.command.CommandTargetResolver
-
Returns the Aggregate Identifier and optionally the expected version of the aggregate on which the given
commandshould be executed. - resolveTarget(CommandMessage<?>) - Method in class org.axonframework.modelling.command.MetaDataCommandTargetResolver
- resourceInjector() - Method in interface org.axonframework.config.Configuration
-
Returns the ResourceInjector used to provide resources to Saga instances.
- resourceInjector() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- resourceInjector() - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- resourceInjector(ResourceInjector) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Sets the
ResourceInjectorused to initializeSagainstances after a target instance is created or loaded from the store. - ResourceInjector - Interface in org.axonframework.modelling.saga
-
Interface describing a mechanism to inject resources into Saga instances.
- resources() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- resources() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns a mutable map of resources registered with the Unit of Work.
- responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
- responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
- responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
- responseMessagePayloadType() - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
- responseMessagePayloadType() - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
Returns a
Classrepresenting the type of the payload to be contained in the response message. - ResponseType<R> - Interface in org.axonframework.messaging.responsetypes
-
Specifies the expected response type required when performing a query through the
QueryBus/QueryGateway. - ResponseTypes - Class in org.axonframework.messaging.responsetypes
-
Utility class containing static methods to obtain instances of
ResponseType. - ResubscribableStreamObserver<V> - Class in org.axonframework.axonserver.connector.util
-
Deprecated.in through use of the AxonServer java connector
- ResubscribableStreamObserver(StreamObserver<V>, Consumer<Throwable>) - Constructor for class org.axonframework.axonserver.connector.util.ResubscribableStreamObserver
-
Deprecated.Creates the Re-subscribable Stream Observer.
- RESULT_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the result type the handler can handle.
- ResultHandler - Annotation Interface in org.axonframework.messaging.interceptors
-
Meta-Annotation used to demarcate
MessageHandlerInterceptorannotated methods as interceptors that should only act on the result of a handler invocation. - ResultMessage<R> - Interface in org.axonframework.messaging
-
Message that represents a result of handling some form of request message.
- ResultParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
ParameterResolverFactory that provides support for Parameters where the result of Handler execution is expected to be injected.
- ResultParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.ResultParameterResolverFactory
- resultType() - Element in annotation interface org.axonframework.messaging.interceptors.ExceptionHandler
-
Defines the type of result this handler needs to be triggered for.
- resultType() - Element in annotation interface org.axonframework.messaging.interceptors.ResultHandler
-
The type of result object that the annotated handler should be invoked for.
- ResultValidator<T> - Interface in org.axonframework.test.aggregate
-
Interface describing the operations available on the "validate result" (a.k.a.
- ResultValidatorImpl<T> - Class in org.axonframework.test.aggregate
-
Implementation of the ResultValidator.
- ResultValidatorImpl(List<EventMessage<?>>, FieldFilter, Supplier<Aggregate<T>>, StubDeadlineManager) - Constructor for class org.axonframework.test.aggregate.ResultValidatorImpl
-
Initialize the ResultValidatorImpl with the given
storedEventsandpublishedEvents. - resume() - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
-
Resume a paused Unit of Work by registering it with the
CurrentUnitOfWork. - retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- retrieveStorageIdentifier() - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- retrieveStorageIdentifier() - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Returns a unique identifier that uniquely identifies the storage location of the tokens in this store.
- retryExecutor(ScheduledExecutorService) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Sets the
ScheduledExecutorServiceused to schedule a command retry. - RetryingCallback<C,
R> - Class in org.axonframework.commandhandling.gateway -
Callback implementation that will invoke a retry scheduler if a command results in a runtime exception.
- RetryingCallback(CommandCallback<C, R>, RetryScheduler, CommandBus) - Constructor for class org.axonframework.commandhandling.gateway.RetryingCallback
-
Initialize the RetryingCallback with the given
delegate, representing the actual callback passed as a parameter to dispatch, the givencommandMessage,retrySchedulerandcommandBus. - retryInterval(int) - Method in class org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
-
Sets the retry interval in milliseconds at which to schedule a retry.
- retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
-
Sets the
RetrySchedulercapable of performing retries of failed commands. - retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Sets the
RetrySchedulerwhich will decide whether to reschedule commands. - retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
- RetryScheduler - Interface in org.axonframework.commandhandling.gateway
-
Interface towards a mechanism that decides whether to schedule a command for execution when a previous attempts resulted in an exception.
- revision - Variable in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.
- revision - Variable in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
- revision(String) - Method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter.Builder
-
Sets an aggregate
revisionthisSnapshotFilterwill allow. - Revision - Annotation Interface in org.axonframework.serialization
-
Annotation that attaches revision information to a Serializable object.
- revisionColumn() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the revision column
- revisionColumn(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the revision column.
- revisionOf(Class<?>) - Method in class org.axonframework.serialization.AnnotationRevisionResolver
- revisionOf(Class<?>) - Method in class org.axonframework.serialization.FixedValueRevisionResolver
- revisionOf(Class<?>) - Method in class org.axonframework.serialization.MavenArtifactRevisionResolver
- revisionOf(Class<?>) - Method in interface org.axonframework.serialization.RevisionResolver
-
Returns the revision for the given
payloadType. - revisionOf(Class<?>) - Method in class org.axonframework.serialization.SerialVersionUIDRevisionResolver
- revisionResolver() - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Sets the
RevisionResolverused to resolve the revision from an object to be serialized. - revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets revision resolver.
- revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Sets the
RevisionResolverused to resolve the revision from an object to be serialized. - revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.JavaSerializer.Builder
-
Deprecated.Sets the
RevisionResolverused to resolve the revision from an object to be serialized. - revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Sets the
RevisionResolverused to resolve the revision from an object to be serialized. - revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
- RevisionResolver - Interface in org.axonframework.serialization
-
Interface towards a mechanism that resolves the revision of a given payload type.
- RevisionSnapshotFilter - Class in org.axonframework.eventsourcing.snapshotting
-
A
SnapshotFilterimplementation which based on a configurable allowed revision will onlySnapshotFilter.allow(DomainEventData)DomainEventDatacontaining that revision. - RevisionSnapshotFilter(String) - Constructor for class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter
-
Deprecated.in favor of using the
RevisionSnapshotFilter.Builder - RevisionSnapshotFilter(RevisionSnapshotFilter.Builder) - Constructor for class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter
-
Instantiate a
RevisionSnapshotFilterbased on the fields contained in theRevisionSnapshotFilter.Builder. - RevisionSnapshotFilter.Builder - Class in org.axonframework.eventsourcing.snapshotting
-
Builder class to instantiate a
RevisionSnapshotFilter. - rollback() - Method in interface org.axonframework.common.transaction.Transaction
-
Roll back this transaction.
- rollback() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Initiates the rollback of this Unit of Work, invoking all registered rollback (
and clean-up handlers #onCleanup(Consumer)respectively. - rollback(Throwable) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- rollback(Throwable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Initiates the rollback of this Unit of Work, invoking all registered rollback (
and clean-up handlers #onCleanup(Consumer)respectively. - ROLLBACK - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work is being rolled back.
- rollbackConfiguration(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
RollbackConfigurationtied to the givenprocessorName. - rollbackConfiguration(String) - Method in class org.axonframework.config.EventProcessingModule
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Sets the
RollbackConfigurationwhich allows you to specify when aUnitOfWorkshould be rolled back. - rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
RollbackConfigurationwhich allows you to specify when aUnitOfWorkshould be rolled back. - rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Sets the
RollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events. - rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Sets the
RollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events. - rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Sets the
RollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events. - RollbackConfiguration - Interface in org.axonframework.messaging.unitofwork
-
The RollbackConfiguration defines if a Unit of Work should be rolled back when an exception is raised during the processing of a Message.
- rollbackConfigurations - Variable in class org.axonframework.config.EventProcessingModule
- RollbackConfigurationType - Enum Class in org.axonframework.messaging.unitofwork
-
Enum containing common rollback configurations for the Unit of Work.
- rollBackOn(Throwable) - Method in interface org.axonframework.messaging.unitofwork.RollbackConfiguration
-
Decides whether the given
throwableshould trigger a rollback. - rollbackTransaction(TransactionStatus) - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
-
Rolls back the transaction with given
statusif the transaction is new and not completed. - root() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the root of this Unit of Work.
- root() - Method in class org.axonframework.modelling.saga.AnnotatedSaga
-
Returns the (annotated) Saga instance.
- ROOT_SEGMENT - Static variable in class org.axonframework.eventhandling.Segment
-
Represents the Segment that matches against all input, but can be split to start processing elements in parallel.
- rootType() - Method in interface org.axonframework.modelling.command.Aggregate
-
Get the class type of the wrapped aggregate root that the Aggregate defers to for command handling.
- rootType() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- rootType() - Method in class org.axonframework.modelling.command.LockAwareAggregate
- routingKey() - Element in annotation interface org.axonframework.commandhandling.CommandHandler
-
The property of the command to be used as a routing key towards this command handler instance.
- routingKey() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
-
Returns the property of the command that is to be used as routing key towards this command handler instance.
- routingKey() - Element in annotation interface org.axonframework.modelling.command.AggregateIdentifier
-
Deprecated.this field is no longer used to route commands to an aggregate. The aggregate to route a command to will be resolved with the
TargetAggregateIdentifierannotated field in theCommandMessage's payload itself. - routingKey() - Element in annotation interface org.axonframework.modelling.command.AggregateMember
-
The property of the message to be used as a routing key towards this Aggregate Member.
- routingKey() - Element in annotation interface org.axonframework.modelling.command.EntityId
-
Get the name of the routing key property on commands and events that provides the identifier that should be used to target the entity with the annotated member.
- routingKey() - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- routingKey() - Method in interface org.axonframework.modelling.command.inspection.EntityModel
-
Get the name of the routing key property on commands and events that provides the identifier that should be used to target entities of this kind.
- RoutingKey - Annotation Interface in org.axonframework.commandhandling
-
Field or method level annotation that marks a field or method providing the routing key that a command targets.
- routingServers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.In favor of the
AxonServerConnectionManageritself being in charge of parsing theAxonServerConfiguration.getServers()list into aNodeInfocollection. - routingServers() - Method in interface org.axonframework.springboot.service.connection.AxonServerConnectionDetails
-
The addresses of the routing servers to use to connect to an Axon Server cluster.
- routingServers() - Method in class org.axonframework.springboot.service.connection.PropertiesAxonServerConnectionDetails
- routingServers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Comma separated list of Axon Server locations.
- routingStrategy() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- routingStrategy(RoutingStrategy) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
RoutingStrategyused to correctly configure connections between Axon clients and Axon Server. - RoutingStrategy - Interface in org.axonframework.commandhandling.distributed
-
Interface describing a mechanism that generates a routing key for a given command.
- run() - Method in class org.axonframework.axonserver.connector.PriorityRunnable
- run() - Method in class org.axonframework.common.MemberAccessibilityCallback
- run() - Method in interface org.axonframework.config.LifecycleHandler
-
Run the start up or shutdown process this
LifecycleHandlerrepresents. - run() - Method in class org.axonframework.eventhandling.async.EventProcessorTask
- run() - Method in interface org.axonframework.lifecycle.Lifecycle.LifecycleHandler
-
Execute the lifecycle activity.
- run() - Method in class org.axonframework.updates.UpdateChecker
- run(Runnable) - Method in interface org.axonframework.tracing.Span
-
Runs a piece of code which will be traced.
- runCallable(Callable<T>) - Method in interface org.axonframework.tracing.Span
-
Runs a piece of code which will be traced.
- runConsumer(Consumer<T>, T) - Method in interface org.axonframework.tracing.Span
-
Runs a piece of code that returns a value and which will be traced.
- runOnPrepareCommitOrNow(Runnable) - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
Run a given
deadlineCallimmediately, or schedule it for theUnitOfWorkit's 'prepare commit' phase if a UnitOfWork is active. - runSupplier(Supplier<T>) - Method in interface org.axonframework.tracing.Span
-
Runs a piece of code that returns a value and which will be traced.
- RUNTIME_EXCEPTIONS - Enum constant in enum class org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Configuration that prescribes a rollback on runtime exceptions only.
S
- safeDetectAxonModules() - Static method in class org.axonframework.updates.detection.AxonVersionDetector
-
Detects Axon Framework modules in the classpath and returns their versions.
- saga() - Method in interface org.axonframework.modelling.saga.repository.SagaStore.Entry
-
Returns the Saga instance in unserialized form.
- Saga<T> - Interface in org.axonframework.modelling.saga
-
Interface describing an implementation of a Saga.
- Saga - Annotation Interface in org.axonframework.spring.stereotype
-
Annotation that informs Axon's auto configurer for Spring that a given
Componentis a saga instance. - SAGA_ASSOCIATION_PROPERTY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the property in the handled
EventMessageto associate a saga instance with. - SAGA_ASSOCIATION_PROPERTY_KEY_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the saga event handler's association property key name used.
- SAGA_ASSOCIATION_RESOLVER - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the type of association resolver used by a saga event handler.
- sagaCache(Cache) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
-
Sets the
sagaCacheof typeCacheused to store Sagas with. - sagaConfiguration(Class<T>) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
SagaConfigurationfor the givensagaType. - SagaConfiguration<S> - Interface in org.axonframework.config
-
Represents a set of components needed to configure a Saga.
- sagaConfigurations() - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns a
ListofSagaConfigurations registered within this configuration. - sagaConfigurations() - Method in class org.axonframework.config.EventProcessingModule
- SagaConfigurer<T> - Class in org.axonframework.config
-
Provides mechanisms to configure the components used to manage and store Saga.
- SagaConfigurer(Class<T>) - Constructor for class org.axonframework.config.SagaConfigurer
-
Initializes a configurer for the given Saga Type.
- SagaCreationException - Exception Class in org.axonframework.modelling.saga.repository
-
Exception triggered when a new saga instance could not be instantiated.
- SagaCreationException(String, Throwable) - Constructor for exception class org.axonframework.modelling.saga.repository.SagaCreationException
-
Initializes the exception using the given
messageandcause. - SagaCreationPolicy - Enum Class in org.axonframework.modelling.saga
-
Enumeration containing the possible Creation Policies for Sagas.
- SagaEntry<T> - Class in org.axonframework.modelling.saga.repository.jpa
-
Java Persistence Entity allowing sagas to be stored in a relational database.
- SagaEntry() - Constructor for class org.axonframework.modelling.saga.repository.jpa.SagaEntry
-
Constructor required by JPA.
- SagaEntry(T, String, Serializer) - Constructor for class org.axonframework.modelling.saga.repository.jpa.SagaEntry
-
Constructs a new SagaEntry for the given
saga. - sagaEntryEntityName() - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Intended for clients to override.
- sagaEntryEntityName() - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Intended for clients to override.
- sagaEntryTable() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the sagaEntry table
- sagaEntryTable(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the saga entry table.
- SagaEventHandler - Annotation Interface in org.axonframework.modelling.saga
-
Method-level annotation indicating that the annotated method is an event handler method for the saga instance.
- sagaEventProcessor(Class<?>) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Obtains an Saga
EventProcessorimplementation for the givensagaType. - SagaExecutionException - Exception Class in org.axonframework.modelling.saga
-
Exception triggered by a saga while it is processing an event or processing a task.
- SagaExecutionException(String, Throwable) - Constructor for exception class org.axonframework.modelling.saga.SagaExecutionException
-
Initializes the exception using the given
messageandcause. - sagaFactory(Supplier<T>) - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
-
Sets the
sagaFactoryof typeSupplierresponsible for creating new Saga instances. - sagaFactory(Supplier<T>) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
- sagaId - Variable in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.
- sagaId - Variable in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
- sagaIdColumn() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the sagaId column
- sagaIdColumn(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the saga id column.
- sagaIdentifierAttribute(String) - Method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory.Builder
-
Sets the attribute name to use for the saga identifier.
- SagaInitializationPolicy - Class in org.axonframework.modelling.saga
-
Describes the conditions under which a Saga should be created, and which AssociationValue it should be initialized with.
- SagaInitializationPolicy(SagaCreationPolicy, AssociationValue) - Constructor for class org.axonframework.modelling.saga.SagaInitializationPolicy
-
Creates an instance using the given
creationPolicyandinitialAssociationValue. - SagaInstantiationException - Exception Class in org.axonframework.modelling.saga
-
Exception triggered during initialization of a Saga.
- SagaInstantiationException(String, Throwable) - Constructor for exception class org.axonframework.modelling.saga.SagaInstantiationException
-
Initializes the exception using the given
messageandcause. - SagaLifecycle - Class in org.axonframework.modelling.saga
-
Abstract base class of a component that models a saga's life cycle.
- SagaLifecycle() - Constructor for class org.axonframework.modelling.saga.SagaLifecycle
- SagaManagerProperties() - Constructor for class org.axonframework.springboot.TracingProperties.SagaManagerProperties
- sagaManagerSpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- SagaManagerSpanFactory - Interface in org.axonframework.modelling.saga
-
Span factory that creates spans for the
AbstractSagaManager. - SagaMetaModelFactory - Interface in org.axonframework.modelling.saga.metamodel
-
Interface of a factory for a
SagaModelfor any given saga type. - SagaMethodMessageHandlerDefinition - Class in org.axonframework.modelling.saga
-
Utility class that inspects annotation on a Saga instance and returns the relevant configuration for its Event Handlers.
- SagaMethodMessageHandlerDefinition() - Constructor for class org.axonframework.modelling.saga.SagaMethodMessageHandlerDefinition
-
Constructs a default
SagaMethodMessageHandlerDefinition. - SagaMethodMessageHandlingMember<T> - Class in org.axonframework.modelling.saga
-
A data holder containing information of
SagaEventHandlerannotated methods. - SagaMethodMessageHandlingMember(MessageHandlingMember<T>, SagaCreationPolicy, String, String, AssociationResolver) - Constructor for class org.axonframework.modelling.saga.SagaMethodMessageHandlingMember
-
Creates a SagaMethodMessageHandler.
- sagaModel(SagaModel<T>) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
-
Sets the
SagaModelof generic typeT, describing the structure of the Saga thisAbstractSagaManagerimplementation will manage. - sagaModel(SagaModel<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Sets the
SagaModelof generic typeT, describing the structure of the Saga thisSagaRepositoryimplementation will store. - SagaModel<T> - Interface in org.axonframework.modelling.saga.metamodel
-
Interface of a model that describes a Saga of type
T. - sagaProcessingGroup(Class<?>) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Gets the processing group for given
sagaType. - sagaProcessingGroup(Class<?>) - Method in class org.axonframework.config.EventProcessingModule
- sagaRepository(SagaRepository<T>) - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
-
Sets the
SagaRepositoryof generic typeTused to save and load Saga instances. - sagaRepository(SagaRepository<T>) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
- SagaRepository<T> - Interface in org.axonframework.modelling.saga
-
Interface towards the storage mechanism of Saga instances.
- sagaSchema - Variable in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sagaSchema() - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
-
Returns the
SagaSchemaused to configure this sql saga schema. - SagaSchema - Class in org.axonframework.modelling.saga.repository.jdbc
-
SagaSchema allows specification of custom storage locations for the saga repositories.
- SagaSchema() - Constructor for class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Initialize SagaSchema with default values.
- SagaSchema(String, String) - Constructor for class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Deprecated.use
SagaSchema.Builderinstead - SagaSchema(SagaSchema.Builder) - Constructor for class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
- SagaSchema.Builder - Class in org.axonframework.modelling.saga.repository.jdbc
-
Builder for an
SagaSchemathat gets initialized with default values. - SagaScopeDescriptor - Class in org.axonframework.eventhandling.saga
-
Deprecated.in favor of the
SagaScopeDescriptor - SagaScopeDescriptor - Class in org.axonframework.modelling.saga
-
Describes the scope of a Saga by means of its type and identifier.
- SagaScopeDescriptor(String, Object) - Constructor for class org.axonframework.eventhandling.saga.SagaScopeDescriptor
-
Deprecated.Instantiate a SagaScopeDescriptor with the provided
typeandidentifier. - SagaScopeDescriptor(String, Object) - Constructor for class org.axonframework.modelling.saga.SagaScopeDescriptor
-
Instantiate a SagaScopeDescriptor with the provided
typeandidentifier. - SagaSqlSchema - Interface in org.axonframework.modelling.saga.repository.jdbc
-
Interface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlying database.
- SagaStorageException - Exception Class in org.axonframework.modelling.saga
-
Exception indicating that an error has occurred while storing a Saga.
- SagaStorageException(String) - Constructor for exception class org.axonframework.modelling.saga.SagaStorageException
-
Initialize a SagaStorageException with the given descriptive
message. - SagaStorageException(String, Throwable) - Constructor for exception class org.axonframework.modelling.saga.SagaStorageException
-
Initialize a SagaStorageException with the given descriptive
messageandcause. - sagaStore() - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns a
SagaStoreregistered within this configuration. - sagaStore() - Method in class org.axonframework.config.EventProcessingModule
- sagaStore() - Element in annotation interface org.axonframework.spring.stereotype.Saga
-
Selects the name of the SagaStore bean.
- sagaStore(SagaStore<? super T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Sets the
SagaStoreused to save and load saga instances. - sagaStore(Serializer, EntityManagerProvider) - Method in class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
- sagaStore(Serializer, EntityManagerProvider) - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- SagaStore<T> - Interface in org.axonframework.modelling.saga.repository
-
Provides a mechanism to find, load update and delete sagas of type
Tfrom an underlying storage like a database. - SagaStore.Entry<T> - Interface in org.axonframework.modelling.saga.repository
-
Interface describing a Saga entry fetched from a SagaStore.
- sagaStoreNoSchema(ConnectionProvider, Serializer) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- sagaStoreWithSchema(ConnectionProvider, Serializer, SagaSqlSchema) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- SagaTestFixture<T> - Class in org.axonframework.test.saga
-
Fixture for testing Annotated Sagas based on events and time passing.
- SagaTestFixture(Class<T>) - Constructor for class org.axonframework.test.saga.SagaTestFixture
-
Creates an instance of the AnnotatedSagaTestFixture to test sagas of the given
sagaType. - sagaType - Variable in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
- sagaType - Variable in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.
- sagaType - Variable in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
- sagaType(Class<T>) - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
-
Sets the
sagaTypeas aClassmanaged by this instance. - sagaType(Class<T>) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
- sagaType(Class<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
- sagaTypeColumn() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the sagaType column
- sagaTypeColumn(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the saga type column.
- sameInstanceSupplier(Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
-
Wraps the given
supplierto ensure that the same instance is returned on multiple consecutive invocations. - samePositionAs(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Indicates whether
thistoken is at the exact same spot in the event stream as theothertoken. - samePositionAs(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- samePositionAs(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- samePositionAs(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
- samePositionAs(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
- samePositionAs(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- samePositionAs(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
-
Indicates whether
thistoken is at the exact same spot in the event stream as theothertoken. - scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
- scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBus, expecting a response in the form ofresponseTypefrom several sources. - scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given
queryto all QueryHandlers subscribed to the givenquery's queryName/responseType. - scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in class org.axonframework.queryhandling.SimpleQueryBus
- scatterGather(Q, ResponseType<R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBus, expecting a response in the form ofresponseTypefrom several sources. - schedule(Duration, Object) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Schedules an event to be published after a specified amount of time.
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
- schedule(Duration, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Schedule the given
eventfor publication after the giventriggerDuration. - schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
- schedule(Duration, Object) - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
- schedule(Duration, String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline after the given
triggerDurationwith givendeadlineName. - schedule(Duration, String, Object) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline after the given
triggerDuration. - schedule(Duration, String, Object, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline after the given
triggerDurationwith provided context. - schedule(Duration, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- schedule(Duration, String, Object, ScopeDescriptor) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- schedule(Instant, Object) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Schedules an event to be published at a given moment.
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
- schedule(Instant, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Schedule the given
eventfor publication at the giventriggerDateTime. - schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
- schedule(Instant, Object) - Method in class org.axonframework.test.eventscheduler.StubEventScheduler
- schedule(Instant, String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline at given
triggerDateTimewith givendeadlineName. - schedule(Instant, String, Object) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline at given
triggerDateTimewith givendeadlineName. - schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- schedule(Instant, String, Object, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline at given
triggerDateTimewith provided context. - schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.SimpleDeadlineManager
- schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.test.deadline.StubDeadlineManager
- schedule(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
-
Schedules this task for execution when all pre-conditions have been met.
- ScheduledDeadlineInfo - Class in org.axonframework.test.deadline
-
Holds the data regarding deadline schedule.
- ScheduledDeadlineInfo(Instant, String, String, int, DeadlineMessage<?>, ScopeDescriptor) - Constructor for class org.axonframework.test.deadline.ScheduledDeadlineInfo
-
Instantiates a ScheduledDeadlineInfo.
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Sets the
ScheduledExecutorServiceused for scheduling and triggering deadlines. - scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
Sets the
ScheduledExecutorServiceused for scheduling and triggering events. - ScheduledItem - Interface in org.axonframework.test.eventscheduler
-
Interface describing an event to be scheduled at a given date and time.
- scheduleEvents(List<? extends EventMessage<?>>, Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.async.EventProcessorTask
-
Schedules a batch of events for processing.
- scheduler(Scheduler) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets the
Schedulerused for scheduling and triggering purposes of deadlines. - scheduler(Scheduler) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets the
Schedulerused for scheduling and triggering purposes of the events. - scheduler(Scheduler) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the
Schedulerused for scheduling and triggering purposes of the deadlines. - scheduler(Scheduler) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the
Schedulerused for scheduling and triggering purposes of the deadlines. - Scheduler - Interface in org.axonframework.axonserver.connector.util
-
Schedules tasks to be executed in future.
- Scheduler.ScheduledTask - Interface in org.axonframework.axonserver.connector.util
- scheduleRetry(Runnable, long) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
Schedule the provided task to run after the given interval.
- scheduleRetry(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>, Runnable) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
This is the entrypoint of the
RetryScheduler. - scheduleRetry(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>, Runnable) - Method in interface org.axonframework.commandhandling.gateway.RetryScheduler
-
Inspect the given
commandMessagethat failed with givenlastFailure. - scheduleSnapshot(Class<?>, String) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter
- scheduleSnapshot(Class<?>, String) - Method in interface org.axonframework.eventsourcing.Snapshotter
-
Schedules snapshot taking for an aggregate with given
aggregateIdentifier. - ScheduleToken - Interface in org.axonframework.eventhandling.scheduling
-
Token that identifies a single scheduled Event.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.axonframework.axonserver.connector.util.Scheduler
-
Schedules a
commandto be executed periodically afterinitialDelay. - SchedulingException - Exception Class in org.axonframework.eventhandling.scheduling
-
Exception indicating a problem in the Event Scheduling mechanism.
- SchedulingException(String) - Constructor for exception class org.axonframework.eventhandling.scheduling.SchedulingException
-
Initialize a SchedulingException with the given
message. - SchedulingException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.scheduling.SchedulingException
-
Initialize a SchedulingException with the given
messageandcause. - schema() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Returns the
EventSchemathat defines the table and column names of event tables in the database. - schema(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
-
Sets the given
schemaused to define the column names / labels with to return fields from theResultSet. - schema(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
Sets the given
schemaused to define the table and column names used when constructing allPreparedStatements. - schema(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
DeadLetterSchemaused to constructs the table and indices required by thisSequencedDeadLetterQueue. - schema(TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
schemawhich describes a JDBC token entry for thisTokenStore. - schema(EventSchema) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
EventSchemadescribing the database schema of event entries. - schemaIncompatibilityChecker(SchemaIncompatibilityChecker) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets schema compatibility checker.
- SchemaIncompatibilityChecker - Interface in org.axonframework.serialization.avro
-
Provides functionality for incompatibility checks.
- schemaStore(SchemaStore) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets schema store for Avro schema resolution.
- Scope - Class in org.axonframework.messaging
-
Describes functionality off processes which can be 'in scope', like an Aggregate or Saga.
- Scope() - Constructor for class org.axonframework.messaging.Scope
- SCOPE_AWARE_RESOLVER - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
-
The key under which the
ScopeAwareProvideris stored within theSchedulerContext. - scopeAttribute(String) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
-
Sets the attribute key to use for the deadline scope.
- ScopeAware - Interface in org.axonframework.messaging
-
Interface describing components which are
Scopeaware. - scopeAwareProvider() - Method in interface org.axonframework.config.Configuration
-
Returns the
ScopeAwareProviderdefined in the Configuration. - scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets the
ScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor. - scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Sets the
ScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor. - scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the
ScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor. - scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Sets the
ScopeAwareProviderwhich is capable of providing a stream ofScopeinstances for a givenScopeDescriptor. - ScopeAwareProvider - Interface in org.axonframework.messaging
-
Contract towards a mechanism to provide a
Streamof components which areScopeAware. - scopeDescription() - Method in class org.axonframework.messaging.NoScopeDescriptor
- scopeDescription() - Method in interface org.axonframework.messaging.ScopeDescriptor
- scopeDescription() - Method in class org.axonframework.modelling.command.AggregateScopeDescriptor
- scopeDescription() - Method in class org.axonframework.modelling.saga.SagaScopeDescriptor
- ScopeDescriptor - Interface in org.axonframework.messaging
-
Denotes the description of a
Scope. - ScopeDescriptorParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
Factory for a
ScopeDescriptorParameterResolver. - ScopeDescriptorParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.ScopeDescriptorParameterResolverFactory
- securedMessageHandlerDefinition() - Method in class org.axonframework.springboot.autoconfig.SecurityAutoConfiguration
- SecuredMessageHandlerDefinition - Class in org.axonframework.spring.authorization
-
MessageHandlerDefinition that verifies authorization based on
Securedannotations on the message handler. - SecuredMessageHandlerDefinition() - Constructor for class org.axonframework.spring.authorization.SecuredMessageHandlerDefinition
- SecurityAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- SecurityAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.SecurityAutoConfiguration
- Segment - Class in org.axonframework.eventhandling
-
A representation of a segment and corresponding mask with various capabilities.
- Segment(int, int) - Constructor for class org.axonframework.eventhandling.Segment
-
Construct a new Segment instance with given
segmentIdandmask - segmentColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the column containing the segment of the processor to which the token belongs.
- segmentCount() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
-
Returns this member's segment count which relates to the relative load factor of the member.
- segmentReleased(Segment) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
- segmentReleased(Segment) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
This is a way for an event processor to communicate that a segment which was being processed is released.
- select(Connection, String, int, boolean) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementto select a token entry from the underlying storage, either for updating or just for reading. - selectForSegments(Connection, String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementto select all segments ids for a given processorName from the underlying storage. - selectForUpdate(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementto select a token entry from the underlying storage. - selectImports(AnnotationMetadata) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
-
Deprecated.
- selectSegments(Connection, String, int, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementfor the count of segments that can be found after searching for thesplitSegmentIdandmergeableSegmentId. - selectTokenEntries(Connection, String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementto select allTokenEntriesfor a given processorName from the underlying storage. - send(C, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Sends the given
command, and invokes thecallbackwhen the command is processed. - send(C, CommandCallback<? super C, ? super R>) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
command, and have the result of the command's execution reported to the givencallback. - send(C, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
- send(Object) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
commandand returns aCompletableFutureimmediately, without waiting for the command to execute. - send(Object) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
- send(Object, MetaData) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
commandwith the givenmetaDataand returns aCompletableFutureimmediately, without waiting for the command to execute. - send(Member, CommandMessage<? extends C>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Sends the given
commandto the node assigned to handle messages with the givenroutingKey. - send(Member, CommandMessage<C>, CommandCallback<? super C, R>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Sends the given
commandto the node assigned to handle messages with the givenroutingKey. - send(Message<?>, ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAware
- send(Message<?>, ScopeDescriptor) - Method in class org.axonframework.modelling.command.AbstractRepository
- send(Message<?>, ScopeDescriptor) - Method in class org.axonframework.modelling.saga.AbstractSagaManager
- sendAck(String, boolean, ErrorMessage, StreamObserver<T>) - Method in class org.axonframework.axonserver.connector.DefaultInstructionAckSource
- sendAck(String, boolean, ErrorMessage, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends an acknowledgement.
- sendAndForget(Object) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Dispatches a command without callback.
- sendAndWait(Object) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
commandand wait for it to execute. - sendAndWait(Object) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
Sends the given
commandand waits for its execution to complete, or until the waiting thread is interrupted. - sendAndWait(Object, long, TimeUnit) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
commandand wait for it to execute. - sendAndWait(Object, long, TimeUnit) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
Sends the given
commandand waits for its execution to complete, or until the giventimeouthas expired, or the waiting thread is interrupted. - sendAndWait(Object, MetaData) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
commandwith the givenmetaDataand wait for it to execute. - sendAndWait(Object, MetaData, long, TimeUnit) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
commandwith the givenmetaDataand wait for it to execute. - sendInitialPermits() - Method in class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.
- sendRequest(UpdateCheckRequest, boolean) - Method in class org.axonframework.updates.UpdateCheckerHttpClient
-
Sends a usage request to the AxonIQ servers.
- sendSuccessfulAck(String, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends successful acknowledgement.
- sendUnsuccessfulAck(String, ErrorMessage, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends unsuccessful acknowledgement.
- sendUnsupportedInstruction(String, String, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends acknowledgement of unsupported instruction.
- separateTrace(boolean) - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory.Builder
-
Sets whether the creation of the snapshot should be represented by a separate trace.
- sequence() - Method in class org.axonframework.axonserver.connector.PriorityCallable
- sequence() - Method in class org.axonframework.axonserver.connector.PriorityRunnable
- sequence() - Method in interface org.axonframework.axonserver.connector.PriorityTask
-
Returns the sequence of this task.
- sequencedDeadLetterProcessor(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
- sequencedDeadLetterProcessor(String) - Method in class org.axonframework.config.EventProcessingModule
- SequencedDeadLetterProcessor<M> - Interface in org.axonframework.messaging.deadletter
-
Contract describing a component that can process
dead lettersthat it has enqueued. - SequencedDeadLetterQueue<M> - Interface in org.axonframework.messaging.deadletter
-
Interface describing the required functionality for a dead letter queue.
- SequenceEventStorageEngine - Class in org.axonframework.eventsourcing.eventstore
-
EventStorageEngine implementation that combines the streams of two event storage engines.
- SequenceEventStorageEngine(EventStorageEngine, EventStorageEngine) - Constructor for class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- sequenceIdentifier(EventMessage<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- sequenceIdentifierCacheSize(int) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Sets the size of the cache.
- sequenceIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
sequenceIdentifiercolumn name. - sequenceIdentifierColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
sequenceIdentifiercolumn. - sequenceIdentifierIndexSql(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
Constructs the SQL to create an index for the
processing groupandsequence indentifiercombination, using the givenschemato deduce the table and column names. - sequenceIdentifiersStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused to iterate over all sequences contained in the queue for theJdbcSequencedDeadLetterQueue.deadLetters()operation. - sequenceIdentifiersStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- sequenceIndexColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
sequenceIndexcolumn name. - sequenceIndexColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
sequenceIndexcolumn. - SequenceMatcher<T> - Class in org.axonframework.test.matchers
-
A matcher that will match if all the given
matcherseach match against an item that the previous matcher matched against. - SequenceMatcher(Matcher<? super T>...) - Constructor for class org.axonframework.test.matchers.SequenceMatcher
-
Construct a matcher that will return true if all the given
matchersmatch against an item positioned after the item that the previous matcher matched against. - SequenceNumber - Annotation Interface in org.axonframework.eventhandling
-
Annotation indicating that a parameter on an Event Handler method should be injected with the SequenceNumber of a DomainEventMessage.
- sequenceNumberColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
sequenceNumbercolumn name. - sequenceNumberColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the aggregate sequence number of the event.
- sequenceNumberColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
sequenceNumbercolumn. - sequenceNumberColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the event identifier column.
- SequenceNumberParameterResolver() - Constructor for class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
- SequenceNumberParameterResolverFactory - Class in org.axonframework.eventhandling
-
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a
Longtype annotated with theSequenceNumberannotation and assigns the sequenceNumber of the DomainEventMessage. - SequenceNumberParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory
-
Initializes a
ParameterResolverFactoryforSequenceNumberannotated parameters - SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver - Class in org.axonframework.eventhandling
-
ParameterResolver that resolves SequenceNumber parameters
- sequenceOf(Matcher<T>...) - Static method in class org.axonframework.test.matchers.Matchers
-
Matches a list of Events if each of the
matchersmatch against an Event that comes after the Event that the previous matcher matched against. - sequenceSize(Object) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- sequenceSize(Object) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- sequenceSize(Object) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- sequenceSize(Object) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- sequenceSize(Object) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Returns the number of dead letters for the sequence matching the given
sequenceIdentifiercontained in this queue. - sequenceSizeStatement(Connection, String, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.sequenceSize(Object)operation. - sequenceSizeStatement(Connection, String, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- sequencingPolicies - Variable in class org.axonframework.config.EventProcessingModule
- sequencingPolicy(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
SequencingPolicytied to the givenprocessingGroup. - sequencingPolicy(String) - Method in class org.axonframework.config.EventProcessingModule
- sequencingPolicy(SequencingPolicy<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Sets the
SequencingPolicyin charge of deciding whether a given event should be handled (throughEventHandlerInvoker.handle(EventMessage, Segment)) by the givenSegment. - SequencingPolicy<T> - Interface in org.axonframework.eventhandling.async
-
Interface to a policy definition for concurrent processing, for example event handling.
- sequencingPolicyMatchesSegment(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- SEQUENTIAL_PER_AGGREGATE_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
Stringconstant representing the "sequential per aggregate" sequencing policy. - SEQUENTIAL_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
Stringconstant representing the sequential policy. - SequentialPerAggregatePolicy - Class in org.axonframework.eventhandling.async
-
Concurrency policy that requires sequential processing of events raised by the same aggregate.
- SequentialPerAggregatePolicy() - Constructor for class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
- SequentialPolicy - Class in org.axonframework.eventhandling.async
-
SequencingPolicy that requires sequential handling of all events delivered to an event handler.
- SequentialPolicy() - Constructor for class org.axonframework.eventhandling.async.SequentialPolicy
- SerializationException - Exception Class in org.axonframework.serialization
-
Indicates that an exception occurred while serializing or deserializing an object.
- SerializationException(String) - Constructor for exception class org.axonframework.serialization.SerializationException
-
Initializes the exception using the given
message. - SerializationException(String, Throwable) - Constructor for exception class org.axonframework.serialization.SerializationException
-
Initializes the exception using the given
messageandcause. - serialize(A, Class<T>) - Method in interface org.axonframework.axonserver.connector.util.GrpcObjectSerializer.Serializer
-
Serialize the given
objectinto an object of theexpectedRepresentation. - serialize(Object, Class<T>) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- serialize(Object, Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
- serialize(Object, Class<T>) - Method in class org.axonframework.serialization.avro.AvroSerializer
- serialize(Object, Class<T>) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
- serialize(Object, Class<T>) - Method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.
- serialize(Object, Class<T>) - Method in class org.axonframework.serialization.json.JacksonSerializer
- serialize(Object, Class<T>) - Method in interface org.axonframework.serialization.Serializer
-
Serialize the given
objectinto a Serialized Object containing the givenexpectedRepresentation. - serialize(String, Throwable) - Static method in class org.axonframework.axonserver.connector.util.ExceptionSerializer
-
Serializes a given
Throwableinto anErrorMessage. - serialize(CommandMessage<?>, String, int) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a
CommandMessageinto aCommand. - serialize(CommandResultMessage<?>, String) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a
CommandResultMessageinto aCommandProviderOutbound. - serialize(SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deprecated.in through use of the AxonServer java connector
- serialize(SubscriptionQueryUpdateMessage<?>) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Serializes the given
subscriptionQueryUpdateMessageinto aQueryUpdate. - SERIALIZED_DEADLINE_MESSAGE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Deprecated.in favor of the separate DeadlineMessage keys | only maintained for backwards compatibility
- SERIALIZED_DEADLINE_MESSAGE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Deprecated.in favor of the separate DeadlineMessage keys | only maintained for backwards compatibility
- SERIALIZED_DEADLINE_SCOPE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Key pointing to the serialized deadline
ScopeDescriptorin theJobDataMap - SERIALIZED_DEADLINE_SCOPE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Key pointing to the class name of the deadline
ScopeDescriptorin theJobDataMap - SERIALIZED_MESSAGE_PAYLOAD - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the serialized payload of a message.
- serializedDataType() - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
Returns the SQL to describe the type for serialized data columns.
- serializedException - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- SerializedMessage<T> - Class in org.axonframework.serialization
-
A message containing serialized payload data and metadata.
- SerializedMessage(String, LazyDeserializingObject<T>, LazyDeserializingObject<MetaData>) - Constructor for class org.axonframework.serialization.SerializedMessage
-
Initializes a
SerializedMessagewith givenidentifierfrom the given lazily deserializing payload and metadata. - SerializedMessage(String, SerializedObject<?>, SerializedObject<?>, Serializer) - Constructor for class org.axonframework.serialization.SerializedMessage
-
Initializes a
SerializedMessagewith givenidentifierfrom the given serialized payload and metadata. - serializedMetaData - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- serializedMetaData - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- SerializedMetaData<T> - Class in org.axonframework.serialization
-
Represents the serialized form of a
MetaDatainstance. - SerializedMetaData(T, Class<T>) - Constructor for class org.axonframework.serialization.SerializedMetaData
-
Construct an instance with given
bytesrepresenting the serialized form of aMetaDatainstance. - SerializedObject<T> - Interface in org.axonframework.serialization
-
Interface describing the structure of a serialized object.
- SerializedObjectHolder - Class in org.axonframework.serialization
-
Holder that keeps references to serialized representations of a payload and meta data of a specific message.
- SerializedObjectHolder(Message) - Constructor for class org.axonframework.serialization.SerializedObjectHolder
-
Initialize the holder for the serialized representations of the payload and meta data of given
message - serializedObjectType() - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Intended for clients to override.
- serializedObjectType() - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Intended for clients to override.
- serializedPayload - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
- serializedPayload - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
- serializedSaga - Variable in class org.axonframework.modelling.saga.repository.jpa.AbstractSagaEntry
-
Deprecated.
- serializedSaga - Variable in class org.axonframework.modelling.saga.repository.jpa.SagaEntry
- SerializedSaga - Class in org.axonframework.modelling.saga.repository.jpa
-
Specialization of the SerializedObject for Sagas represented as byte array.
- SerializedSaga(byte[], String, String) - Constructor for class org.axonframework.modelling.saga.repository.jpa.SerializedSaga
-
Initialize a SerializedSaga instance with given
data, of giventypeandrevision. - serializedSagaColumn() - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema
-
Returns the name of the serializedSaga column
- serializedSagaColumn(String) - Method in class org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
-
Sets the name of the serialized saga column.
- serializedType() - Method in class org.axonframework.serialization.UnknownSerializedType
-
Returns the type of the serialized object, for which no class could be resolved.
- SerializedType - Interface in org.axonframework.serialization
-
Describes the type of a serialized object.
- serializeExceptionResult(Serializer, Class<T>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- serializeExceptionResult(Serializer, Class<T>) - Method in interface org.axonframework.messaging.ResultMessage
-
Serializes the exception result.
- serializeMetaData(Serializer, Class<R>) - Method in class org.axonframework.messaging.GenericMessage
- serializeMetaData(Serializer, Class<R>) - Method in interface org.axonframework.messaging.Message
-
Serialize the meta data of this message to the
expectedRepresentationusing givenserializer. - serializeMetaData(Serializer, Class<R>) - Method in class org.axonframework.serialization.SerializedMessage
- serializeMetaData(Serializer, Class<R1>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- serializeMetaData(Serializer, Class<S>) - Method in class org.axonframework.messaging.MessageDecorator
- serializeMetaData(Serializer, Class<T>) - Method in class org.axonframework.serialization.SerializedObjectHolder
- serializePayload(Serializer, Class<R>) - Method in class org.axonframework.messaging.GenericMessage
- serializePayload(Serializer, Class<R>) - Method in interface org.axonframework.messaging.Message
-
Serialize the payload of this message to the
expectedRepresentationusing givenserializer. - serializePayload(Serializer, Class<R>) - Method in class org.axonframework.serialization.SerializedMessage
- serializePayload(Serializer, Class<S>) - Method in class org.axonframework.messaging.GenericResultMessage
- serializePayload(Serializer, Class<S>) - Method in class org.axonframework.messaging.MessageDecorator
- serializePayload(Serializer, Class<S>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- serializePayload(Serializer, Class<S>) - Method in interface org.axonframework.messaging.ResultMessage
- serializePayload(Serializer, Class<T>) - Method in class org.axonframework.serialization.SerializedObjectHolder
- serializeQuery(SubscriptionQueryMessage) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Serializes the given
subscriptionQueryMessageinto aQueryRequest. - serializer() - Method in interface org.axonframework.config.Configuration
-
Returns the serializer defined in this Configuration
- serializer() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns the serializer used by the Token Store to serialize tokens.
- serializer() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
Returns the serializer used by the Token Store to serialize tokens.
- serializer() - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.Returns the serializer used by the Token Store to serialize tokens.
- serializer(RevisionResolver) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- serializer(Serializer) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
Serializerused to de-/serialize incoming and outgoing commands and command results. - serializer(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets the
Serializerused to de-/serialize thepayload,MetaDataand theScopeDescriptorinto theDeadlineDetailsas well as the wholeDeadlineDetailsitself. - serializer(Serializer) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Sets the
Serializerused to de-/serialize thepayload,MetaDataand theScopeDescriptorinto theDeadlineDetailsas well as the wholeDeadlineDetailsitself. - serializer(Serializer) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the
Serializerused to de-/serialize theDeadlineMessageand theScopeDescriptorinto theJobDataMap. - serializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
Serializerto (de)serialize the event payload, event metadata, tracking token, and diagnostics of theDeadLetterwhen storing it to the database. - serializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the
Serializerto deserialize the events, metadata and diagnostics of theDeadLetterwhen storing it to a database. - serializer(Serializer) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
- serializer(Serializer) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
- serializer(Serializer) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the
Serializerused by theEventJobDataBinder. - serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
Serializerused to de-/serializeTrackingTokens with. - serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Sets the
Serializerused to de-/serializeTrackingTokens with. - serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.Sets the
Serializerused to de-/serializeTrackingTokens with. - serializer(Serializer) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
-
Sets the
Serializerused to de-/serialize a Saga instance. - serializer(Serializer) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore.Builder
-
Sets the
Serializerused to de-/serialize a Saga instance. - serializer(Serializer) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore.Builder
-
Deprecated.Sets the
Serializerused to de-/serialize a Saga instance. - Serializer - Interface in org.axonframework.serialization
-
Interface describing a serialization mechanism.
- serializerConfigurer(Serializer, Serializer, Serializer) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- serializerDelegate(Serializer) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Sets serializer delegate, used for all types which can't be converted to Avro.
- serializeRequest(QueryMessage<Q, R>, int, long, int) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a
QueryMessageinto aQueryRequest. - serializeRequest(QueryMessage<Q, R>, int, long, int, boolean) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a
QueryMessageinto aQueryRequest. - serializeResponse(QueryResponseMessage<?>, String) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a
QueryResponseMessageinto aQueryResponse. - 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 Class in org.axonframework.springboot
-
Enumerates different possible standard serializers, available in Axon.
- serializeToSingleObjectEncoded(Object) - Method in interface org.axonframework.serialization.avro.AvroSerializerStrategy
-
Serializes object to byte array using Avro single-object-encoding.
- serializeToSingleObjectEncoded(Object) - Method in class org.axonframework.serialization.avro.SpecificRecordBaseSerializerStrategy
- serializeUpdateType(SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Serializes the given
subscriptionQueryMessageinto aSerializedObject. - SerialVersionUIDRevisionResolver - Class in org.axonframework.serialization
-
RevisionResolver implementation that returns the (String representation of the) serialVersionUID of a class.
- SerialVersionUIDRevisionResolver() - Constructor for class org.axonframework.serialization.SerialVersionUIDRevisionResolver
- ServerConnectorConfigurerModule - Class in org.axonframework.axonserver.connector
-
Configurer module which is auto-loadable by the
DefaultConfigurerthat sets sensible default to use when the AxonServer connector is available on the classpath. - ServerConnectorConfigurerModule() - Constructor for class org.axonframework.axonserver.connector.ServerConnectorConfigurerModule
- servers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- ServiceRegistryException - Exception Class in org.axonframework.commandhandling.distributed
-
Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to the distributed command bus service registry.
- ServiceRegistryException(String) - Constructor for exception class org.axonframework.commandhandling.distributed.ServiceRegistryException
-
Initializes the exception using the given
message. - ServiceRegistryException(String, Throwable) - Constructor for exception class org.axonframework.commandhandling.distributed.ServiceRegistryException
-
Initializes the exception using the given
messageandcause. - set(Map<String, String>, String, String) - Method in class org.axonframework.tracing.opentelemetry.MetadataContextSetter
- set(DbSchedulerDeadlineManager) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManagerSupplier
-
Sets the
DbSchedulerDeadlineManagerso the tasks created in advanced can access it. - set(DbSchedulerEventScheduler) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventSchedulerSupplier
-
Sets the
DbSchedulerEventSchedulerso the tasks created in advanced can access it. - set(UnitOfWork<?>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Binds the given
unitOfWorkto the current thread. - setAdditionalConverters(List<ContentTypeConverter>) - Method in class org.axonframework.serialization.ChainingConverter
-
Setter for dependency injection frameworks that require property methods.
- setAdditionalFactories(List<ParameterResolverFactory>) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
-
Defines any additional parameter resolver factories that need to be used to resolve parameters.
- setAdditionalHandlerEnhancers(List<HandlerEnhancerDefinition>) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.Defines any additional handler definitions that should be used.
- setAdditionalHandlers(List<HandlerDefinition>) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.Defines any additional handler definitions that should be used.
- setAdditionalHandlers(List<HandlerEnhancerDefinition>) - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.Defines any additional handler enhancer definitions that should be used.
- setAggregateFactory(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
AggregateFactoryto use for this Aggregate. - setAggregateIdAttributeName(String) - Method in class org.axonframework.springboot.TracingProperties.RepositoryProperties
-
The name of the attribute used to store the aggregate id in the span.
- setAggregateIdentifier(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the
AggregateIdentifierSpanAttributesProvideris enabled. - setAggregateTypeInSpanName(boolean) - Method in class org.axonframework.springboot.TracingProperties.SnapshotterProperties
-
Sets whether the aggregate type should be included in the span names of the
Snapshotterspans. - setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.MessageHandlerConfigurer
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.SpringSagaConfigurer
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.messaging.ApplicationContextEventPublisher
- setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.saga.SpringResourceInjector
- 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
SpanAttributesProvidersare enabled. - setAutoConfiguration(MetricsProperties.AutoConfiguration) - Method in class org.axonframework.springboot.MetricsProperties
-
Defines the AutoConfiguration settings for Metrics.
- setAutomaticBalancing(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Sets the automatic load balancing strategy to the given
automaticBalancing. - setAutoPersistentStreamsEnable(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
- setAutoPersistentStreamsSettings(AxonServerConfiguration.PersistentStreamSettings) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
- setAutoStart(boolean) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
Sets whether the embedded
DistributedCommandBusProperties.JGroupsProperties.GossipServer should be automatically started. - setBatchSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the maximum number of events to process in a single transaction when reading a persistent stream.
- 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.spring.config.annotation.HandlerDefinitionFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.
- setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.
- setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- setBeanFactory(BeanFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.
- setBeanFactory(BeanFactory) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer
-
Deprecated.
- setBeanName(String) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
- 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).
- setC(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the payload class.
- setCache(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
Cacheto use for this Aggregate. - setCache(EventProcessorProperties.DlqCache) - Method in class org.axonframework.springboot.EventProcessorProperties.Dlq
-
Defines the AutoConfiguration settings for the cache of the sequenced dead letter queue.
- setCallbackBehavior(CallbackBehavior) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.
- setCallbackBehavior(CallbackBehavior) - Method in class org.axonframework.test.saga.SagaTestFixture
- setCallbackBehavior(CallbackBehavior) - Method in class org.axonframework.test.utils.RecordingCommandBus
-
Sets the instance that defines the behavior of the Command Bus when a command is dispatched with a callback.
- setCause(Cause) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Sets the cause of the error when the message was originally processed, or processed later and the cause was updated.
- setCertFile(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the path to the certificate file used for SSL.
- setClaimTimeout(Duration) - Method in class org.axonframework.springboot.TokenStoreProperties
-
Sets the claim timeout as
Duration. - setClientId(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the client identifier as it registers itself to Axon Server, must be unique.
- setClusterName(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Sets the Cluster Name of the JGroups Cluster to connect with (defaults to "Axon").
- setCommandBus(CommandBus) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.Sets the command bus to use when subscribing command handlers.
- setCommandBus(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Sets the timeout settings for the command bus.
- setCommandBus(TracingProperties.CommandBusProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
CommandBus. - setCommandFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets specific
flow control settingsfor the command message stream. - setCommandHandlers(Collection<MessageHandler>) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.Sets the command handlers to subscribe to the bus.
- setCommandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets an
intrepresenting the fixed value of load factor sent to Axon Server for any command's subscription if no specific implementation of CommandLoadFactorProvider is configured. - setCommands(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
Sets the timeout configuration for command handlers.
- setCommandTargetResolver(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
CommandTargetResolverto use for this Aggregate. - setCommandThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the number of threads executing commands.
- setCommitTimeout(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the timeout (in milliseconds) to wait for response on commit.
- setComponentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the name of this application.
- setConfiguration(Configuration) - Method in class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
-
Deprecated.Sets the
Configurationthat theRepositorywill be retrieved from. - setConfigurationFile(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties
-
Sets the path to the configuration file to use to configure the Groups instance.
- setConfigurerModules(List<ConfigurerModule>) - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
-
Deprecated.Registers the
configurerModulesthat provide context-sensitive default settings for the Configurer. - setConnectionManagementThreadPoolSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Define the number of threads that should be used for connection management activities by the
AxonServerConnectionFactoryused by theAxonServerConnectionManager. - setConnectTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the value representing the maximum time in milliseconds a request for the initial Axon Server connection may last.
- setContext(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the bounded
contextthat this application operates in. - setDeadline(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Sets the timeout settings for deadlines.
- setDeadlineIdAttributeName(String) - Method in class org.axonframework.springboot.TracingProperties.DeadlineManagerProperties
-
The name of the attribute used to store the deadline id in the span.
- setDeadlineManager(TracingProperties.DeadlineManagerProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
DeadlineManager. - setDeadlines(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
Sets the timeout configuration for deadline handlers.
- setDeadlineScopeAttributeName(String) - Method in class org.axonframework.springboot.TracingProperties.DeadlineManagerProperties
-
The name of the attribute used to store the deadline scope in the span.
- setDiagnostics(MetaData, Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Sets the diagnostics, taking in a
Serializerto serialize if to the correct format. - setDimensional(boolean) - Method in class org.axonframework.springboot.MetricsProperties.Micrometer
-
Disables (if
false, default) or enables (iftrue) the usage of Micrometer Tags/Dimensions - setDisableBatchTrace(boolean) - Method in class org.axonframework.springboot.TracingProperties.EventProcessorProperties
-
Disables the creation of a batch trace.
- setDisabled(boolean) - Method in class org.axonframework.springboot.updates.UpdateCheckConfiguration
- setDisableEventBlacklisting(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.
- setDistributedInSameTrace(boolean) - Method in class org.axonframework.springboot.TracingProperties.CommandBusProperties
-
Sets whether distributed commands should be part of the same trace.
- setDistributedInSameTrace(boolean) - Method in class org.axonframework.springboot.TracingProperties.EventProcessorProperties
-
Whether distributed events should be part of the same trace.
- setDistributedInSameTrace(boolean) - Method in class org.axonframework.springboot.TracingProperties.QueryBusProperties
-
Sets whether distributed queries should be part of the same trace.
- setDistributedInSameTraceTimeLimit(Duration) - Method in class org.axonframework.springboot.TracingProperties.EventProcessorProperties
-
The time limit for events handled by a
StreamingEventProcessorto be traced in the same trace as the trace that published it. - 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.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
-
Sets the indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
- setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Sets the indication whether heartbeat messages between a client and Axon Server are enabled.
- setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set whether (automatic) configuration of the Axon Server Connector is enabled.
- setEnabled(boolean) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Enables (if
true) or disables (iffalse, default) the auto-configuration of a Distributed Command Bus instance in the application context. - setEnabled(boolean) - Method in class org.axonframework.springboot.EventProcessorProperties.Dlq
- setEnabled(boolean) - Method in class org.axonframework.springboot.EventProcessorProperties.DlqCache
-
Enables (if
true, default) or disables (iffalse) using a cache. - setEnabled(boolean) - Method in class org.axonframework.springboot.MetricsProperties.AutoConfiguration
-
Enables (if
true, default) or disables (iffalse) the auto-configuration of Metrics within the application context. - setEnabled(boolean) - Method in class org.axonframework.springboot.TimeoutProperties
-
Sets whether timeouts are enabled.
- 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.
- setEventBlockListingEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets flag that allows block-listing of event types to be enabled.
- setEventBus(EventBus) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
-
Sets the eventBus that scheduled events should be published to.
- setEventBus(EventBus) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
Sets the event bus to which scheduled events need to be published.
- setEventFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets specific
flow control settingsfor the event message stream. - setEventHandlers(List<Object>) - Method in class org.axonframework.spring.config.EventHandlerRegistrar
-
Deprecated.Registers the given
beansas event handlers with the Event Handler Configuration. - setEventhandling(AxonServerConfiguration.Eventhandling) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set the
AxonServerConfiguration.Eventhandlingof this application for Axon Server - setEventJobDataBinder(EventJobDataBinder) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
Sets the
EventJobDataBinderinstance which reads / writes the event message to publish to theJobDataMap. - setEventProcessor(TracingProperties.EventProcessorProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
EventProcessor. - setEventProcessors(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Sets the timeout settings for event processors.
- setEvents(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
Sets the timeout configuration for event handlers.
- 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.
- setEventSecretKey(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
Deprecated.Through use of the Axon Server Java Connector project.
- setEventStore(EventStore) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
-
Sets the Event Store instance to write the snapshots to
- setEventStoreConfiguration(AxonServerConfiguration.EventStoreConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set the
AxonServerConfiguration.EventStoreConfigurationof this application for Axon Server - setExclusiveLoad(boolean) - Method in class org.axonframework.modelling.saga.repository.jdbc.PostgresSagaSqlSchema
-
Sets whether loading of Sagas should occur exclusively by a single node, by requiring a row lock from the database.
- setExecutionResult(ExecutionResult) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Set the execution result of processing the current
Message. - setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- setExecutionResult(ExecutionResult) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Set the execution result of processing the current
Message. - setExecutor(Executor) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
-
Sets the executor to process the creation (and storage) of each snapshot.
- setExecutorService(ScheduledExecutorService) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
-
Sets the ExecutorService implementation that monitors the triggers and provides the Threads to publish events.
- 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.
- setFieldValue(Field, Object, T) - Static method in class org.axonframework.common.ReflectionUtils
-
Set the
fieldofobjectto a certainvalue. - setFilter(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the expression to filter out events in a persistent stream, expecting the Axon Server Query Language as its syntax.
- setFilterEventsByType(boolean) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Indicates whether to enable "filter events by type" for this Aggregate.
- setForceFlushOnSave(boolean) - Method in class org.axonframework.modelling.command.GenericJpaRepository
-
Indicates whether the EntityManager's state should be flushed each time an aggregate is saved.
- setForceFlushOnSave(boolean) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository
-
Deprecated.Indicates whether the EntityManager's state should be flushed each time an aggregate is saved.
- setForceReadFromLeader(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the indicator whether it is OK to query events from the local Axon Server node - the node the client is currently connected to.
- setForceReconnectThroughServers(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the indicator whether the
AxonServerConnectionManagershould always reconnect through theserversor try to reconnect with the server it just lost the connection with. - setGapCleaningThreshold(int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Deprecated.Use the
gapCleaningThreshold(int)in theJdbcEventStorageEngine.builder()instead - setGapCleaningThreshold(int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.
- setGapCleaningThreshold(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Sets the threshold of number of gaps in a token before an attempt to clean gaps up is taken.
- setGapTimeout(int) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Deprecated.Use the
gapTimeout(int)in theJdbcEventStorageEngine.builder()instead - setGapTimeout(int) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Sets the amount of time until a 'gap' in a TrackingToken may be considered timed out.
- setGapTimeout(int) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Sets the amount of time until a 'gap' in a TrackingToken may be considered timed out.
- 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
-
Sets the
DistributedCommandBusProperties.JGroupsProperties.Gossipconfiguration in case the Gossip protocol is configured for JGroups (default). - setGroupIdentifier(String) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
Sets the group identifier to use when scheduling jobs with Quartz.
- setGroupIdentifier(String) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
Sets the group identifier to use when scheduling jobs with Quartz.
- setHandler(TimeoutProperties.MessageHandlerTimeoutProperties) - Method in class org.axonframework.springboot.TimeoutProperties
-
Sets the timeout settings for message handlers.
- setHandlerDefinition(HandlerDefinition) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.Sets the HandlerDefinition to create concrete handlers.
- setHandlerDefinition(HandlerDefinition) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
-
Sets handler definition to be able to create concrete handlers.
- setHeartbeat(AxonServerConfiguration.HeartbeatConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection with Axon Server.
- setHosts(String) - Method in class org.axonframework.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
-
Sets the host names and ports of the
DistributedCommandBusProperties.JGroupsProperties.GossipRouters to connect to. - setInitialNrOfPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Deprecated.
- setInitialNrOfPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.In favor of
AxonServerConfiguration.setPermits(Integer) - setInitialPosition(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the initial token for the persistent stream.
- setInitialSegmentCount(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the number of segments for the persistent stream if it needs to be created.
- 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.
- setInterval(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Sets the interval between consecutive heartbeat message sent in milliseconds.
- setJgroups(DistributedCommandBusProperties.JGroupsProperties) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Sets the JGroups configuration to use (if JGroups is on the classpath).
- setKeepAliveTime(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the interval (in ms) for keep alive requests, 0 is keep-alive disabled.
- setKeepAliveTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the timeout (in ms) for keep alive requests.
- setLastTouched(Instant) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Sets the time the message was last touched.
- setListenerInvocationErrorHandler(ListenerInvocationErrorHandler) - Method in class org.axonframework.test.saga.RecordingListenerInvocationErrorHandler
-
Sets a new wrapped
ListenerInvocationErrorHandler. - setLoadBalancingStrategy(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Sets the load balancing strategy for this event processor.
- setLoadFactor(int) - Method in class org.axonframework.springboot.DistributedCommandBusProperties
-
Sets the load factor for this instance of the Distributed Command Bus (default 100).
- setLockFactory(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
LockFactoryto use for this Aggregate. - setM(byte[]) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the serialized metadata.
- setMaxGrpcBufferedMessages(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.This property is no longer used through adjustments in the Axon Server Java Connector project.
- setMaxMessageSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the gRPC max inbound message size.
- setMaxMessageSizeWarningThreshold(double) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The threshold (in percentage of 0-1) of the max message size at which a warning should be logged.
- setMessageId(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the
MessageIdSpanAttributesProvideris enabled. - setMessageName(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the
MessageNameSpanAttributesProvideris 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
MessageTypeSpanAttributesProvideris enabled. - setMetadata(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the
MetadataSpanAttributesProvideris 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.
- setName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Assigns a name for the persistent stream.
- setNestedHandlers(boolean) - Method in class org.axonframework.springboot.TracingProperties
-
Deprecated.
- setNestedTimeLimit(Duration) - Method in class org.axonframework.springboot.TracingProperties
-
Deprecated.
- setNewPermitsThreshold(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Sets the threshold at which the application sends new permits to server.
- setNewPermitsThreshold(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the threshold at which the application sends new permits to server.
- setNrOfNewPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Sets the additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
- setNrOfNewPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the additional number of permits send for message streams (events, commands, queries) when application is ready for more messages.
- setOnAvailableCallback(Runnable) - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
- setOnAvailableCallback(Runnable) - Method in interface org.axonframework.common.stream.BlockingStream
-
Set a
callbackto be invoked once new messages are available on this stream. - setOwnerColum(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Deprecated.in favor of
TokenSchema.Builder.setOwnerColumn(String) - setOwnerColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the owner column.
- setP(byte[]) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the serialized payload.
- setParameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
-
Deprecated.Sets the ParameterResolverFactory to create the Parameter Resolvers with that provide the parameter values for the handler methods.
- setPayloadClass(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Sets the payload class.
- setPayloadType(boolean) - Method in class org.axonframework.springboot.TracingProperties.AttributeProviders
-
Sets whether the
PayloadTypeSpanAttributesProvideris enabled. - setPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Sets the initial number of permits send for message streams (events, commands, queries).
- setPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the initial number of permits send for message streams (events, commands, queries).
- setPhase(UnitOfWork.Phase) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Overwrite the current phase with the given
phase. - setProcessorNameColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the processor name column.
- setProcessorsNotificationInitialDelay(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the initial delay (in ms.) before application sends first status update on event processors to Axon Server.
- setProcessorsNotificationRate(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the interval (in ms.) application sends status updates on event processors to Axon Server.
- setQueries(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
Sets the timeout configuration for query handlers.
- setQueryBus(TaskTimeoutSettings) - Method in class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
-
Sets the timeout settings for the query bus.
- setQueryBus(QueryBus) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- setQueryBus(TracingProperties.QueryBusProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
QueryBus. - setQueryFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets specific
flow control settingsfor the query message stream. - setQueryHandlers(Collection<QueryHandlerAdapter>) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- setQueryResponseThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the number of threads executing query responses.
- setQueryThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the number of threads executing queries.
- setR(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the revision.
- setReconnectInterval(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the amount of time in milliseconds to wait in between attempts to connect to Axon Server.
- setReportIllegalStateChange(boolean) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- setReportIllegalStateChange(boolean) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Sets whether or not the fixture should detect and report state changes that occur outside of Event Handler methods.
- setRepository(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
Repositoryto configure for this Aggregate. - setRepository(TracingProperties.RepositoryProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
Repository. - setRepositoryProvider(RepositoryProvider) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
-
Sets repository provider in order to have possibility to spawn new aggregates from THE aggregate.
- setResult(CommandResultMessage<?>) - Method in class org.axonframework.disruptor.commandhandling.CommandHandlingEntry
-
Registers the result of the command's execution, if successful.
- setRevision(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Sets the revision.
- setRollbackCause(Throwable) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- setRollbackCause(Throwable) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Sets the cause for rolling back this Unit of Work.
- setRollbackCause(Throwable) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- setRollbackCause(Throwable) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- setRollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Sets the
RollbackConfigurationthat allows you to change when theUnitOfWorkis rolled back. - setSagaIdentifierAttributeName(String) - Method in class org.axonframework.springboot.TracingProperties.SagaManagerProperties
-
The name of the attribute used to store the saga id in the span.
- setSagaManager(TracingProperties.SagaManagerProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
AbstractSagaManager. - setSagaStore(String) - Method in class org.axonframework.spring.config.SpringSagaConfigurer
-
Sets the bean name of the
SagaStoreto configure. - setScheduler(Scheduler) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
Sets the backing Quartz Scheduler for this timer.
- setSegmentColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the processor segment column.
- setSeparateTrace(boolean) - Method in class org.axonframework.springboot.TracingProperties.SnapshotterProperties
-
Sets whether the creation of the snapshot should be represented by a separate trace.
- setSequencingPolicy(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the sequencing policy to use for the persistent stream.
- setSequencingPolicy(String) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the name of the bean that defines the
SequencingPolicyfor this processor. - setSequencingPolicyParameters(List<String>) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the parameters specified for the sequencing policy.
- setSerializedMetadata(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Sets the serialized metadata.
- setSerializedPayload(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Sets the serialized payload.
- setSerializer(Serializer) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
-
Sets the Serializer instance to serialize Sagas with.
- setSerializer(Serializer) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
Sets the
Serializerused by theEventJobDataBinder. - setServers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set the comma separated list of Axon Server servers.
- setShortcutQueriesToLocalHandlers(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
- setShowEventSourcingHandlers(boolean) - Method in class org.axonframework.springboot.TracingProperties
-
Setting value for showing event sourcing handlers in traces.
- setSize(int) - Method in class org.axonframework.springboot.EventProcessorProperties.DlqCache
-
Set the amount of sequence identifiers to keep in memory, per segment.
- setSnapshotFilter(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
SnapshotFilterto configure for this Aggregate. - setSnapshotPrefetch(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the maximum number of Aggregate snapshots which will be retrieved.
- setSnapshotter(Snapshotter) - Method in class org.axonframework.eventsourcing.AbstractSnapshotTrigger
-
Sets the snapshotter
- setSnapshotter(TracingProperties.SnapshotterProperties) - Method in class org.axonframework.springboot.TracingProperties
-
Sets the properties describing the tracing settings for the
Snapshotter. - setSnapshotTriggerDefinition(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
-
Sets the bean name of the
SnapshotTriggerDefinitionto use for this Aggregate. - 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).
- setSslEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Defines whether to use TLS for the connection to Axon Server.
- setSuppressDownloadMessage(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Deprecated.Through use of the Axon Server Java Connector project, which enables the download message in absence of configured servers.
- setTags(Map<String, String>) - Method in class org.axonframework.springboot.TagsConfigurationProperties
-
Sets tags.
- setThreadCount(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the number of threads used to process tasks (e.g. event handling) for the persistent stream.
- setThreadCount(int) - Method in class org.axonframework.springboot.EventProcessorProperties.ProcessorSettings
-
Sets the number of threads to use to process Events, when using a
StreamingEventProcessorimplementation. - setTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Sets the time window within which a response is expected in milliseconds.
- setTimeoutMs(int) - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Sets the timeout of the message handler in milliseconds.
- setTimestampColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the timestamp column.
- setToken(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the token providing access control with Axon Server.
- 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.
- setTokenColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the serialized token column.
- setTokenTable(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the token entry table.
- setTokenTypeColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the token type column.
- setTransaction(TimeoutProperties.TransactionTimeoutProperties) - Method in class org.axonframework.springboot.TimeoutProperties
-
Sets the timeout settings for transactions.
- setTransactionDefinition(TransactionDefinition) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
-
The TransactionDefinition to use by the transaction manager.
- setTransactionDefinition(TransactionDefinition) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
The TransactionDefinition to use by the transaction manager.
- setTransactionDefinition(TransactionDefinition) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
-
Optionally sets the transaction definition to use.
- setTransactionManager(Object) - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
-
Deprecated.Sets the actual transaction manager.
- setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
-
Sets the transaction manager that manages the transaction around the publication of an event.
- setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
-
Sets the transaction manager that manages the transaction around the publication of an event.
- setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
-
Sets the transaction manager to manager underlying transaction with.
- setUrl(String) - Method in class org.axonframework.springboot.updates.UpdateCheckConfiguration
- setUseExplicitFlush(boolean) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Sets whether or not to do an explicit
EntityManager.flush()after each data modifying operation on the backing storage. - setUseExplicitFlush(boolean) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Sets whether or not to do an explicit
EntityManager.flush()after each data modifying operation on the backing storage. - setWarningIntervalMs(int) - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Sets the interval in milliseconds between warnings.
- setWarningThresholdMs(int) - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Sets the threshold in milliseconds after which a warning is logged.
- severity() - Method in class org.axonframework.updates.api.DetectedVulnerability
-
Returns the severity of this detected vulnerability.
- shortGroupId() - Method in class org.axonframework.updates.api.Artifact
-
Returns a short version of the group ID, to save bytes over the wire.
- shouldEnqueue() - Method in class org.axonframework.messaging.deadletter.DoNotEnqueue
- shouldEnqueue() - Method in interface org.axonframework.messaging.deadletter.EnqueueDecision
-
The decision whether the
dead lettershould be enqueued in a queue. - shouldEnqueue() - Method in class org.axonframework.messaging.deadletter.Ignore
- shouldEnqueue() - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
- ShouldEnqueue<M> - Class in org.axonframework.messaging.deadletter
-
An
EnqueueDecisionstating adead lettershould be enqueued. - ShouldEnqueue() - Constructor for class org.axonframework.messaging.deadletter.ShouldEnqueue
-
Constructs a default
EnqueueDecision. - ShouldEnqueue(Throwable) - Constructor for class org.axonframework.messaging.deadletter.ShouldEnqueue
-
Constructs a default
EnqueueDecisionto enqueue using the givenenqueueCauseas theShouldEnqueue.enqueueCause(). - ShouldEnqueue(Throwable, Function<DeadLetter<? extends M>, MetaData>) - Constructor for class org.axonframework.messaging.deadletter.ShouldEnqueue
-
Constructs a default
EnqueueDecisionto enqueue using the givenenqueueCauseas theShouldEnqueue.enqueueCause(). - shouldInvokeInterceptorChain() - Method in interface org.axonframework.modelling.command.inspection.CommandHandlerInterceptorHandlingMember
-
Deprecated.Indicates whether interceptor chain (containing a command handler) should be invoked automatically or command handler interceptor will invoke it manually.
- showEventSourcingHandlers(boolean) - Method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition.Builder
-
Configures whether event sourcing handlers should be traced.
- SHUT_DOWN - Enum constant in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Indicates that the processor has been shut down.
- shutdown() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Stops the Connection Manager, closing any active connections and preventing new connections from being created.
- shutdown() - Method in class org.axonframework.axonserver.connector.heartbeat.HeartbeatMonitor
-
Deprecated.Stops the scheduled task and shutdown the monitor, that cannot be restarted again.
- shutdown() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- shutdown() - Method in class org.axonframework.commandhandling.AsynchronousCommandBus
-
Shuts down the Executor used to asynchronously dispatch incoming commands.
- shutdown() - Method in interface org.axonframework.config.Configuration
-
Shuts down the components defined in this Configuration
- shutdown() - Method in class org.axonframework.config.MessageHandlerRegistrar
-
Close the message handler registration initialized in phase
Phase.LOCAL_MESSAGE_HANDLER_REGISTRATIONSthrough theMessageHandlerRegistrar.start()method. - shutdown() - Method in interface org.axonframework.config.ModuleConfiguration
-
Deprecated.in favor of maintaining shutdown operations in the
Component. Any lifecycle operations not covered through the components created by thisModuleConfigurationshould be added to theConfigurationinModuleConfiguration.initialize(Configuration)throughLifecycleOperations.onShutdown(int, LifecycleHandler) - shutdown() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
- shutdown() - Method in interface org.axonframework.deadline.DeadlineManager
-
Shuts down this deadline manager.
- shutdown() - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
- shutdown() - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
- shutdown() - Method in class org.axonframework.deadline.SimpleDeadlineManager
- shutdown() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
- shutdown() - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Shuts down this event scheduler.
- shutdown() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
- shutdown() - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
- shutdown() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
- shutdown() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- shutDown() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Stops processing events.
- shutDown() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- shutDown() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
-
Shut down this processor.
- shutDown() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Shuts down the processor.
- shutDown() - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
-
Method to invoke when the application shuts down.
- shutDown() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore
-
Deprecated.Method to invoke when the application shuts down.
- SHUTDOWN_PHASE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the
Phaseto invoke a shutdown handler in. - shutdownAsync() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Initiates a shutdown, providing a
CompletableFuturethat completes when the shutdown process is finished. - shutdownAsync() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- shutdownAsync() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Initiates a shutdown, providing a
CompletableFuturethat completes when the shutdown process is finished. - shutdownDispatching() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Shutdown the command bus asynchronously for dispatching commands to Axon Server.
- shutdownDispatching() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Shuts down the Axon Server
EventSchedulerimplementation. - shutdownDispatching() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Shutdown the query bus asynchronously for dispatching queries to Axon Server.
- shutdownDispatching() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Shutdown the command bus asynchronously for dispatching commands to other instances.
- ShutdownHandler - Annotation Interface in org.axonframework.lifecycle
-
Annotation indicating that a member method should be a part of the shutdown cycle of an Axon application.
- ShutdownInProgressException - Exception Class in org.axonframework.lifecycle
-
Exception indicating a process tried to register an activity whilst the application is shutting down.
- ShutdownInProgressException() - Constructor for exception class org.axonframework.lifecycle.ShutdownInProgressException
-
Construct this exception with the default message
"Cannot start the activity, shutdown in progress". - ShutdownInProgressException(String) - Constructor for exception class org.axonframework.lifecycle.ShutdownInProgressException
-
Constructs this exception with given
messageexplaining the cause. - ShutdownLatch - Class in org.axonframework.lifecycle
-
A latch implementation to be used in shutdown scenarios.
- ShutdownLatch() - Constructor for class org.axonframework.lifecycle.ShutdownLatch
- ShutdownLatch.ActivityHandle - Class in org.axonframework.lifecycle
-
A handle for an activity registered to a
ShutdownLatch. - shutdownNow() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- shutdownNow() - Method in interface org.axonframework.axonserver.connector.util.Scheduler
-
Cancels all scheduled tasks.
- signature() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Returns the signature of the member.
- silentlyAdd() - Static method in class org.axonframework.queryhandling.registration.DuplicateQueryHandlerResolution
-
A
DuplicateQueryHandlerResolverimplementation that allows handlers to silently add previous registered handlers for the same query. - silentOverride() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
-
A
DuplicateCommandHandlerResolverimplementation that allows handlers to silently override previous registered handlers for the same command. - SimpleCommandBus - Class in org.axonframework.commandhandling
-
Implementation of the CommandBus that dispatches commands to the handlers subscribed to that specific command's name.
- SimpleCommandBus(SimpleCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.SimpleCommandBus
-
Instantiate a
SimpleCommandBusbased on the fields contained in theSimpleCommandBus.Builder. - SimpleCommandBus.Builder - Class in org.axonframework.commandhandling
-
Builder class to instantiate a
SimpleCommandBus. - SimpleCorrelationDataProvider - Class in org.axonframework.messaging.correlation
-
CorrelationDataProvider implementation defines correlation headers by the header names.
- SimpleCorrelationDataProvider(String...) - Constructor for class org.axonframework.messaging.correlation.SimpleCorrelationDataProvider
-
Initializes the CorrelationDataProvider to return the meta data of messages with given
metaDataKeysas correlation data. - SimpleDeadlineManager - Class in org.axonframework.deadline
-
Implementation of
DeadlineManagerwhich uses Java'sScheduledExecutorServiceas scheduling and triggering mechanism. - SimpleDeadlineManager(SimpleDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.SimpleDeadlineManager
-
Instantiate a
SimpleDeadlineManagerbased on the fields contained in theSimpleDeadlineManager.Builderto handle the process around scheduling and triggering aDeadlineMessage. - SimpleDeadlineManager.Builder - Class in org.axonframework.deadline
-
Builder class to instantiate a
SimpleDeadlineManager. - SimpleEntityManagerProvider - Class in org.axonframework.common.jpa
-
Simple implementation of the EntityManagerProvider that returns the EntityManager instance provided at construction time.
- SimpleEntityManagerProvider - Class in org.axonframework.common.legacyjpa
-
Deprecated.in favor of using
SimpleEntityManagerProviderwhich moved to jakarta. - SimpleEntityManagerProvider(EntityManager) - Constructor for class org.axonframework.common.jpa.SimpleEntityManagerProvider
-
Initializes an instance that always returns the given
entityManager. - SimpleEntityManagerProvider(EntityManager) - Constructor for class org.axonframework.common.legacyjpa.SimpleEntityManagerProvider
-
Deprecated.Initializes an instance that always returns the given
entityManager. - SimpleEventBus - Class in org.axonframework.eventhandling
-
Implementation of the
EventBusthat dispatches events in the thread the publishes them. - SimpleEventBus(SimpleEventBus.Builder) - Constructor for class org.axonframework.eventhandling.SimpleEventBus
-
Instantiate a
SimpleEventBusbased on the fields contained in theSimpleEventBus.Builder. - SimpleEventBus.Builder - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
SimpleEventBus. - SimpleEventHandlerInvoker - Class in org.axonframework.eventhandling
-
Implementation of an
EventHandlerInvokerthat forwards events to a list of registeredEventMessageHandler. - SimpleEventHandlerInvoker(SimpleEventHandlerInvoker.Builder<?>) - Constructor for class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
Instantiate a
SimpleEventHandlerInvokerbased on the fields contained in theSimpleEventHandlerInvoker.Builder. - SimpleEventHandlerInvoker.Builder<B> - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
SimpleEventHandlerInvoker. - SimpleEventScheduler - Class in org.axonframework.eventhandling.scheduling.java
-
An
EventSchedulerimplementation that uses Java's ScheduledExecutorService as scheduling and triggering mechanism. - SimpleEventScheduler(SimpleEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
-
Instantiate a
SimpleEventSchedulerbased on the fields contained in theSimpleEventScheduler.Builder. - SimpleEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.java
-
Builder class to instantiate a
SimpleEventScheduler. - SimpleEventSchedulerFactoryBean - Class in org.axonframework.spring.eventhandling.scheduling.java
-
Spring FactoryBean that creates a SimpleEventScheduler instance using resources found in the Spring Application Context.
- SimpleEventSchedulerFactoryBean() - Constructor for class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
- SimpleHandlerAttributes - Class in org.axonframework.messaging
-
Simple implementation of the
HandlerAttributeswhich is given theattributesin the constructor. - SimpleHandlerAttributes(Map<String, Object>) - Constructor for class org.axonframework.messaging.SimpleHandlerAttributes
-
Constructs a
SimpleHandlerAttributesusing the givenattributes. - SimpleMember<E> - Class in org.axonframework.commandhandling.distributed
-
An endpoint in the network for a command handling service.
- SimpleMember(String, E, boolean, Consumer<SimpleMember<E>>) - Constructor for class org.axonframework.commandhandling.distributed.SimpleMember
-
Create the service member
- SimpleQueryBus - Class in org.axonframework.queryhandling
-
Implementation of the QueryBus that dispatches queries to the handlers within the JVM.
- SimpleQueryBus(SimpleQueryBus.Builder) - Constructor for class org.axonframework.queryhandling.SimpleQueryBus
-
Instantiate a
SimpleQueryBusbased on the fields contained in theSimpleQueryBus.Builder. - SimpleQueryBus.Builder - Class in org.axonframework.queryhandling
-
Builder class to instantiate a
SimpleQueryBus. - SimpleQueryUpdateEmitter - Class in org.axonframework.queryhandling
-
Implementation of
QueryUpdateEmitterthat uses Project Reactor to implement Update Handlers. - SimpleQueryUpdateEmitter(SimpleQueryUpdateEmitter.Builder) - Constructor for class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
Instantiate a
SimpleQueryUpdateEmitterbased on the fields contained in theSimpleQueryUpdateEmitter.Builder. - SimpleQueryUpdateEmitter.Builder - Class in org.axonframework.queryhandling
-
Builder class to instantiate a
SimpleQueryUpdateEmitter. - SimpleResourceInjector - Class in org.axonframework.modelling.saga
-
A resource injector that checks for @Inject annotated fields and setter methods to inject resources.
- SimpleResourceInjector(Object...) - Constructor for class org.axonframework.modelling.saga.SimpleResourceInjector
-
Initializes the resource injector to inject to given
resources. - SimpleResourceInjector(Collection<?>) - Constructor for class org.axonframework.modelling.saga.SimpleResourceInjector
-
Initializes the resource injector to inject to given
resources. - SimpleResourceParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
A
ParameterResolverFactoryimplementation for simple resource injections. - SimpleResourceParameterResolverFactory(Iterable<?>) - Constructor for class org.axonframework.messaging.annotation.SimpleResourceParameterResolverFactory
-
Initialize the ParameterResolverFactory to inject the given
resourcein applicable parameters. - SimpleScheduleToken - Class in org.axonframework.eventhandling.scheduling.java
-
ScheduleToken for tasks event scheduled using the SimpleEventScheduler.
- SimpleScheduleToken(String) - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
-
Creates a SimpleScheduleToken with the given
tokenId. - SimpleSerializedObject<T> - Class in org.axonframework.serialization
-
SerializedObject implementation that takes all properties as constructor parameters.
- SimpleSerializedObject(T, Class<T>, String, String) - Constructor for class org.axonframework.serialization.SimpleSerializedObject
-
Initializes a SimpleSerializedObject using given
dataand a serialized type identified by giventypeandrevision. - SimpleSerializedObject(T, Class<T>, SerializedType) - Constructor for class org.axonframework.serialization.SimpleSerializedObject
-
Initializes a SimpleSerializedObject using given
dataandserializedType. - SimpleSerializedType - Class in org.axonframework.serialization
-
SerializedType implementation that takes its properties as constructor parameters.
- SimpleSerializedType(String, String) - Constructor for class org.axonframework.serialization.SimpleSerializedType
-
Initialize with given
objectTypeandrevisionNumber - simulateAutoIncrement(Connection, String, String) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
-
Oracle11 does not have auto incremented values.
- SingleEntryMultiUpcaster<T> - Class in org.axonframework.serialization.upcasting
-
Abstract implementation of an
Upcasterthat eases the common process of upcasting one intermediate representation to several other representations by applying a simple flat mapping function to the input stream of intermediate representations. - SingleEntryMultiUpcaster() - Constructor for class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
- SingleEntryUpcaster<T> - Class in org.axonframework.serialization.upcasting
-
Abstract implementation of an
Upcasterthat eases the common process of upcasting one intermediate representation to another representation by applying a simple mapping function to the input stream of intermediate representations. - SingleEntryUpcaster() - Constructor for class org.axonframework.serialization.upcasting.SingleEntryUpcaster
- SingleEventUpcaster - Class in org.axonframework.serialization.upcasting.event
-
Abstract implementation of an event
Upcasterthat eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations. - SingleEventUpcaster() - Constructor for class org.axonframework.serialization.upcasting.event.SingleEventUpcaster
- SinkWrapper<T> - Interface in org.axonframework.queryhandling
-
Abstraction interface to bridge old
FluxSinkandSinks.ManyAPI with a common API. - size() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
- size() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue
- size() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- size() - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
- size() - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Returns the number of dead letters contained in this queue.
- size() - Method in class org.axonframework.messaging.MetaData
- size() - Method in interface org.axonframework.modelling.saga.AssociationValues
-
Returns the number of AssociationValue instances available in this container
- size() - Method in class org.axonframework.modelling.saga.AssociationValuesImpl
- size() - Method in class org.axonframework.modelling.saga.repository.AssociationValueMap
-
Returns an approximation of the size of this map.
- size() - Method in class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
-
Returns the number of Sagas currently contained in this repository.
- sizeStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatementused for theJdbcSequencedDeadLetterQueue.size()operation. - sizeStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
- skipMessagesWithPayloadTypeOf(M) - Method in interface org.axonframework.common.stream.BlockingStream
-
Report the stream that a specific message was ignored by the consumer.
- skipMessagesWithPayloadTypeOf(TrackedEventMessage<?>) - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
-
Report the stream that a specific message was ignored by the consumer.
- SlidingTimeWindowReservoir - Class in org.axonframework.micrometer.reservoir
-
A reservoir of measurements constrained by a sliding window that stores only the measurements made in the last
Nseconds (or other time unit). - SlidingTimeWindowReservoir(long, TimeUnit, Clock) - Constructor for class org.axonframework.micrometer.reservoir.SlidingTimeWindowReservoir
-
Creates a new
SlidingTimeWindowReservoirwith the given clock and window of time. - SnapshotEventEntry - Class in org.axonframework.eventsourcing.eventstore.jpa
-
Default implementation of an event entry containing a serialized snapshot of an aggregate.
- SnapshotEventEntry() - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SnapshotEventEntry
-
Default constructor required by JPA
- SnapshotEventEntry(DomainEventMessage<?>, Serializer) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SnapshotEventEntry
-
Construct a new default snapshot event entry from an aggregate.
- snapshotEventEntryEntityName() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
-
Returns the name of the Snapshot event entity.
- snapshotEventEntryEntityName() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.Returns the name of the Snapshot event entity.
- snapshotFilter() - Method in interface org.axonframework.config.AggregateConfiguration
-
Returns the
SnapshotFilterdefined in this configuration. - snapshotFilter() - Method in class org.axonframework.config.AggregateConfigurer
- snapshotFilter() - Method in interface org.axonframework.config.Configuration
-
Returns the
SnapshotFiltercombining all defined filters perAggregateConfigurerin anSnapshotFilter.combine(SnapshotFilter)operation. - snapshotFilter() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Sets the name of the bean providing the
SnapshotFilter. - snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Deprecated.
- snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Deprecated.
- snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
-
Deprecated.
- snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Deprecated.
- snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Deprecated.
- snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- snapshotFilter(SnapshotFilter) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the
SnapshotFilterused to filter snapshots when returning aggregate events. - snapshotFilter(SnapshotFilter) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
SnapshotFilterused to filter snapshots when returning aggregate events. - snapshotFilter(SnapshotFilter) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Sets the
snapshotFilterdeciding whether to take a snapshot into account. - snapshotFilter(SnapshotFilter) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
- snapshotFilter(SnapshotFilter) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
- snapshotFilter(SnapshotFilter) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- snapshotFilter(SnapshotFilter) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- SnapshotFilter - Interface in org.axonframework.eventsourcing.snapshotting
-
Functional interface defining an
SnapshotFilter.allow(DomainEventData)method to take snapshot data into account when loading an aggregate. - snapshotPrefetch(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- snapshotSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the
Serializerused to serialize and deserialize snapshots. - snapshotSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
Serializerused to serialize and deserialize snapshots. - snapshotSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Sets the
Serializerused to serialize and deserialize snapshots. - snapshotSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
- snapshotSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
- snapshotSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- snapshotSerializer(Serializer) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- snapshotTable() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Returns the name of the snapshot event table.
- snapshotTable(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the snapshot events table.
- snapshotter() - Method in interface org.axonframework.config.Configuration
-
Returns the
Snapshotterdefined in this Configuration. - Snapshotter - Interface in org.axonframework.eventsourcing
-
Interface describing instances that are capable of creating snapshot events for aggregates.
- SnapshotterProperties() - Constructor for class org.axonframework.springboot.TracingProperties.SnapshotterProperties
- snapshotterSpanFactory(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- SnapshotterSpanFactory - Interface in org.axonframework.eventsourcing
-
Span factory that creates spans for the
Snapshotter. - SnapshotTrigger - Interface in org.axonframework.eventsourcing
-
Interface describing a mechanism that keeps track of an Aggregate's activity in order to trigger a snapshot.
- snapshotTriggerDefinition - Variable in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- snapshotTriggerDefinition() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Sets the name of the bean providing the snapshot trigger definition.
- snapshotTriggerDefinition(SnapshotTriggerDefinition) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Sets the
SnapshotTriggerDefinitionspecifying when to trigger a snapshot for an Aggregate contained in this repository. - SnapshotTriggerDefinition - Interface in org.axonframework.eventsourcing
-
Interface describing the mechanism for triggering Snapshots.
- source() - Method in exception class org.axonframework.axonserver.connector.AxonServerException
- source() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Return a
Stringdefining the source where the error originated. - SourceId - Annotation Interface in org.axonframework.messaging.annotation
-
Annotation indication that a parameter on a Message Handler method should be injected with the aggregate identifier of a DomainEventMessage.
- SourceIdParameterResolverFactory - Class in org.axonframework.messaging.annotation
- SourceIdParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.SourceIdParameterResolverFactory
-
Initialize a
ParameterResolverFactoryforSourceIdannotated parameters - Span - Interface in org.axonframework.tracing
-
Represents a part of the application logic that will be traced.
- SPAN_FACTORY - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
-
The key under which the
DeadlineManagerSpanFactoryis stored within theSchedulerContext. - SpanAttributesProvider - Interface in org.axonframework.tracing
- spanFactory - Variable in class org.axonframework.eventhandling.AbstractEventProcessor
- spanFactory - Variable in class org.axonframework.modelling.command.AbstractRepository
- spanFactory() - Method in interface org.axonframework.config.Configuration
-
Returns the
SpanFactorydefined in this configuration. - spanFactory() - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- spanFactory() - Method in class org.axonframework.springboot.autoconfig.OpenTelemetryAutoConfiguration
- spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
CommandBusSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Sets the
CommandBusSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Sets the
CommandBusSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets the
DeadlineManagerSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Sets the
DeadlineManagerSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the
SpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Sets the
DeadlineManagerSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(EventBusSpanFactory) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
EventBusSpanFactoryimplementation used for providing tracing capabilities. - spanFactory(EventBusSpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
Sets the
SpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(EventBusSpanFactory) - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Sets the
EventProcessorSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
- spanFactory(SnapshotterSpanFactory) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
-
Sets the
SnapshotterSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(SnapshotterSpanFactory) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
- spanFactory(SnapshotterSpanFactory) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- spanFactory(RepositorySpanFactory) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- spanFactory(RepositorySpanFactory) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Sets the
RepositorySpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(RepositorySpanFactory) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- spanFactory(RepositorySpanFactory) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- spanFactory(SagaManagerSpanFactory) - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
-
Sets the
SagaManagerSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(SagaManagerSpanFactory) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
- spanFactory(QueryBusSpanFactory) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
QueryBusSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(QueryBusSpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the
QueryBusSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(QueryUpdateEmitterSpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
Sets the
QueryUpdateEmitterSpanFactoryimplementation to use for providing tracing capabilities. - spanFactory(SpanFactory) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Deprecated.Use
AxonServerCommandBus.Builder.spanFactory(CommandBusSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
- spanFactory(SpanFactory) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Deprecated.Use
AxonServerQueryBus.Builder.spanFactory(QueryBusSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Deprecated.Use
DistributedCommandBus.Builder.spanFactory(CommandBusSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Deprecated.Use
SimpleCommandBus.Builder.spanFactory(CommandBusSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Deprecated.Use
DbSchedulerDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options. - spanFactory(SpanFactory) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Deprecated.Use
JobRunrDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options. - spanFactory(SpanFactory) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Deprecated.Use
QuartzDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)which provides more configuration options. - spanFactory(SpanFactory) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Deprecated.Use
SimpleDeadlineManager.Builder.spanFactory(DeadlineManagerSpanFactory)instead as it provides more configuration options. - spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
Deprecated.Please use
AbstractEventBus.Builder.spanFactory(EventBusSpanFactory)which is more configurable - spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
-
Deprecated.Use
AbstractSnapshotter.Builder.spanFactory(SnapshotterSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
- spanFactory(SpanFactory) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Deprecated.Use
AbstractRepository.Builder.spanFactory(RepositorySpanFactory)instead, as it provides more configuration options - spanFactory(SpanFactory) - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
- spanFactory(SpanFactory) - Method in class org.axonframework.modelling.saga.AnnotatedSagaManager.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory.Builder
-
Sets the
SpanFactoryto use to create the spans. - spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Deprecated.Use
SimpleQueryBus.Builder.spanFactory(QueryBusSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
Deprecated.Use
SimpleQueryUpdateEmitter.Builder.spanFactory(QueryUpdateEmitterSpanFactory)instead as it provides more configurability. - spanFactory(SpanFactory) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- spanFactory(SpanFactory) - Method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition.Builder
-
Configures the
SpanFactorythe handler enhancer should use for tracing. - SpanFactory - Interface in org.axonframework.tracing
-
The
SpanFactoryis responsible for makingspansin a way the chosen tracing provider is compatible with. - SpanScope - Interface in org.axonframework.tracing
-
Represents the scope of a
Span. - SpanUtils - Class in org.axonframework.tracing
-
Utilities for creating spans which are relevant for all implementations of tracing.
- specificRecordBaseClasspathAvroSchemaLoader(ResourceLoader) - Method in class org.axonframework.springboot.autoconfig.AvroSerializerAutoConfiguration
-
Constructs default schema loader from Avro-Java-Maven-Generated classes.
- SpecificRecordBaseClasspathAvroSchemaLoader - Class in org.axonframework.spring.serialization.avro
-
Avro schema loader loading schemas embedded into Java classes generated by Avro Java Maven generator, which include the original schema in a static field.
- SpecificRecordBaseClasspathAvroSchemaLoader(ResourceLoader) - Constructor for class org.axonframework.spring.serialization.avro.SpecificRecordBaseClasspathAvroSchemaLoader
-
Constructs a new schema loader, using provided
ResourceLoader - SpecificRecordBaseSerializerStrategy - Class in org.axonframework.serialization.avro
-
Avro serializer strategy responsible for operations on
SpecificRecordBase. - SpecificRecordBaseSerializerStrategy(SchemaStore, RevisionResolver, SchemaIncompatibilityChecker) - Constructor for class org.axonframework.serialization.avro.SpecificRecordBaseSerializerStrategy
-
Constructs avro serialization strategy supporting serialization and deserialization of Java Avro classes extending
SpecificRecordBase. - split() - Method in class org.axonframework.eventhandling.Segment
-
Returns an array with two
segments with a corresponding mask.
The first entry contains the originalsegmentId, with the newly calculated mask. - split() - Method in class org.axonframework.eventhandling.TrackerStatus
-
Splits the current status object to reflect the status of their underlying segments being split.
- split(Segment, TrackingToken) - Static method in class org.axonframework.eventhandling.TrackerStatus
-
Split the given
segmentandtrackingTokenin two. - splitBalanced(Segment, int) - Static method in class org.axonframework.eventhandling.Segment
-
Split a given
Segmentn-times in round robin fashion. - splitSegment(int) - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
- splitSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- splitSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Instruct the processor to split the segment with given
segmentIdinto two segments, allowing an additional process to start processing events from it. - splitSegment(int) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- splitSegmentId() - Method in class org.axonframework.eventhandling.Segment
-
Returns the segmentId of the counterpart of this segment, if this segment were to be split.
- SpringAggregateConfigurer<T> - Class in org.axonframework.spring.config
-
A
ConfigurerModuleimplementation that will configure an Aggregate with the AxonConfiguration. - SpringAggregateConfigurer(Class<T>, Set<Class<? extends T>>) - Constructor for class org.axonframework.spring.config.SpringAggregateConfigurer
- springAggregateLookup() - Static method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- SpringAggregateLookup - Class in org.axonframework.spring.config
-
A
BeanDefinitionRegistryPostProcessorimplementation that scans for Aggregate types and registers aconfigurerfor each Aggregate found. - SpringAggregateLookup() - Constructor for class org.axonframework.spring.config.SpringAggregateLookup
- SpringAggregateSnapshotter - Class in org.axonframework.spring.eventsourcing
-
Snapshotter implementation that uses the AggregateRoot as state for the snapshot.
- SpringAggregateSnapshotter(SpringAggregateSnapshotter.Builder) - Constructor for class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
-
Instantiate a
SpringAggregateSnapshotterbased on the fields contained in theSpringAggregateSnapshotter.Builder. - SpringAggregateSnapshotter.Builder - Class in org.axonframework.spring.eventsourcing
-
Builder class to instantiate a
SpringAggregateSnapshotter. - SpringAggregateSnapshotterFactoryBean - Class in org.axonframework.spring.eventsourcing
-
Implementation of the
AggregateSnapshotterthat eases the configuration when used within a Spring Application Context. - SpringAggregateSnapshotterFactoryBean() - Constructor for class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
- SpringAxonAutoConfigurer - Class in org.axonframework.spring.config
-
Deprecated.Replaced by the
SpringConfigurerandSpringAxonConfiguration. - SpringAxonAutoConfigurer() - Constructor for class org.axonframework.spring.config.SpringAxonAutoConfigurer
-
Deprecated.
- SpringAxonAutoConfigurer.ImportSelector - Class in org.axonframework.spring.config
-
Deprecated.Implementation of an
SpringAxonAutoConfigurer.ImportSelectorthat enables the import of theSpringAxonAutoConfigurerafter all@Configurationbeans have been processed. - springAxonConfiguration(Configurer) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- SpringAxonConfiguration - Class in org.axonframework.spring.config
-
Factory Bean implementation that creates an Axon
Configurationfor aConfigurer. - SpringAxonConfiguration(Configurer) - Constructor for class org.axonframework.spring.config.SpringAxonConfiguration
-
Initialize this
Configurationinstance. - springAxonConfigurer(ConfigurableListableBeanFactory, List<ConfigurerModule>, List<ModuleConfiguration>) - Method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- SpringBeanDependencyResolverFactory - Class in org.axonframework.spring.config.annotation
-
ParameterResolverFactory implementation that resolves parameters using Spring dependency resolution.
- SpringBeanDependencyResolverFactory(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringBeanDependencyResolverFactory
-
Default constructor requiring an application context, for use internally by Axon.
- SpringBeanParameterResolverFactory - Class in org.axonframework.spring.config.annotation
-
ParameterResolverFactory implementation that resolves parameters in the Spring Application Context.
- SpringBeanParameterResolverFactory() - Constructor for class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
-
Default constructor, which relies on Spring to inject the application context.
- SpringBeanParameterResolverFactory(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
-
Convenience constructor to use when an instance is not managed by Spring, but an application context is available.
- SpringCloudProperties() - Constructor for class org.axonframework.springboot.DistributedCommandBusProperties.SpringCloudProperties
- SpringConfigurer - Class in org.axonframework.spring.config
-
A
Configurerimplementation that considers the Spring Application context as a source for components. - SpringConfigurer(ConfigurableListableBeanFactory) - Constructor for class org.axonframework.spring.config.SpringConfigurer
-
Initialize this
Configurerusing givenbeanFactoryto locate components. - SpringContextHandlerDefinitionBuilder - Class in org.axonframework.spring.config.annotation
-
Deprecated.Replaced by the
HandlerDefinitionFactoryBean. - SpringContextParameterResolverFactoryBuilder - Class in org.axonframework.spring.config.annotation
-
Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly.
- SpringDataSourceConnectionProvider - Class in org.axonframework.spring.jdbc
-
ConnectionProvider implementation that is aware of Transaction Managers and provides the connection attached to an active transaction manager, instead of asking a Data Source directly.
- SpringDataSourceConnectionProvider(DataSource) - Constructor for class org.axonframework.spring.jdbc.SpringDataSourceConnectionProvider
-
Initialize the connection provider, using given
dataSourceto obtain a connection, when required. - SpringHandlerDefinitionBean - Class in org.axonframework.spring.config.annotation
-
Deprecated.Replaced by the
HandlerDefinitionFactoryBean. - SpringHandlerDefinitionBean() - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.Initializes definition bean with assumption that application context will be injected.
- SpringHandlerDefinitionBean(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
-
Deprecated.Initializes definition bean with given application context.
- SpringHandlerEnhancerDefinitionBean - Class in org.axonframework.spring.config.annotation
-
Deprecated.Replaced by the
HandlerDefinitionFactoryBean. - SpringHandlerEnhancerDefinitionBean() - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.Initializes definition bean with assumption that application context will be injected.
- SpringHandlerEnhancerDefinitionBean(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
-
Deprecated.Initializes definition bean with given application context.
- SpringParameterResolverFactoryBean - Class in org.axonframework.spring.config.annotation
-
Spring factory bean that creates a ParameterResolverFactory instance that is capable of resolving parameter values as Spring Beans, in addition to the default behavior defined by Axon.
- SpringParameterResolverFactoryBean() - Constructor for class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
- SpringPrototypeAggregateFactory<T> - Class in org.axonframework.spring.eventsourcing
-
An
AggregateFactoryimplementation that uses Spring prototype beans to create new uninitialized instances of Aggregates. - SpringPrototypeAggregateFactory(Class<T>, String, Map<Class<? extends T>, String>) - Constructor for class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
-
Initializes the factory to create bean instances from the given
prototypeBeanNameor itssubtypes. - SpringPrototypeAggregateFactory(String) - Constructor for class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
-
Deprecated.In favor of
SpringPrototypeAggregateFactory(Class, String, Map)to ensure all required fields are present for both polymorphic and non-polymorphic aggregates. - SpringPrototypeAggregateFactory(String, Map<Class<? extends T>, String>) - Constructor for class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
-
Deprecated.In favor of
SpringPrototypeAggregateFactory(Class, String, Map)to ensure all required fields are present for both polymorphic and non-polymorphic aggregates. - SpringRepositoryFactoryBean<T> - Class in org.axonframework.spring.modelling
-
Deprecated.Instead of using a factory bean, consider retrieving the Repository directly from the Axon Configuration. Alternatively, when building a BeanDefinition, use the
BeanHelperfactory methods to retrieve it. - SpringRepositoryFactoryBean(Class<T>) - Constructor for class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
-
Deprecated.Constructs the
SpringRepositoryFactoryBeanfor the providedaggregateClass. - SpringResourceInjector - Class in org.axonframework.spring.saga
-
ResourceInjector implementation that injects Saga instances with resources available from the Spring Application context the injector is registered in.
- SpringResourceInjector() - Constructor for class org.axonframework.spring.saga.SpringResourceInjector
- SpringSagaConfigurer - Class in org.axonframework.spring.config
-
A
ConfigurerModuleimplementation that configures a Saga based on configuration found in the Application Context. - SpringSagaConfigurer(Class<?>) - Constructor for class org.axonframework.spring.config.SpringSagaConfigurer
-
Initialize the Saga for given
sagaType. - springSagaLookup() - Static method in class org.axonframework.springboot.autoconfig.InfraConfiguration
- SpringSagaLookup - Class in org.axonframework.spring.config
-
A
BeanDefinitionRegistryPostProcessorimplementation that scans for Saga types and registers aconfigurerfor each Saga found. - SpringSagaLookup() - Constructor for class org.axonframework.spring.config.SpringSagaLookup
- SpringTransactionManager - Class in org.axonframework.spring.messaging.unitofwork
-
TransactionManager implementation that uses a
PlatformTransactionManageras underlying transaction manager. - SpringTransactionManager(PlatformTransactionManager) - Constructor for class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
-
Initializes the SpringTransactionManager with the given
transactionManagerand the default transaction definition. - SpringTransactionManager(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
- SpringUtils - Class in org.axonframework.spring
-
Utility class for Spring specific helper functions.
- sql_createTableAssocValueEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_createTableAssocValueEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.HsqlSagaSqlSchema
- sql_createTableAssocValueEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.Oracle11SagaSqlSchema
- sql_createTableAssocValueEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.PostgresSagaSqlSchema
- sql_createTableAssocValueEntry(Connection) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that creates the table for storing Association Values for Sagas.
- sql_createTableSagaEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_createTableSagaEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.Oracle11SagaSqlSchema
- sql_createTableSagaEntry(Connection) - Method in class org.axonframework.modelling.saga.repository.jdbc.PostgresSagaSqlSchema
- sql_createTableSagaEntry(Connection) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that creates the table for storing Sagas.
- sql_deleteAssociationEntries(Connection, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_deleteAssociationEntries(Connection, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that deletes all association entries for a Saga with given
sagaIdentifier. - sql_deleteSagaEntry(Connection, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_deleteSagaEntry(Connection, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that deletes a Saga with given
sagaIdentifier. - sql_findAssociations(Connection, String, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_findAssociations(Connection, String, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that finds the associations of a Saga of given
sagaTypeand givensagaIdentifier. - sql_findAssocSagaIdentifiers(Connection, String, String, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_findAssocSagaIdentifiers(Connection, String, String, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that finds identifiers of Sagas of given
sagaTypeassociated with the given associationkeyandvalue. - sql_loadSaga(Connection, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_loadSaga(Connection, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.PostgresSagaSqlSchema
- sql_loadSaga(Connection, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that loads a single Saga, with given
sagaId. - sql_removeAssocValue(Connection, String, String, String, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_removeAssocValue(Connection, String, String, String, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that removes an association value for given
sagaIdentifier, where the association is identified with givenkeyandvalue. - sql_storeAssocValue(Connection, String, String, String, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_storeAssocValue(Connection, String, String, String, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that stores an association with given
keyandvalue, for a Saga of giventypeandidentifier. - sql_storeSaga(Connection, String, String, String, byte[]) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_storeSaga(Connection, String, String, String, byte[]) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that inserts a Saga entry, of given
sagaTypeand with givensagaIdentifier. - sql_updateSaga(Connection, String, byte[], String, String) - Method in class org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
- sql_updateSaga(Connection, String, byte[], String, String) - Method in interface org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
-
Creates a PreparedStatement that updates the serialized form of an existing Saga entry, of given
sagaTypeand with givensagaIdentifier. - SQLErrorCodesResolver - Class in org.axonframework.eventsourcing.eventstore.jpa
-
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.
- SQLErrorCodesResolver - Class in org.axonframework.eventsourcing.eventstore.legacyjpa
-
Deprecated.in favor of using
SQLErrorCodesResolverwhich moved to jakarta. - SQLErrorCodesResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
-
Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
- SQLErrorCodesResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
- SQLErrorCodesResolver(List<Integer>) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
-
Initializes the SQLErrorCodesResolver using the given list of SQL Codes representing Key Constraint Violations.
- SQLErrorCodesResolver(List<Integer>) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.Initializes the SQLErrorCodesResolver using the given list of SQL Codes representing Key Constraint Violations.
- SQLErrorCodesResolver(Properties, String) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
-
Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
- SQLErrorCodesResolver(Properties, String) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
- SQLErrorCodesResolver(Properties, DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
-
Initialize the SQLErrorCodesResolver with the given
propertiesand use thedataSourceto automatically retrieve the database product name. - SQLErrorCodesResolver(Properties, DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.Initialize the SQLErrorCodesResolver with the given
propertiesand use thedataSourceto automatically retrieve the database product name. - SQLErrorCodesResolver(DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLErrorCodesResolver
-
Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
- SQLErrorCodesResolver(DataSource) - Constructor for class org.axonframework.eventsourcing.eventstore.legacyjpa.SQLErrorCodesResolver
-
Deprecated.Initialize a SQLErrorCodesResolver, automatically detecting the database name through the given dataSource.
- sqlSchema(SagaSqlSchema) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
-
Sets the
SagaSqlSchemadefining the SQL operations to execute for thisSagaStoreimplementation. - SQLStateResolver - Class in org.axonframework.eventsourcing.eventstore.jpa
-
SQLStateResolver is an implementation of PersistenceExceptionResolver used to resolve sql state values to see if it violates a unique key constraint.
- SQLStateResolver() - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLStateResolver
-
Constructor that uses the standard SQL state category for the check.
- SQLStateResolver(String) - Constructor for class org.axonframework.eventsourcing.eventstore.jpa.SQLStateResolver
-
Constructor that can be used to supply a specific SQL state code for the check.
- ssl(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- stagedDomainEventMessages(String) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
-
Returns a Stream of all DomainEventMessages that have been staged for publication by an Aggregate with given
aggregateIdentifier. - start() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Starts the
AxonServerConnectionManager. - start() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Start the Axon Server
CommandBusimplementation. - start() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Start the Axon Server
EventSchedulerimplementation. - start() - Method in class org.axonframework.axonserver.connector.heartbeat.HeartbeatMonitor
-
Deprecated.Schedule a task that verifies that the connection is still alive and, if it is not, invoke a callback in order to react to the disconnection.
- start() - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
Registers
EventProcessorinstruction handlers to theControlChannelfor the configuredcontextand set the load balancing strategies through theAdminChannelfor the configuredcontext. - start() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Start the Axon Server
QueryBusimplementation. - start() - Method in interface org.axonframework.config.Configuration
-
Starts this configuration.
- start() - Method in interface org.axonframework.config.Configurer
-
Builds the configuration and starts it immediately.
- start() - Method in class org.axonframework.config.MessageHandlerRegistrar
-
Start the message handler registration process by building the message handler in the
Phase.LOCAL_MESSAGE_HANDLER_REGISTRATIONSphase. - start() - Method in interface org.axonframework.config.ModuleConfiguration
-
Deprecated.in favor of maintaining start operations in the
Component. Any lifecycle operations not covered through the components created by thisModuleConfigurationshould be added to theConfigurationinModuleConfiguration.initialize(Configuration)throughLifecycleOperations.onStart(int, LifecycleHandler) - start() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
Will start the
Schedulerdepending on its current state and the value ofstartScheduler, - start() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Start processing events.
- start() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- start() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
-
Will start the
Schedulerdepending on its current state and the value ofstartScheduler, - start() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
-
Start this processor.
- start() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Start this processor.
- start() - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
- start() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Starts the current unit of work.
- start() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- start() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- start() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- start() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- start() - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
- start() - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpan
- start() - Method in interface org.axonframework.tracing.Span
-
Starts the Span.
- start() - Method in class org.axonframework.updates.UpdateChecker
-
Starts the anonymous usage reporting task.
- START_PHASE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the
Phaseto invoke a start handler in. - startAndGet(T) - Static method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
-
Starts a new DefaultUnitOfWork instance, registering it a CurrentUnitOfWork.
- STARTED - Enum constant in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Indicates that the processor has started and is (getting ready to) processing events
- STARTED - Enum constant in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates that the Unit of Work has been registered with the
CurrentUnitOfWorkbut has not been committed, because its Message has not been processed yet. - StartHandler - Annotation Interface in org.axonframework.lifecycle
-
Annotation indicating that a member method should be a part of the start cycle of an Axon application.
- startProcessor() - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
- startRecording() - Method in class org.axonframework.test.saga.CommandValidator
-
Starts recording commands on the command bus.
- startRecording() - Method in class org.axonframework.test.saga.EventValidator
-
Starts recording event published by the event bus.
- startRecording() - Method in class org.axonframework.test.saga.FixtureExecutionResultImpl
-
Tells this class to start monitoring activity in infrastructure classes.
- startRecording() - Method in class org.axonframework.test.saga.RecordingListenerInvocationErrorHandler
-
Start recording by clearing any current
Exception. - StartSaga - Annotation Interface in org.axonframework.modelling.saga
-
Indicates that the annotated
SagaEventHandlermethod can trigger the creation of a new Saga instance. - startScheduler(boolean) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets whether to start the
Schedulerusing theLifecycle, or to never start the scheduler from this component instead. defaults totrue. - startScheduler(boolean) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets whether to start the
Schedulerusing theLifecycle, or to never start the scheduler from this component instead. - startScope() - Method in class org.axonframework.messaging.Scope
- startSegmentWorkers() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Starts workers for a number of segments.
- startTransaction() - Method in enum class org.axonframework.common.transaction.NoTransactionManager
- startTransaction() - Method in interface org.axonframework.common.transaction.TransactionManager
-
Starts a transaction.
- startTransaction() - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
- state(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Asserts that the value of
stateis true. - statementFactory(DeadLetterStatementFactory<E>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
DeadLetterStatementFactoryused to construct allPreparedStatementsexecuted by thisSequencedDeadLetterQueue. - STATIC_KEY - Enum constant in enum class org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
Policy that indicates a fixed key ("unresolved") should be returned when no Routing Key can be found for a Command Message.
- stop() - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
-
Shuts down the command bus.
- stop() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- stop() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- stop() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- stop() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
- stop() - Method in class org.axonframework.updates.UpdateChecker
-
Allows the task to be stopped, preventing any further updates from being checked.
- stop(Runnable) - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- stop(Runnable) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
-
Deprecated.
- stop(Runnable) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
-
Deprecated.
- stopScheduler(boolean) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets whether to stop the
Schedulerusing theLifecycle, or to never stop the scheduler from this component instead. defaults totrue. - stopScheduler(boolean) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets whether to stop the
Schedulerusing theLifecycle, or to never stop the scheduler from this component instead. - storageEngine - Variable in class org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
- storageEngine() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
- storageEngine() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
-
Returns the
EventStorageEngineused by the event store. - storageEngine(EventStorageEngine) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
- storageEngine(EventStorageEngine) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
-
Sets the
EventStorageEngineused to store and load events. - storageEngine(EventStorageEngine) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
- storageEngine(EventStorageEngine) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.
- store() - Method in interface org.axonframework.config.SagaConfiguration
-
Retrieve the
SagaStorein this Configuration. - store(String, CommandCallbackWrapper<E, C, R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
Stores a callback
- storeAssociationValue(EntityManager, Class<?>, String, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
-
Stores the given
associationValueof the saga with givensagaIdentifierandsagaType. - storeAssociationValue(EntityManager, Class<?>, String, AssociationValue) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.Stores the given
associationValueof the saga with givensagaIdentifierandsagaType. - storeSaga(AnnotatedSaga<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Stores a newly created Saga instance.
- storeSnapshot(DomainEventMessage<?>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
- storeSnapshot(DomainEventMessage<?>) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore
- storeSnapshot(DomainEventMessage<?>) - Method in interface org.axonframework.eventsourcing.eventstore.EventStorageEngine
-
Store an event that contains a snapshot of an aggregate.
- storeSnapshot(DomainEventMessage<?>) - Method in interface org.axonframework.eventsourcing.eventstore.EventStore
-
Stores the given (temporary)
snapshotevent. - storeSnapshot(DomainEventMessage<?>) - Method in class org.axonframework.eventsourcing.eventstore.inmemory.InMemoryEventStorageEngine
- storeSnapshot(DomainEventMessage<?>) - Method in class org.axonframework.eventsourcing.eventstore.SequenceEventStorageEngine
- storeSnapshot(DomainEventMessage<?>) - Method in class org.axonframework.eventsourcing.FilteringEventStorageEngine
- storeSnapshot(DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
-
Store the given
snapshotof an Aggregate. - storeSnapshot(DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
- storeSnapshot(DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine
- storeSnapshot(DomainEventMessage<?>, Serializer) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine
-
Deprecated.
- storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
- storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
- storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
- storeToken(TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- storeToken(TrackingToken, String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Stores the given
tokenin the store. - storeUpdate(Connection, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatementwhich updates the giventokenfor the givenprocessorNameandsegmentcombination. - storingTokensAfterProcessing() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Set this processor to store Tracking Tokens only at the end of processing.
- StreamableMessageSource<M> - Interface in org.axonframework.messaging
-
Interface for a source of
messagesthat processors can track. - StreamingEventProcessor - Interface in org.axonframework.eventhandling
-
An
EventProcessorwhich processes an event stream in segments. - StreamingEventProcessorInfoMessage - Class in org.axonframework.axonserver.connector.processor
-
Supplier of
PlatformInboundInstructionthat represent the status of aStreamingEventProcessor. - streamingQuery(String, Q, Class<R>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
- streamingQuery(String, Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
- streamingQuery(StreamingQueryMessage<Q, R>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- streamingQuery(StreamingQueryMessage<Q, R>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Builds a
Publisherof responses to the givenquery. - streamingQuery(StreamingQueryMessage<Q, R>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
- streamingQuery(Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
- StreamingQueryMessage<Q,
R> - Interface in org.axonframework.queryhandling -
A special type of
QueryMessageused for initiating streaming queries. - StreamUtils - Class in org.axonframework.common.stream
-
Utility class for working with Streams.
- StringToByteArrayConverter - Class in org.axonframework.serialization.converters
-
ContentTypeConverter that converts String into byte arrays.
- StringToByteArrayConverter() - Constructor for class org.axonframework.serialization.converters.StringToByteArrayConverter
- StringUtils - Class in org.axonframework.common
-
Utility methods for when dealing with
Strings. - StubAggregateLifecycle - Class in org.axonframework.test.aggregate
-
Stub implementation of an AggregateLifecycle that registers all applied events for verification later.
- StubAggregateLifecycle() - Constructor for class org.axonframework.test.aggregate.StubAggregateLifecycle
- StubAggregateLifecycleExtension - Class in org.axonframework.test.aggregate
-
Implementation of
StubAggregateLifecyclethat can be used as anRegisterExtensionannotated method or field in a test class. - StubAggregateLifecycleExtension() - Constructor for class org.axonframework.test.aggregate.StubAggregateLifecycleExtension
- StubAggregateLifecycleRule - Class in org.axonframework.test.aggregate
-
Deprecated.in favor of
StubAggregateLifecycleExtensionto be used in combination with Junit 5 - StubAggregateLifecycleRule() - Constructor for class org.axonframework.test.aggregate.StubAggregateLifecycleRule
-
Deprecated.
- StubDeadlineManager - Class in org.axonframework.test.deadline
-
Stub implementation of
DeadlineManager. - StubDeadlineManager() - Constructor for class org.axonframework.test.deadline.StubDeadlineManager
-
Initializes the manager with
ZonedDateTime.now()as current time. - StubDeadlineManager(TemporalAccessor) - Constructor for class org.axonframework.test.deadline.StubDeadlineManager
-
Initializes the manager with provided
currentDateTimeas current time. - StubEventScheduler - Class in org.axonframework.test.eventscheduler
-
EventScheduler implementation that uses it's own concept of "Current Time" for the purpose of testing.
- StubEventScheduler() - Constructor for class org.axonframework.test.eventscheduler.StubEventScheduler
-
Creates an instance of the StubScheduler that uses the current date time as its conceptual "current time".
- StubEventScheduler(TemporalAccessor) - Constructor for class org.axonframework.test.eventscheduler.StubEventScheduler
-
Creates an instance of the StubScheduler that uses the given
currentDateTimeas its conceptual "current time". - StubScheduleToken - Class in org.axonframework.test.eventscheduler
-
ScheduleToken returned by the StubEventScheduler.
- submit(Runnable) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- submit(Runnable, T) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- submit(Callable<T>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
- SubscribableMessageSource<M> - Interface in org.axonframework.messaging
-
Interface for a source of
messagesto which message processors can subscribe. - SubscribableMessageSourceDefinition<M> - Interface in org.axonframework.config
-
Definition for a
SubscribableMessageSource. - subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Subscribe the given
handlerto queries with the givenqueryNameandresponseType. - subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
- subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
- subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.CommandBus
-
Subscribe the given
handlerto commands with the givencommandName. - subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Subscribes a command message handler for commands with given
commandName. - subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Subscribe the given
handlerto commands with the givencommandName. - subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Subscribe the given
handlerto commands with givencommandName. - subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus
- subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.test.utils.RecordingCommandBus
- subscribe(Consumer<List<? extends M>>) - Method in interface org.axonframework.messaging.SubscribableMessageSource
-
Subscribe the given
messageProcessorto this message source. - subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSource
- subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
- subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
- subscribe(CommandBus) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
Subscribe this command handler to the given
commandBus. - subscribe(CommandBus) - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
-
Subscribe this command handler to the given
commandBus. - subscribe(QueryBus) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
- subscribe(QueryBus) - Method in interface org.axonframework.queryhandling.QueryHandlerAdapter
-
Subscribes the query handlers of this
QueryHandlerAdapterto the givenQueryBus. - SUBSCRIBING - Enum constant in enum class org.axonframework.springboot.EventProcessorProperties.Mode
-
Indicates a
SubscribingEventProcessorshould be used. - subscribingEventProcessor(String, EventHandlerInvoker, SubscribableMessageSource<? extends EventMessage<?>>) - Method in class org.axonframework.config.EventProcessingModule
-
Default
SubscribingEventProcessorconfiguration based on this configure module. - SubscribingEventProcessor - Class in org.axonframework.eventhandling
-
Event processor implementation that
subscribesto theEventBusfor events. - SubscribingEventProcessor(SubscribingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.SubscribingEventProcessor
-
Instantiate a
SubscribingEventProcessorbased on the fields contained in theSubscribingEventProcessor.Builder. - SubscribingEventProcessor.Builder - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
SubscribingEventProcessor. - SubscriptionMessageSerializer - Class in org.axonframework.axonserver.connector.query.subscription
-
Converter between Axon Framework
SubscriptionQueryMessage, the initialQueryResponseMessageand the subsequentSubscriptionQueryUpdateMessage's and Axon Server gRPCSubscriptionQueryandSubscriptionQueryResponse. - SubscriptionMessageSerializer(Serializer, Serializer, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Instantiate a serializer used to convert Axon
SubscriptionQueryMessages, the initialQueryResponseMessageand the subsequentSubscriptionQueryUpdateMessages into Axon Server gRPC messages and vice versa. - subscriptionQuery(String, Q, Class<I>, Class<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBusand returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side). - subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBusand returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side). - subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
- subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBusand returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side). - subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Deprecated.in favour of using {
QueryGateway.subscriptionQuery(String, Object, ResponseType, ResponseType)}. To set a backpressure strategy, use one of theonBackpressure..operators on the updates flux directly. Example:result.updates().onBackpressureBuffer(100) - subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
-
Deprecated.
- subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Deprecated.in favour of using {
QueryGateway.subscriptionQuery(String, Object, ResponseType, ResponseType, int)}. To set a backpressure strategy, use one of theonBackpressure..operators on the updates flux directly. Example:result.updates().onBackpressureBuffer(100) - subscriptionQuery(SubscriptionQueryMessage<Q, I, U>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given
queryto a single QueryHandler subscribed to the givenquery's queryName/initialResponseType/updateResponseType. - subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given
queryto a single QueryHandler subscribed to the givenquery's queryName/initialResponseType/updateResponseType. - subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in class org.axonframework.queryhandling.SimpleQueryBus
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Deprecated.in favor of using the {
AxonServerQueryBus.subscriptionQuery(SubscriptionQueryMessage, int)} - subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryBus
-
Deprecated.in favour of using {
QueryBus.subscriptionQuery(SubscriptionQueryMessage, int)} - subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
Deprecated.in favor use of {
SimpleQueryBus.subscriptionQuery(SubscriptionQueryMessage, int) - subscriptionQuery(Q, Class<I>, Class<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBusand returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side). - subscriptionQuery(Q, ResponseType<I>, ResponseType<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
queryover theQueryBusand returns result containing initial response and incremental updates (received at the moment the query is sent, until it is cancelled by the caller or closed by the emitting side). - SubscriptionQueryBackpressure - Class in org.axonframework.queryhandling
-
Deprecated.since 3.4.0 Reactor version, Sinks API does not use FluxSink.OverflowStrategy
- SubscriptionQueryBackpressure(FluxSink.OverflowStrategy) - Constructor for class org.axonframework.queryhandling.SubscriptionQueryBackpressure
-
Deprecated.Initializes backpressure with reactor's overflow strategy.
- SubscriptionQueryMessage<Q,
I, - Interface in org.axonframework.queryhandlingU> -
Message type that carries a Subscription Query: a request for information.
- SubscriptionQueryResult<I,
U> - Interface in org.axonframework.queryhandling -
Result of the subscription query.
- SubscriptionQueryUpdateMessage<U> - Interface in org.axonframework.queryhandling
-
Message which holds incremental update of an subscription query.
- subset(String...) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instance containing a subset of the
keysin this instance. - subtype(Class<? extends T>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- subtype(Class<? extends T>) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Sets a subtype of the
aggregate typerepresented by thisRepository. - subtype(Class<? extends T>) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- subtype(Class<? extends T>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- subtype(Class<? extends T>) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
- subtypes - Variable in class org.axonframework.modelling.command.AbstractRepository.Builder
- subtypes(Set<Class<? extends T>>) - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- subtypes(Set<Class<? extends T>>) - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Sets the subtypes of the
aggregate typerepresented by thisRepository. - subtypes(Set<Class<? extends T>>) - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- subtypes(Set<Class<? extends T>>) - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- subtypes(Set<Class<? extends T>>) - Method in class org.axonframework.modelling.command.LockingRepository.Builder
- supplyException(String, long, long) - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictExceptionSupplier
-
Creates an instance of an exception indicating a conflict in an aggregate with given
aggregateIdentifier, the givenexpectedVersionandactualVersion. - supplyException(ConflictDescription) - Method in interface org.axonframework.eventsourcing.conflictresolution.ContextAwareConflictExceptionSupplier
-
Creates an instance of an exception indicating a conflict described by the given
conflictDescription. - supportedCommandNames() - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
- supportedCommandNames() - Method in interface org.axonframework.commandhandling.CommandMessageHandler
-
Returns the set of command names this handler supports.
- supportedCommandNames() - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler
- supportedPayloadType() - Method in interface org.axonframework.messaging.annotation.ParameterResolver
-
Returns the class of the payload that is supported by this resolver.
- supportedPayloadType() - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
- supportsFormat(Class<T>) - Method in class org.axonframework.serialization.UnknownSerializedType
-
Indicates whether the given
desiredFormatis supported as a representation for this type. - supportsReset() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
-
Indicates whether the handlers managed by this invoker support a reset.
- supportsReset() - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Indicates whether the handlers managed by this invoker support a reset.
- supportsReset() - Method in interface org.axonframework.eventhandling.EventMessageHandler
-
Indicates whether the handlers managed by this invoker support a reset.
- supportsReset() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
- supportsReset() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
- supportsReset() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
- supportsReset() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Indicates whether this
StreamingEventProcessorsupports a "reset". - supportsReset() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
- supportsReset() - Method in class org.axonframework.modelling.saga.AbstractSagaManager
- supportsReset() - Method in interface org.axonframework.modelling.saga.Saga
- suppressDownloadMessage() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
Deprecated.Through use of the Axon Server Java Connector project, which enables the download message in absence of configured servers.
- suppressExceptionInGivenPhase(boolean) - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Configure whether the fixture should suppress exceptions thrown during the given-phase.
- suppressExceptionInGivenPhase(boolean) - Method in class org.axonframework.test.saga.SagaTestFixture
- suspect() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- suspect() - Method in interface org.axonframework.commandhandling.distributed.Member
-
Mark this member as suspect, i.e. suspected of being (temporarily) unavailable.
- suspect() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
T
- tags() - Method in interface org.axonframework.config.Configuration
-
Returns the Tags Configuration defined in this Configuration.
- tagsBuilder(Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
-
Configures the
Functionused to deduce what theTags should be for a message being monitored. - tagsBuilder(Function<Message<?>, Iterable<Tag>>) - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Configures the
Functionused to deduce what theTags should be for a message being monitored. - tagsConfiguration() - Method in class org.axonframework.springboot.autoconfig.AxonAutoConfiguration
- tagsConfiguration(TagsConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Sets the
TagsConfigurationused to add the tags of this Axon instance as client information when setting up a channel. - TagsConfiguration - Class in org.axonframework.config
-
Tags configuration labeling Axon Node represented by key-value pairs.
- TagsConfiguration() - Constructor for class org.axonframework.config.TagsConfiguration
-
The default constructor.
- TagsConfiguration(Map<String, String>) - Constructor for class org.axonframework.config.TagsConfiguration
-
Initializes tags configuration with key-value pairs.
- TagsConfigurationProperties - Class in org.axonframework.springboot
-
Spring Configuration properties for
TagsConfiguration. - TagsConfigurationProperties() - Constructor for class org.axonframework.springboot.TagsConfigurationProperties
- TagsUtil - Class in org.axonframework.micrometer
-
Utility class for micrometer tag management.
- TargetAggregateIdentifier - Annotation Interface in org.axonframework.modelling.command
-
Field or method level annotation that marks a field or method providing the identifier of the aggregate that a command targets.
- targetAggregateIdentifierAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.modelling.command.AnnotationCommandTargetResolver.Builder
-
Sets the annotation, that marks the target aggregate identifier.
- TargetAggregateVersion - Annotation Interface in org.axonframework.modelling.command
-
Field or method level annotation that marks a field or method providing the expected version of the aggregate that a command targets.
- targetAggregateVersionAnnotation(Class<? extends Annotation>) - Method in class org.axonframework.modelling.command.AnnotationCommandTargetResolver.Builder
-
Sets the annotation, that marks the target aggregate version.
- targetContextResolver() - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- targetContextResolver(TargetContextResolver<? super CommandMessage<?>>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
TargetContextResolverused to resolve the target (bounded) context of an ingestedCommandMessage. - targetContextResolver(TargetContextResolver<? super QueryMessage<?, ?>>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
TargetContextResolverused to resolve the target (bounded) context of an ingestedQueryMessage. - TargetContextResolver<T> - Interface in org.axonframework.axonserver.connector
-
Interface towards a mechanism that is capable of resolving the context name to which a
Messageshould be routed. - targetType() - Method in class org.axonframework.serialization.avro.ByteArrayToGenericRecordConverter
- targetType() - Method in class org.axonframework.serialization.avro.GenericRecordToByteArrayConverter
- targetType() - Method in class org.axonframework.serialization.ChainedConverter
- targetType() - Method in interface org.axonframework.serialization.ContentTypeConverter
-
The returned type of IntermediateRepresentation
- targetType() - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
- targetType() - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
- targetType() - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
- targetType() - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
- targetType() - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
- targetType() - Method in class org.axonframework.serialization.jackson3.ByteArrayToJsonNodeConverter
- targetType() - Method in class org.axonframework.serialization.jackson3.JsonNodeToByteArrayConverter
- targetType() - Method in class org.axonframework.serialization.jackson3.JsonNodeToObjectNodeConverter
- targetType() - Method in class org.axonframework.serialization.jackson3.ObjectNodeToJsonNodeConverter
- targetType() - Method in class org.axonframework.serialization.json.ByteArrayToJsonNodeConverter
- targetType() - Method in class org.axonframework.serialization.json.JsonNodeToByteArrayConverter
- targetType() - Method in class org.axonframework.serialization.json.JsonNodeToObjectNodeConverter
- targetType() - Method in class org.axonframework.serialization.json.ObjectNodeToJsonNodeConverter
- targetType() - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
- targetType() - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
- targetType() - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
- targetType() - Method in class org.axonframework.serialization.xml.XomToStringConverter
- TaskTimeoutSettings - Class in org.axonframework.messaging.timeout
-
Configuration properties for a task timeout.
- TaskTimeoutSettings() - Constructor for class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Creates a new
TaskTimeoutSettingswith default timeout settings. - TaskTimeoutSettings(int, int, int) - Constructor for class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Creates a new
TaskTimeoutSettingswith the provided timeout settings. - tepConfigs - Variable in class org.axonframework.config.EventProcessingModule
- test(Class<?>) - Method in interface org.axonframework.serialization.avro.AvroSerializerStrategy
-
Determines if this strategy supports given
payloadType. - test(Class<?>) - Method in class org.axonframework.serialization.avro.SpecificRecordBaseSerializerStrategy
- test(Throwable) - Method in class org.axonframework.commandhandling.gateway.NonTransientExceptionClassesPredicate
- test(DomainEventData<?>) - Method in class org.axonframework.eventsourcing.eventstore.EqualRevisionPredicate
- test(DomainEventData<?>) - Method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter
- TestEnvironmentDetector - Class in org.axonframework.updates.detection
-
This class detects whether the usage reporter is being used in a unit test environment, such as a JUnit test or another testing framework.
- TestEnvironmentDetector() - Constructor for class org.axonframework.updates.detection.TestEnvironmentDetector
- TestExecutor<T> - Interface in org.axonframework.test.aggregate
-
Interface describing the operations available on a test fixture in the execution stage.
- textMapGetter(TextMapGetter<Message<?>>) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Defines the
TextMapGetterto use, which is used for extracting the propagated context from another thread or service. - textMapSetter(TextMapSetter<Map<String, String>>) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Defines the
TextMapSetterto use, which is used for propagating the context to another thread or service. - threadFactory(ThreadFactory) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Sets the
ThreadFactoryused to create threads for consuming, producing and cleaning up. - threadFactory(ThreadFactory) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Sets the
ThreadFactoryused to create threads for consuming, producing and cleaning up. - ThrowableCause - Exception Class in org.axonframework.messaging.deadletter
- ThrowableCause(String, String) - Constructor for exception class org.axonframework.messaging.deadletter.ThrowableCause
-
Constructs a cause based on the give
typeandmessage. - ThrowableCause(Throwable) - Constructor for exception class org.axonframework.messaging.deadletter.ThrowableCause
-
Construct a cause based on the given
throwable. - timeLimit(Duration) - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.Configures the
Durationsince original publishing of an event or deadline during which it should be considered a nested span. - timeout(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve the desired 'number of results' as a
longfrom the givenprocessingInstructions, by searching for theProcessingInstructionwho's key equals theProcessingKey.NR_OF_RESULTS. - Timeout - Annotation Interface in org.axonframework.commandhandling.gateway
-
Class or method level annotation that indicates the calling thread should not wait longer than the provided timeout for the results of a command.
- timeoutMs() - Element in annotation interface org.axonframework.messaging.annotation.MessageHandlerTimeout
-
The timeout for a single message in milliseconds.
- TimeoutProperties - Class in org.axonframework.springboot
-
Configuration properties for time limits of processing transactions and handlers in Axon Framework.
- TimeoutProperties() - Constructor for class org.axonframework.springboot.TimeoutProperties
- TimeoutProperties.MessageHandlerTimeoutProperties - Class in org.axonframework.springboot
- TimeoutProperties.TransactionTimeoutProperties - Class in org.axonframework.springboot
- timerCustomization(UnaryOperator<Timer.Builder>) - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Allows for specifying a customization which will be added during the creation of the
Timer. - timestamp() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the storage timestamp of this token entry.
- timestamp() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the storage timestamp of this token entry.
- Timestamp - Annotation Interface in org.axonframework.eventhandling
-
Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message.
- timestampAsString() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the storage timestamp of this token entry as a String.
- timestampAsString() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the storage timestamp of this token entry as a String.
- timestampColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
timestampcolumn name. - timestampColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the column containing the timestamp of the token (the time this token was last saved).
- timestampColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the timestamp of the event.
- timestampColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
timestampcolumn. - timestampColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the timestamp column.
- TimestampParameterResolverFactory - Class in org.axonframework.eventhandling
- TimestampParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.TimestampParameterResolverFactory
-
Initializes a
ParameterResolverFactoryforTimestampannotated parameters - timestampType() - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
Returns the SQL to describe the type for timestamp columns.
- timestampType() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
-
Returns the sql to describe the type of timestamp column.
- TimestampWriter - Interface in org.axonframework.eventsourcing.eventstore.jdbc.statements
-
Writer interface for writing a formatted timestamp to a
PreparedStatementduring updates of the database. - timeUnit(TimeUnit) - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Sets the
TimeUnitfor theEmbeddedEventStore.Builder.fetchDelayandEmbeddedEventStore.Builder.cleanupDelay. - timeUnit(TimeUnit) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Sets the
TimeUnitfor theEmbeddedEventStore.Builder.fetchDelayandEmbeddedEventStore.Builder.cleanupDelay. - to(Class<?>, String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster.Builder
- to(String, String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster.Builder
- toDiscernibleSignature(Executable) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns a discernible signature without including the classname.
- toJobData(Object) - Method in interface org.axonframework.eventhandling.scheduling.quartz.EventJobDataBinder
-
Write an
eventMessage(or its payload) to aJobDataMap. - toJobData(Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.LegacyAwareJobDataBinder
- toJobData(Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
- toJobData(Serializer, DeadlineMessage, ScopeDescriptor) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Serializes the provided
deadlineMessageanddeadlineScopeand puts them in aJobDataMap. - token(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
- TokenAddingInterceptor - Class in org.axonframework.axonserver.connector.util
-
Deprecated.in through use of the AxonServer java connector
- TokenAddingInterceptor(String) - Constructor for class org.axonframework.axonserver.connector.util.TokenAddingInterceptor
-
Deprecated.Constructs a
TokenAddingInterceptorto attach the giventoken. - tokenClaimInterval(long) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies the time in milliseconds the processor's coordinator should wait after a failed attempt to claim any segments for processing.
- tokenColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
tokencolumn name. - tokenColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the column containing the serialized token.
- tokenColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
tokencolumn. - TokenEntry - Class in org.axonframework.eventhandling.tokenstore.jpa
-
Implementation of a token entry compatible with JPA that stores its serialized token as a byte array.
- TokenEntry() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Default constructor for JPA
- TokenEntry(String, int, TrackingToken, Serializer) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Initializes a new token entry for given
token,processorNameandsegment. - TokenEntry.PK - Class in org.axonframework.eventhandling.tokenstore.jpa
-
Primary key for token entries used by JPA
- tokenSchema() - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- TokenSchema - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
Schema of an token entry to be stored using Jdbc.
- TokenSchema() - Constructor for class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Initializes the default TokenSchema
- TokenSchema.Builder - Class in org.axonframework.eventhandling.tokenstore.jdbc
-
Builder for an
TokenSchemathat gets initialized with default values. - tokenStore - Variable in class org.axonframework.config.EventProcessingModule
- tokenStore(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
TokenStoretied to the givenprocessorName. - tokenStore(String) - Method in class org.axonframework.config.EventProcessingModule
- tokenStore(ConnectionProvider, Serializer, TokenSchema) - Method in class org.axonframework.springboot.autoconfig.JdbcAutoConfiguration
- tokenStore(TokenStore) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Sets the
TokenStoreused to store and fetch event tokens that enable thisEventProcessorto track its progress. - tokenStore(TokenStore) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Sets the
TokenStoreused to store and fetch event tokens that enable thisEventProcessorto track its progress. - tokenStore(Serializer, EntityManagerProvider) - Method in class org.axonframework.springboot.autoconfig.JpaAutoConfiguration
- tokenStore(Serializer, EntityManagerProvider) - Method in class org.axonframework.springboot.autoconfig.legacyjpa.JpaJavaxAutoConfiguration
-
Deprecated.
- TokenStore - Interface in org.axonframework.eventhandling.tokenstore
-
Describes a component capable of storing and retrieving event tracking tokens.
- TokenStoreProperties - Class in org.axonframework.springboot
-
Properties describing the settings for the default
Token Store. - TokenStoreProperties() - Constructor for class org.axonframework.springboot.TokenStoreProperties
- tokenTable() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the token entry table.
- TokenTableFactory - Interface in org.axonframework.eventhandling.tokenstore.jdbc
-
Interface describing a factory for JDBC to create the table containing tracking token entries.
- tokenType() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.GenericTokenTableFactory
-
Returns the sql to describe the type of token column.
- tokenType() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.PostgresTokenTableFactory
- tokenTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured
tokenTypecolumn name. - tokenTypeColumn() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema
-
Returns the name of the column containing the name of the type to which the token should be deserialized.
- tokenTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the
tokenTypecolumn. - toMessageHandlerTimeoutConfiguration() - Method in class org.axonframework.springboot.TimeoutProperties.MessageHandlerTimeoutProperties
-
Converts this configuration to a
HandlerTimeoutConfiguration. - TopologyChange - Class in org.axonframework.axonserver.connector
-
Object representing a topology change at Axon Server.
- TopologyChange(TopologyChange) - Constructor for class org.axonframework.axonserver.connector.TopologyChange
-
Constructs a
TopologyChangebased on the given gRPCchange. - TopologyChange(TopologyChange.Type, String, String, String, String, TopologyChange.HandlerSubscription) - Constructor for class org.axonframework.axonserver.connector.TopologyChange
-
Constructs a
TopologyChangebased on the givetype,context,clientId,clientStreamId,componentName, andhandler. - TopologyChange.HandlerSubscription - Class in org.axonframework.axonserver.connector
-
The handler subscription of a
TopologyChange. - TopologyChange.Type - Enum Class in org.axonframework.axonserver.connector
-
The enumeration referencing the possible
TopologyChangetypes. - TopologyChangeListener - Interface in org.axonframework.axonserver.connector
-
A functional interface representing a listener that is notified when a
TopologyChangeoccurs to a specificcontext. - topologyChangeListenerConfigurerModule(AxonServerConnectionManager, List<TopologyChangeListener>) - Method in class org.axonframework.springboot.autoconfig.AxonServerAutoConfiguration
- toQueryString() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Converts the usage request into a query string format suitable for HTTP requests.
- toString() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
- toString() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
- toString() - Method in exception class org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
- toString() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
- toString() - Method in class org.axonframework.axonserver.connector.PriorityCallable
- toString() - Method in class org.axonframework.axonserver.connector.PriorityRunnable
- toString() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
- toString() - Method in exception class org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
- toString() - Method in class org.axonframework.axonserver.connector.TopologyChange.HandlerSubscription
- toString() - Method in class org.axonframework.axonserver.connector.TopologyChange
- toString() - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
- toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
- toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
- toString() - Method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
- toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
- toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.NegateCommandMessageFilter
- toString() - Method in class org.axonframework.commandhandling.distributed.commandfilter.OrCommandMessageFilter
- toString() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
- toString() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
- toString() - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
- toString() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
- toString() - Method in class org.axonframework.commandhandling.distributed.SimpleMember
- toString() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
- toString() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineToken
- toString() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
- toString() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
- toString() - Method in class org.axonframework.eventhandling.AddedTrackerStatus
- toString() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- toString() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
- toString() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
- toString() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- toString() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- toString() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- toString() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- toString() - Method in class org.axonframework.eventhandling.MergedTrackingToken
- toString() - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
- toString() - Method in class org.axonframework.eventhandling.RemovedTrackerStatus
- toString() - Method in class org.axonframework.eventhandling.ReplayToken
- toString() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
- toString() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
- toString() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerScheduleToken
- toString() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
- toString() - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrScheduleToken
- toString() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
- toString() - Method in class org.axonframework.eventhandling.Segment
- toString() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- toString() - Method in class org.axonframework.eventhandling.TrackerStatus
- toString() - Method in class org.axonframework.eventsourcing.eventstore.AbstractSnapshotEventEntry.PK
- toString() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
- toString() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- toString() - Method in class org.axonframework.messaging.deadletter.DoNotEnqueue
- toString() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- toString() - Method in class org.axonframework.messaging.deadletter.Ignore
- toString() - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
- toString() - Method in exception class org.axonframework.messaging.deadletter.ThrowableCause
- toString() - Method in class org.axonframework.messaging.Headers
- toString() - Method in class org.axonframework.messaging.MessageDecorator
- toString() - Method in class org.axonframework.messaging.MetaData
- toString() - Method in class org.axonframework.messaging.RemoteExceptionDescription
- toString() - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
- toString() - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
- toString() - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
- toString() - Method in class org.axonframework.messaging.SimpleHandlerAttributes
- toString() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
- toString() - Method in class org.axonframework.modelling.command.AggregateScopeDescriptor
- toString() - Method in class org.axonframework.modelling.command.AnnotationCommandTargetResolver
- toString() - Method in class org.axonframework.modelling.saga.SagaScopeDescriptor
- toString() - Method in class org.axonframework.serialization.SimpleSerializedObject
- toString() - Method in class org.axonframework.serialization.SimpleSerializedType
- toString() - Method in class org.axonframework.test.server.AxonServerContainer
- toString() - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.
- toString() - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.
- toString() - Method in class org.axonframework.updates.api.Artifact
- toString() - Method in class org.axonframework.updates.api.ArtifactAvailableUpgrade
- toString() - Method in class org.axonframework.updates.api.DetectedVulnerability
- toString() - Method in class org.axonframework.updates.api.UpdateCheckRequest
- toString() - Method in class org.axonframework.updates.api.UpdateCheckResponse
- toTagsConfiguration() - Method in class org.axonframework.springboot.TagsConfigurationProperties
- toUserAgent() - Method in class org.axonframework.updates.api.UpdateCheckRequest
-
Converts the usage request into a user agent string format.
- tracer(Tracer) - Method in class org.axonframework.tracing.opentelemetry.OpenTelemetrySpanFactory.Builder
-
Defines the
Tracerfrom OpenTelemetry to use. - tracingHandlerEnhancerDefinition(SpanFactory, TracingProperties) - Method in class org.axonframework.springboot.autoconfig.AxonTracingAutoConfiguration
- TracingHandlerEnhancerDefinition - Class in org.axonframework.tracing
-
Enhances message handlers with the provided
SpanFactory, wrapping handling of the message in aSpanthat is reported to the monitoring tooling. - TracingHandlerEnhancerDefinition(TracingHandlerEnhancerDefinition.Builder) - Constructor for class org.axonframework.tracing.TracingHandlerEnhancerDefinition
-
Creates a new
TracingHandlerEnhancerDefinitionbased on the builder. - TracingHandlerEnhancerDefinition.Builder - Class in org.axonframework.tracing
-
Builder class to instantiate a
TracingHandlerEnhancerDefinition. - TracingProperties - Class in org.axonframework.springboot
-
Properties describing the settings for tracing.
- TracingProperties() - Constructor for class org.axonframework.springboot.TracingProperties
- TracingProperties.AttributeProviders - Class in org.axonframework.springboot
-
Defines which
SpanAttributesProviders are enabled. - TracingProperties.CommandBusProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
CommandBus. - TracingProperties.DeadlineManagerProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
DeadlineManager. - TracingProperties.EventProcessorProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
EventProcessorimplementations. - TracingProperties.QueryBusProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
QueryBus. - TracingProperties.RepositoryProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
Repository. - TracingProperties.SagaManagerProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
AbstractSagaManager. - TracingProperties.SnapshotterProperties - Class in org.axonframework.springboot
-
Configuration properties for the behavior of creating tracing spans for the
Snapshotter. - TrackedDomainEventData<T> - Class in org.axonframework.eventhandling
-
Specialization of the DomainEventData class that includes the Token representing the position of this event in a stream.
- TrackedDomainEventData(TrackingToken, DomainEventData<T>) - Constructor for class org.axonframework.eventhandling.TrackedDomainEventData
-
Initialize the TrackingDomainEventData with given
trackingTokenanddomainEventEntry. - trackedEventComparator(Comparator<Map.Entry<String, TrackedEventMessage<?>>>) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource.Builder
-
Overrides the default trackedEventComparator.
- TrackedEventData<T> - Interface in org.axonframework.eventhandling
-
Interface describing the properties of serialized Event Messages containing a
TrackingToken. - trackedEventFields() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get a comma separated list of tracked domain event column names to select from an event entry.
- trackedEventFields() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Deprecated.in favor of
EventSchema.trackedEventFields() - trackedEventFields(Function<EventSchema, String>) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Set a comma separated list of tracked domain event column names to select from an event entry.
- TrackedEventMessage<T> - Interface in org.axonframework.eventhandling
-
Represents an
EventMessagecontaining aTrackingToken. - trackerAdded() - Method in class org.axonframework.eventhandling.AddedTrackerStatus
- trackerAdded() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Returns a
booleandescribing whether thisEventTrackerStatusis starting it's progress for the first time. - trackerAdded() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- trackerRemoved() - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Returns a
booleandescribing whether thisEventTrackerStatushas just stopped it's progress. - trackerRemoved() - Method in class org.axonframework.eventhandling.RemovedTrackerStatus
- trackerRemoved() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
- TrackerStatus - Class in org.axonframework.eventhandling
-
Implementation of the
EventTrackerStatus, providing simply modification methods to switch from oneEventTrackerStatusvalue object to another. - TrackerStatus(Segment, boolean, TrackingToken, Throwable) - Constructor for class org.axonframework.eventhandling.TrackerStatus
- TrackerStatus(Segment, TrackingToken) - Constructor for class org.axonframework.eventhandling.TrackerStatus
- TRACKING - Enum constant in enum class org.axonframework.springboot.EventProcessorProperties.Mode
-
Indicates a
TrackingEventProcessorshould be used. - trackingEventProcessor(String, EventHandlerInvoker, TrackingEventProcessorConfiguration, StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.config.EventProcessingModule
-
Default
TrackingEventProcessorconfiguration based on this configure module. - TrackingEventProcessor - Class in org.axonframework.eventhandling
-
EventProcessor implementation that tracks events from a
StreamableMessageSource. - TrackingEventProcessor(TrackingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.TrackingEventProcessor
-
Instantiate a
TrackingEventProcessorbased on the fields contained in theTrackingEventProcessor.Builder. - TrackingEventProcessor.Builder - Class in org.axonframework.eventhandling
-
Builder class to instantiate a
TrackingEventProcessor. - TrackingEventProcessor.State - Enum Class in org.axonframework.eventhandling
-
Enum representing the possible states of the Processor
- trackingEventProcessorConfiguration(TrackingEventProcessorConfiguration) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Sets the
TrackingEventProcessorConfigurationcontaining the fine grained configuration options for aTrackingEventProcessor. - TrackingEventProcessorConfiguration - Class in org.axonframework.eventhandling
-
Configuration object for the
TrackingEventProcessor. - TrackingEventStream - Interface in org.axonframework.eventhandling
-
Describes a stream of
TrackedEventMessages. - trackingToken() - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
- trackingToken() - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
- trackingToken() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
- trackingToken() - Method in interface org.axonframework.eventhandling.TrackedEventData
-
Returns the
TrackingTokenof the serialized event. - trackingToken() - Method in interface org.axonframework.eventhandling.TrackedEventMessage
-
Returns the
TrackingTokenof the event message. - TrackingToken - Interface in org.axonframework.eventhandling
-
Tag interface identifying a token that is used to identify the position of an event in an event stream.
- TrackingTokenParameterResolverFactory - Class in org.axonframework.eventhandling
-
Implementation of a
ParameterResolverFactorythat resolves theTrackingTokenof an event message if that message is aTrackedEventMessage. - TrackingTokenParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.TrackingTokenParameterResolverFactory
- Transaction - Interface in org.axonframework.common.transaction
-
Interface of an object that represents a started transaction that can be committed or rolled back.
- TRANSACTION_MANAGER_KEY - Static variable in class org.axonframework.deadline.quartz.DeadlineJob
-
The key under which the
TransactionManageris stored within theSchedulerContext. - TRANSACTION_MANAGER_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
-
The key used to locate the optional TransactionManager in the scheduler context.
- TRANSACTION_ROLLED_BACK - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- TransactionAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- TransactionAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.TransactionAutoConfiguration
- transactionManager(String) - Method in interface org.axonframework.config.EventProcessingConfiguration
-
Returns the
TransactionManagertied to the givenprocessorName. - transactionManager(String) - Method in class org.axonframework.config.EventProcessingModule
- transactionManager(TransactionManager) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
- transactionManager(TransactionManager) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Sets the
TransactionManagerused to manage transactions. - transactionManager(TransactionManager) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets the
TransactionManagerused to build transactions and ties them to deadline. - transactionManager(TransactionManager) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Sets the
TransactionManagerused to build transactions and ties them to deadline. - transactionManager(TransactionManager) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the
TransactionManagerused to build transactions and ties them to deadline. - transactionManager(TransactionManager) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Sets the
TransactionManagerused to build transactions and ties them to deadline. - transactionManager(TransactionManager) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
TransactionManagerto use to manage a transaction around the storage and publication of events. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Sets the
TransactionManagerused by this invoker for all operations involving the configuredSequencedDeadLetterQueue. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
TransactionManagerused to manage transaction around fetching dead-letter data. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
TransactionManagerused to manage transaction around fetching event data. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Sets the
TransactionManagerused to manage transaction around fetching event data. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Sets the
TransactionManagerused when processingEventMessages. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets the
TransactionManagerused to build transactions and ties them on event publication. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
Sets the
TransactionManagerused to build transactions and ties them on event publication. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
-
Sets the
TransactionManagerused to build transactions and ties them on event publication. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the
TransactionManagerused to build transactions and ties them on event publication. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Sets the
TransactionManagerused when processingEventMessages. - transactionManager(TransactionManager) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Sets the
TransactionManagerused when processingEventMessages. - transactionManager(TransactionManager) - Method in class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
-
Sets the
TransactionManagerused to manage the transaction around storing the snapshot. - transactionManager(TransactionManager) - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
- transactionManager(TransactionManager) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Sets the
TransactionManagerused to manage transactions around fetching event data. - transactionManager(TransactionManager) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Sets the
TransactionManagerused to manage transaction around fetching event data. - transactionManager(TransactionManager) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Sets the
TransactionManagerused to manage transaction around fetching event data. - transactionManager(TransactionManager) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the
TransactionManagerused to manage the query handling transactions. - transactionManager(TransactionManager) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
- TransactionManager - Interface in org.axonframework.common.transaction
-
Interface towards a mechanism that manages transactions
- TransactionManagerFactoryBean - Class in org.axonframework.spring.config
-
Deprecated.Use Spring Boot autoconfiguration or register the individual beans explicitly.
- TransactionManagerFactoryBean() - Constructor for class org.axonframework.spring.config.TransactionManagerFactoryBean
-
Deprecated.
- transactionManagers - Variable in class org.axonframework.config.EventProcessingModule
- TransactionManagingInterceptor<T> - Class in org.axonframework.messaging.interceptors
-
Interceptor that uses a
TransactionManagerto start a new transaction before a Message is handled. - TransactionManagingInterceptor(TransactionManager) - Constructor for class org.axonframework.messaging.interceptors.TransactionManagingInterceptor
-
Initializes a
TransactionManagingInterceptorthat uses the giventransactionManager. - TransactionMethodExecutionException - Exception Class in org.axonframework.eventhandling
-
Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
- TransactionMethodExecutionException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.TransactionMethodExecutionException
-
Initialize the exception with given
messageandcause. - TransactionTimeoutProperties() - Constructor for class org.axonframework.springboot.TimeoutProperties.TransactionTimeoutProperties
- transform(EventMessage<?>) - Method in class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
-
Transforms the given Axon
eventinto a Spring Messaging Message. - transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.disruptor.commandhandling.DisruptorUnitOfWork
- transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
- transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
- transformMessage(Function<T, ? extends Message<?>>) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Transform the Message being processed using the given operator.
- transformMessage(Function<T, ? extends Message<?>>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Transform the Message being processed using the given operator and stores the result.
- transformMessage(Message<?>) - Method in class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
-
Transforms the given incoming Spring Messaging
messageto an Axon EventMessage. - TRIGGER - Static variable in enum class org.axonframework.eventsourcing.NoSnapshotTriggerDefinition
-
A singleton instance of a
SnapshotTriggerthat does nothing. - truncated(Throwable) - Static method in exception class org.axonframework.messaging.deadletter.ThrowableCause
-
Construct a
ThrowableCausebased on the giventhrowable, truncating the message to a maximum size ofThrowableCause.TRUNCATED_MESSAGE_SIZE. - truncated(Throwable, int) - Static method in exception class org.axonframework.messaging.deadletter.ThrowableCause
-
Construct a
ThrowableCausebased on the giventhrowable, truncating the message to the givenmessageSize. - TRUNCATED_MESSAGE_SIZE - Static variable in exception class org.axonframework.messaging.deadletter.ThrowableCause
-
The default size of
1023to truncate aThrowable.getMessage()to, to fit into typical dead-letter storages. - type() - Method in class org.axonframework.axonserver.connector.TopologyChange
-
Returns the
Typeof theTopologyChange. - type() - Method in interface org.axonframework.config.SagaConfiguration
-
Gets the Saga Type.
- type() - Method in interface org.axonframework.messaging.deadletter.Cause
-
Returns the type of dead lettering cause.
- type() - Method in exception class org.axonframework.messaging.deadletter.ThrowableCause
- type() - Method in interface org.axonframework.modelling.command.Aggregate
-
Get the String representation of the aggregate's type.
- type() - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Retrieve a
Stringdenoting the type of this Aggregate. - type() - Element in annotation interface org.axonframework.modelling.command.AggregateMember
-
Provides the member's type.
- type() - Element in annotation interface org.axonframework.modelling.command.AggregateRoot
-
Get the String representation of the aggregate's type.
- type() - Method in interface org.axonframework.modelling.command.inspection.AggregateModel
-
Get the String representation of the modeled aggregate's type.
- type() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- type() - Method in class org.axonframework.modelling.command.LockAwareAggregate
- type() - Method in class org.axonframework.modelling.saga.AnnotatedSaga
- type() - Method in class org.axonframework.modelling.saga.SagaLifecycle
-
Retrieve a
Stringdenoting the type of this Saga. - type() - Element in annotation interface org.axonframework.spring.stereotype.Aggregate
-
Get the String representation of the aggregate's type.
- type() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- type(Class<?>) - Method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter.Builder
-
Sets the aggregate
typethisSnapshotFilterwill allow using the outcome ofClass.getName()on the giventype. - type(String) - Method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter.Builder
-
Sets the aggregate
typethisSnapshotFilterwill allow. - type(String) - Method in interface org.axonframework.modelling.command.inspection.AggregateModel
-
Gets the aggregate class based on given
declaredType. - typeColumn() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema
-
Get the name of the column containing the aggregate type of the event.
- typeColumn(String) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.EventSchema.Builder
-
Sets the name of the aggregate type column.
- typeForClass(Class) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
- typeForClass(Class) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
- typeForClass(Class) - Method in class org.axonframework.serialization.avro.AvroSerializer
- typeForClass(Class) - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer
- typeForClass(Class) - Method in class org.axonframework.serialization.JavaSerializer
-
Deprecated.
- typeForClass(Class) - Method in class org.axonframework.serialization.json.JacksonSerializer
- typeForClass(Class) - Method in interface org.axonframework.serialization.Serializer
-
Returns the type identifier for the given class.
- typeMatches(Message<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
-
Checks if this member can handle the type of the given
message. - TypeReflectionUtils - Class in org.axonframework.common
-
Utility class for doing reflection on types.
- types() - Method in interface org.axonframework.modelling.command.inspection.AggregateModel
-
Gets all types (concrete aggregate classes) of this aggregate.
U
- UnableToClaimTokenException - Exception Class in org.axonframework.eventhandling.tokenstore
-
Exception indicating that a processor tried to claim a Token (either by retrieving or updating it) that has already been claimed by another process.
- UnableToClaimTokenException(String) - Constructor for exception class org.axonframework.eventhandling.tokenstore.UnableToClaimTokenException
-
Initialize the exception with given
message. - UnableToClaimTokenException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.tokenstore.UnableToClaimTokenException
-
Initialize the exception with given
messageandcause. - UnableToInitializeTokenException - Exception Class in org.axonframework.eventhandling.tokenstore
-
Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.
- UnableToInitializeTokenException(String) - Constructor for exception class org.axonframework.eventhandling.tokenstore.UnableToInitializeTokenException
-
Initialize the exception with given
message - UnableToInitializeTokenException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.tokenstore.UnableToInitializeTokenException
-
Initialize the exception with given
messageand underlyingcause. - UnableToRetrieveIdentifierException - Exception Class in org.axonframework.eventhandling.tokenstore
-
Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying storage.
- UnableToRetrieveIdentifierException(String, Throwable) - Constructor for exception class org.axonframework.eventhandling.tokenstore.UnableToRetrieveIdentifierException
-
Initialize the exception using given
messageandcause. - UnauthorizedMessageException - Exception Class in org.axonframework.spring.authorization
-
Exception indicating that a message has been rejected due to a lack of authorization.
- UnauthorizedMessageException(String) - Constructor for exception class org.axonframework.spring.authorization.UnauthorizedMessageException
-
Construct the exception with the given {$code message}.
- UNCHECKED_EXCEPTIONS - Enum constant in enum class org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Configuration that prescribes a rollback on any sort of unchecked exception, including errors.
- unexpectedEvents() - Method in interface org.axonframework.eventsourcing.conflictresolution.ConflictDescription
-
The list of events that have been registered with this aggregate since the expected version.
- unexpectedEvents() - Method in class org.axonframework.eventsourcing.conflictresolution.DefaultConflictDescription
- UniformPropertyAccessStrategy - Class in org.axonframework.common.property
-
PropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle (see Wikipedia).
- UniformPropertyAccessStrategy() - Constructor for class org.axonframework.common.property.UniformPropertyAccessStrategy
- unit() - Element in annotation interface org.axonframework.commandhandling.gateway.Timeout
-
Indicates the unit in which the timeout is declared.
- UnitOfWork<T> - Interface in org.axonframework.messaging.unitofwork
-
This class represents a Unit of Work that monitors the processing of a
Message. - UnitOfWork.Phase - Enum Class in org.axonframework.messaging.unitofwork
-
Enum indicating possible phases of the Unit of Work.
- UnitOfWorkAwareConnectionProviderWrapper - Class in org.axonframework.common.jdbc
-
Wrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that connection over creating a new one.
- UnitOfWorkAwareConnectionProviderWrapper(ConnectionProvider) - Constructor for class org.axonframework.common.jdbc.UnitOfWorkAwareConnectionProviderWrapper
-
Initializes a ConnectionProvider, using given
delegateto create a new instance, when on is not already attached to the Unit of Work. - UnitOfWorkTimeoutInterceptor - Class in org.axonframework.messaging.timeout
-
Message handler interceptor that sets a timeout on the processing of the current
UnitOfWork. - UnitOfWorkTimeoutInterceptor(String, int, int, int) - Constructor for class org.axonframework.messaging.timeout.UnitOfWorkTimeoutInterceptor
-
Creates a new
UnitOfWorkTimeoutInterceptorfor the givencomponentNamewith the giventimeout,warningThresholdandwarningInterval. - UnitOfWorkTimeoutInterceptor(String, int, int, int, ScheduledExecutorService, Logger) - Constructor for class org.axonframework.messaging.timeout.UnitOfWorkTimeoutInterceptor
-
Creates a new
UnitOfWorkTimeoutInterceptorfor the givencomponentNamewith the giventimeout,warningThresholdandwarningInterval. - UNKNOWN - Enum constant in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
The severity of the vulnerability is unknown.
- UnknownSerializedType - Class in org.axonframework.serialization
-
Class representing a serialized object of which there is no class available in the current class loader.
- UnknownSerializedType(Serializer, SerializedObject<?>) - Constructor for class org.axonframework.serialization.UnknownSerializedType
-
Initialize the unknown type, using given
serializerandserializedObject. - unmarkError() - Method in class org.axonframework.eventhandling.TrackerStatus
-
Return a new
TrackerStatusbased on this status, removing theerrorState. - unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.axonframework.serialization.GapAwareTrackingTokenConverter
- unregister(PropertyAccessStrategy) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
-
Removes all strategies registered using the
PropertyAccessStrategy.register(PropertyAccessStrategy)method. - UnresolvedRoutingKeyPolicy - Enum Class in org.axonframework.commandhandling.distributed
-
Set of simple
RoutingStrategyimplementations. - unsavedSagaResource(UnitOfWork<?>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Returns a set of identifiers of sagas that may have changed in the context of the given
unitOfWorkand have not been saved yet. - UNSUPPORTED_INSTRUCTION - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- UnsupportedHandlerException - Exception Class in org.axonframework.messaging.annotation
-
Thrown when an @...Handler annotated method was found that does not conform to the rules that apply to those methods.
- UnsupportedHandlerException(String, Member) - Constructor for exception class org.axonframework.messaging.annotation.UnsupportedHandlerException
-
Initialize the exception with a
messageand theviolatingMethod. - unwrap() - Method in interface org.axonframework.config.ModuleConfiguration
-
Returns the actual module configuration instance.
- unwrap(Class<H>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
- unwrap(Class<HT>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Returns the wrapped handler object if its type is an instance of the given
handlerType. - unwrap(Class<HT>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
- unwrap(Class<HT>) - Method in class org.axonframework.modelling.command.inspection.ChildForwardingCommandMessageHandlingMember
- unwrap(Class<R>) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- unwrap(Class<R>) - Method in class org.axonframework.eventhandling.ReplayToken
- unwrap(Class<R>) - Method in interface org.axonframework.eventhandling.WrappedToken
-
Retrieve a token of given
tokenTypeif it is wrapped by this token. - unwrap(TrackingToken, Class<R>) - Static method in interface org.axonframework.eventhandling.WrappedToken
-
Unwrap the given
tokenuntil a token of giventokenTypeis exposed. - unwrapIfType(Type, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Unwrap the given
typeif is wrapped by any of the givenwrapperTypes. - unwrapIfTypeFuture(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
-
Deprecated.Use
ReflectionUtils.unwrapIfType(Type, Class[])instead - unwrapLowerBound(TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
-
Extracts a raw token describing the current processing position of the given
token. - unwrapUpperBound(TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
-
Extracts a raw token describing the current processing position of the given
token. - upcast(Stream<IntermediateEventRepresentation>) - Method in enum class org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
- upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryMultiUpcaster
- upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.ContextAwareSingleEntryUpcaster
- upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.GenericUpcasterChain
- upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.SingleEntryMultiUpcaster
- upcast(Stream<T>) - Method in class org.axonframework.serialization.upcasting.SingleEntryUpcaster
- upcast(Stream<T>) - Method in interface org.axonframework.serialization.upcasting.Upcaster
-
Apply this upcaster to a stream of
intermediateRepresentationsand return the altered stream. - upcast(SerializedType, Class<S>, Function<S, S>, Function<MetaData, MetaData>) - Method in class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
- upcast(SerializedType, Class<T>, Function<T, T>, Function<MetaData, MetaData>) - Method in class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
- upcast(SerializedType, Class<T>, Function<T, T>, Function<MetaData, MetaData>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Upcast the serialized payload of the event (leaving other aspects of the event the same).
- upcastAndDeserializeDomainEvents(Stream<? extends DomainEventData<?>>, Serializer, EventUpcaster) - Static method in class org.axonframework.eventsourcing.EventStreamUtils
-
Upcasts and deserializes the given
eventEntryStreamusing the givenserializerandupcasterChain. - upcastAndDeserializeTrackedEvents(Stream<? extends TrackedEventData<?>>, Serializer, EventUpcaster) - Static method in class org.axonframework.eventhandling.EventUtils
-
Upcasts and deserializes the given
eventEntryStreamusing the givenserializerandupcasterChain. - UpcastedEventRepresentation<T> - Class in org.axonframework.serialization.upcasting.event
-
Implementation of an
IntermediateEventRepresentationthat contains upcast functions for the payload and metadata of a previous representation. - UpcastedEventRepresentation(SerializedType, IntermediateEventRepresentation, Function<T, T>, Function<MetaData, MetaData>, Class<T>, Converter) - Constructor for class org.axonframework.serialization.upcasting.event.UpcastedEventRepresentation
-
Initializes an
UpcastedEventRepresentationfrom source data and given upcast functions for payload and metadata. - upcastedType() - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Retrieve the upcasted event
SerializedType. - Upcaster<T> - Interface in org.axonframework.serialization.upcasting
-
Interface for Upcasters.
- upcasterChain - Variable in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
- upcasterChain - Variable in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
- upcasterChain() - Method in interface org.axonframework.config.Configuration
-
Returns the EventUpcasterChain with all registered upcasters.
- upcasterChain() - Method in class org.axonframework.spring.config.AxonConfiguration
-
Deprecated.
- upcasterChain(EventUpcaster) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the
EventUpcasterused to deserialize events of older revisions. - upcasterChain(EventUpcaster) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the
upcaster ch ainused to deserialize events of older revisions. - upcasterChain(EventUpcaster) - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Sets the
EventUpcasterused to deserialize events of older revisions. - upcasterChain(EventUpcaster) - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
- upcasterChain(EventUpcaster) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
- upcasterChain(EventUpcaster) - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
- upcasterChain(EventUpcaster) - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.
- upcastPayload(SerializedType, Class<T>, Function<T, T>) - Method in interface org.axonframework.serialization.upcasting.event.IntermediateEventRepresentation
-
Upcast the serialized payload of the event (leaving other aspects of the event the same).
- update(byte[]) - Method in class org.axonframework.common.digest.Digester
-
Update the Digester with given
additionalData. - update(long) - Method in class org.axonframework.micrometer.reservoir.SlidingTimeWindowReservoir
-
Add new measurement value
- update(Function<Configuration, ? extends B>) - Method in class org.axonframework.config.Component
-
Updates the builder function for this component.
- UpdateCheckConfiguration - Class in org.axonframework.springboot.updates
- UpdateCheckConfiguration() - Constructor for class org.axonframework.springboot.updates.UpdateCheckConfiguration
- updateChecker(UpdateCheckerHttpClient, UpdateCheckerReporter, UsagePropertyProvider) - Method in class org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration
- UpdateChecker - Class in org.axonframework.updates
-
The UpdateChecker reports Anonymous usage data to AxonIQ periodically.
- UpdateChecker(UpdateCheckerHttpClient, UpdateCheckerReporter, UsagePropertyProvider) - Constructor for class org.axonframework.updates.UpdateChecker
-
Creates a new instance of
UpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider. - UpdateChecker(UpdateCheckerHttpClient, UpdateCheckerReporter, UsagePropertyProvider, ScheduledExecutorService) - Constructor for class org.axonframework.updates.UpdateChecker
- UpdateCheckerAutoConfiguration - Class in org.axonframework.springboot.autoconfig
- UpdateCheckerAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration
- UpdateCheckerConfigurerModule - Class in org.axonframework.config
-
A
ConfigurerModulethat registers theUpdateCheckercomponent. - UpdateCheckerConfigurerModule() - Constructor for class org.axonframework.config.UpdateCheckerConfigurerModule
- updateCheckerHttpClient(UsagePropertyProvider) - Method in class org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration
- UpdateCheckerHttpClient - Class in org.axonframework.updates
-
Client for checking for updates and sending anonymous usage data to the AxonIQ servers.
- UpdateCheckerHttpClient(UsagePropertyProvider) - Constructor for class org.axonframework.updates.UpdateCheckerHttpClient
-
Creates a new
UpdateCheckerHttpClientwith the givenUsagePropertyProvider. - updateCheckerReporter() - Method in class org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration
- UpdateCheckerReporter - Interface in org.axonframework.updates
-
Interface for reporting the response of the update checker to the user.
- UpdateCheckRequest - Class in org.axonframework.updates.api
-
Represents an UpdateChecker request, including machine and instance identifiers, operating system details, JVM information, Kotlin version, and a list of library versions.
- UpdateCheckRequest(String, String, String, String, String, String, String, String, List<Artifact>) - Constructor for class org.axonframework.updates.api.UpdateCheckRequest
-
Constructs an
UpdateCheckRequestwith the givenmachineId,instanceId,osName,osVersion,osArch,jvmVersion,jvmVendor,kotlinVersion, andlibraries. - UpdateCheckResponse - Class in org.axonframework.updates.api
-
Represents the response from the UpdateChecker API, containing information about version upgrades and vulnerabilities found in the artifacts used by the application.
- UpdateCheckResponse(int, List<ArtifactAvailableUpgrade>, List<DetectedVulnerability>) - Constructor for class org.axonframework.updates.api.UpdateCheckResponse
-
Constructs an
UpdateCheckResponsewith the givencheckInterval,upgrades, andvulnerabilities. - updateEmitter(QueryUpdateEmitter) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
QueryUpdateEmitterwhich can be used to emit updates to queries. - UpdateHandlerRegistration<U> - Class in org.axonframework.queryhandling
-
Result of registering an Update Handler.
- UpdateHandlerRegistration(Registration, Flux<SubscriptionQueryUpdateMessage<U>>, Runnable) - Constructor for class org.axonframework.queryhandling.UpdateHandlerRegistration
- updateLoadFactor(int) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Updates the load factor of this node compared to other nodes registered with the
CommandRouter. - updateMembership(int, CommandMessageFilter) - Method in interface org.axonframework.commandhandling.distributed.CommandRouter
-
Updates the load factor and capabilities of this member representing the current endpoint if the implementation allows memberships to be updated dynamically.
- updateMessageMonitor(MessageMonitor<? super SubscriptionQueryUpdateMessage<?>>) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
Sets the
MessageMonitorused to monitorSubscriptionQueryUpdateMessages being processed. - updates() - Method in class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
- updates() - Method in class org.axonframework.axonserver.connector.query.subscription.DeserializedResult
-
Deprecated.
- updates() - Method in class org.axonframework.axonserver.connector.query.subscription.DisposableResult
-
Deprecated.
- updates() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
- updates() - Method in interface org.axonframework.queryhandling.SubscriptionQueryResult
-
When there is an update to the subscription query, it will be emitted to this flux.
- updateSaga(Class<?>, String, Object, AssociationValues) - Method in class org.axonframework.modelling.saga.repository.inmemory.InMemorySagaStore
- updateSaga(Class<?>, String, Object, AssociationValues) - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore
- updateSaga(Class<?>, String, Object, AssociationValues) - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore
- updateSaga(Class<?>, String, Object, AssociationValues) - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore
-
Deprecated.
- updateSaga(Class<? extends T>, String, T, AssociationValues) - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore
- updateSaga(Class<? extends T>, String, T, AssociationValues) - Method in interface org.axonframework.modelling.saga.repository.SagaStore
-
Updates a given Saga after its state was modified.
- updateSaga(AnnotatedSaga<T>) - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository
-
Update a stored Saga, by replacing it with the given
sagainstance. - updateToken(Connection, ResultSet, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
If the given
resultSethas an entry, attempts to replace the token in the entry with the giventokenand claim ownership. - updateToken(TrackingToken, Serializer) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Update this entry with the given
token, serializing it using givenserializer. - updateToken(TrackingToken, Serializer) - Method in class org.axonframework.eventhandling.tokenstore.GenericTokenEntry
- updateToken(TrackingToken, Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Updates a token, using the provided token and serializer to update the serialized token and token type.
- updateToken(TrackingToken, Serializer, Class<T>) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Update the token data to the given
token, using givenserializerto serialize it to the givencontentType. - upgrades() - Method in class org.axonframework.updates.api.UpdateCheckResponse
-
Returns the collection of
upgradesof this update check response. - upperBound() - Method in class org.axonframework.eventhandling.MergedTrackingToken
- upperBound() - Method in class org.axonframework.eventhandling.ReplayToken
- upperBound() - Method in interface org.axonframework.eventhandling.WrappedToken
-
Returns the token representing the furthest position in the stream described by this token.
- upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
- upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
- upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
- upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.MultiSourceTrackingToken
-
Compares this token to
otherby comparing each member token with its counterpart in theothertoken. - upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.ReplayToken
- upperBound(TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
- upperBound(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackingToken
-
Returns the token that represents the furthest possible position in a stream that either this token or the given
otherrepresents. - upperSegmentToken() - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
Returns the token indicating the progress of the upper half (the half with the higher segmentId) of the merged segment represented by this token
- UpstreamAwareStreamObserver<ResT> - Class in org.axonframework.axonserver.connector.util
-
Convenience implementation of a StreamObserver that provides access to the request stream, which allows cancellation of the call, flow control, etc.
- UpstreamAwareStreamObserver() - Constructor for class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
- URL_KEY - Static variable in class org.axonframework.updates.configuration.CommandLineUsagePropertyProvider
-
The system property key to retrieve the URL for the usage collection endpoint.
- URL_KEY - Static variable in class org.axonframework.updates.configuration.EnvironmentVariableUsagePropertyProvider
-
The environment variable key to retrieve the URL for the usage collection endpoint.
- usagePropertyProvider(UpdateCheckConfiguration) - Method in class org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration
- UsagePropertyProvider - Interface in org.axonframework.updates.configuration
-
Provides properties related to the Anonymous Usage Collection feature.
- useBinaryPojo(boolean) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets whether to use a pojo optimized for size,
DbSchedulerBinaryEventData, compared to a pojo optimized for readability,DbSchedulerEventScheduler. - useBinaryPojo(boolean) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets whether to use a pojo optimized for size,
DbSchedulerBinaryEventData, compared to a pojo optimized for readability,DbSchedulerEventScheduler. - useStateStorage() - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- useStateStorage() - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Configures the fixture for state stored aggregates.
- usingDefaults() - Static method in class org.axonframework.common.lock.PessimisticLockFactory
-
Creates an instance using default values, as defined in the properties of the
PessimisticLockFactory.Builder. - usingPooledStreamingEventProcessors() - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Defaults Event Processors builders to use
PooledStreamingEventProcessor. - usingPooledStreamingEventProcessors() - Method in class org.axonframework.config.EventProcessingModule
- usingPooledStreamingEventProcessors(EventProcessingConfigurer.PooledStreamingProcessorConfiguration) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Defaults Event Processors builders to construct a
PooledStreamingEventProcessorusing theconfigurationto configure them. - usingSubscribingEventProcessors() - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Defaults Event Processors builders to use
SubscribingEventProcessor. - usingSubscribingEventProcessors() - Method in class org.axonframework.config.EventProcessingModule
- usingSubscribingEventProcessors(EventProcessingConfigurer.SubscribableMessageSourceDefinitionBuilder) - Method in interface org.axonframework.config.EventProcessingConfigurer
-
If this method is invoked, Subscribing Event Processors will be created for all processing groups if none was explicitly provided.
- usingSubscribingEventProcessors(EventProcessingConfigurer.SubscribableMessageSourceDefinitionBuilder) - Method in class org.axonframework.config.EventProcessingModule
- usingTrackingEventProcessors() - Method in interface org.axonframework.config.EventProcessingConfigurer
-
Defaults Event Processors builders to use
TrackingEventProcessor. - usingTrackingEventProcessors() - Method in class org.axonframework.config.EventProcessingModule
- UTF8 - Static variable in class org.axonframework.common.io.IOUtils
-
Represents the UTF-8 character set.
V
- validate() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
- validate() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
-
Validates whether the fields contained in this builder are set accordingly.
- validate() - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Validate the fields.
- validate() - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.async.MetaDataSequencingPolicy.Builder
- validate() - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
-
Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
- validate() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.AbstractSnapshotter.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.AggregateSnapshotter.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.DefaultSnapshotterSpanFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.EventSourcingRepository.Builder
- validate() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.EmbeddedEventStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.jpa.JpaEventStorageEngine.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.EmbeddedEventStore.Builder
-
Deprecated.Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.eventstore.legacyjpa.JpaEventStorageEngine.Builder
-
Deprecated.Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.eventsourcing.snapshotting.RevisionSnapshotFilter.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
- validate() - Method in class org.axonframework.metrics.MessageTimerMonitor.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.micrometer.EventProcessorLatencyMonitor.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.micrometer.MessageTimerMonitor.Builder
-
Validate whether the fields contained in this Builder as set accordingly.
- validate() - Method in class org.axonframework.modelling.command.AbstractRepository.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.command.AggregateAnnotationCommandHandler.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.command.DefaultRepositorySpanFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.command.GenericJpaRepository.Builder
- validate() - Method in class org.axonframework.modelling.command.legacyjpa.GenericJpaRepository.Builder
-
Deprecated.
- validate() - Method in class org.axonframework.modelling.saga.AbstractSagaManager.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.DefaultSagaManagerSpanFactory.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.repository.AnnotatedSagaRepository.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.repository.CachingSagaStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.repository.jdbc.JdbcSagaStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.repository.jpa.JpaSagaStore.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore.Builder
-
Deprecated.Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.modelling.saga.repository.LockingSagaRepository.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory.Builder
-
Validates whether the fields contained in this builder are set accordingly.
- validate() - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory.Builder
-
Validates whether the fields contained in this builder are set accordingly.
- validate() - Method in class org.axonframework.queryhandling.LoggingQueryInvocationErrorHandler.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Validate whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.serialization.jackson3.Jackson3Serializer.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.serialization.JavaSerializer.Builder
-
Deprecated.Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
-
Validates whether the fields contained in this Builder are set accordingly.
- validate() - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.Validates whether the fields contained in this Builder are set accordingly.
- validate(String, MessageHandlingMember<T>) - Method in interface org.axonframework.modelling.saga.AssociationResolver
-
Validates that the associationPropertyName supplied is compatible with the handler.
- validate(String, MessageHandlingMember<T>) - Method in class org.axonframework.modelling.saga.MetaDataAssociationResolver
-
Does nothing because we can only check for existence of property in the metadata during event handling.
- validate(String, MessageHandlingMember<T>) - Method in class org.axonframework.modelling.saga.PayloadAssociationResolver
-
Validates that the association property name exists as checked with the payload type.
- validateMessage(Object, Validator) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
-
Validate the given
messageusing the givenvalidator. - validateMessage(Object, Validator) - Method in class org.axonframework.messaging.interceptors.legacyvalidation.BeanValidationInterceptor
-
Deprecated.Validate the given
messageusing the givenvalidator. - validateOnLoad(Aggregate<T>, Long) - Method in class org.axonframework.eventsourcing.CachingEventSourcingRepository
- validateOnLoad(Aggregate<T>, Long) - Method in class org.axonframework.eventsourcing.EventSourcingRepository
- validateOnLoad(Aggregate<T>, Long) - Method in class org.axonframework.modelling.command.AbstractRepository
-
Checks the aggregate for concurrent changes.
- validatePositions() - Method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
-
Flag dictating whether an
EventTrackerStatus's positions (e.g. - validateSegment(String, Segment) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Validate a
segmentby checking for the existence of a split or merge candidate segment. - VALIDATION_FAILED - Enum constant in enum class org.axonframework.axonserver.connector.ErrorCode
- value() - Element in annotation interface org.axonframework.commandhandling.gateway.Timeout
-
Indicates the amount of time the dispatching thread may wait for a result.
- value() - Element in annotation interface org.axonframework.common.Priority
-
A value indicating the priority.
- value() - Element in annotation interface org.axonframework.config.ProcessingGroup
-
The name of the Event Processor to assign the annotated Event Handler object to.
- value() - Element in annotation interface org.axonframework.eventhandling.AllowReplay
-
Whether to allow replays on this handler, or not.
- value() - Element in annotation interface org.axonframework.messaging.annotation.MetaDataValue
-
The key of the MetaData field to inject as method parameter.
- value() - Element in annotation interface org.axonframework.modelling.command.CreationPolicy
-
Specifies the
AggregateCreationPolicyto apply. - value() - Element in annotation interface org.axonframework.serialization.Revision
-
The revision identifier for this object.
- value() - Element in annotation interface org.axonframework.spring.config.NoBeanOfType
-
Deprecated.The class of the bean to find in the Spring context.
- value() - Element in annotation interface org.axonframework.spring.serialization.avro.AvroSchemaScan
-
Alias for the
AvroSchemaScan.basePackages()attribute. - valueOf(String) - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.common.lock.NullLockFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.common.transaction.NoTransactionManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.eventhandling.DirectEventProcessingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.eventhandling.PropagatingErrorHandler
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.eventhandling.ReplayStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.eventsourcing.conflictresolution.NoConflictResolver
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.eventsourcing.NoSnapshotTriggerDefinition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.modelling.command.AggregateCreationPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.modelling.saga.repository.NoResourceInjector
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.modelling.saga.SagaCreationPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.monitoring.NoOpMessageMonitor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.monitoring.NoOpMessageMonitorCallback
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.spring.config.MessageHandlerConfigurer.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.springboot.EventProcessorProperties.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.axonframework.axonserver.connector.ErrorCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.axonserver.connector.TopologyChange.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.commandhandling.distributed.commandfilter.DenyAll
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.common.lock.NullLockFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.common.transaction.NoTransactionManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.eventhandling.DirectEventProcessingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.eventhandling.PropagatingErrorHandler
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.eventhandling.ReplayStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.eventhandling.TrackingEventProcessor.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.eventsourcing.conflictresolution.NoConflictResolver
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.eventsourcing.NoSnapshotTriggerDefinition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.axonframework.messaging.MetaData
- values() - Static method in enum class org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.modelling.command.AggregateCreationPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.modelling.saga.repository.NoResourceInjector
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.modelling.saga.SagaCreationPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.monitoring.NoOpMessageMonitor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.monitoring.NoOpMessageMonitorCallback
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.spring.config.MessageHandlerConfigurer.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.springboot.EventProcessorProperties.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.axonframework.updates.api.DetectedVulnerabilitySeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the version of this consistent hash instance.
- version() - Method in class org.axonframework.eventsourcing.EventSourcedAggregate
- version() - Method in interface org.axonframework.modelling.command.Aggregate
-
Get the aggregate's version.
- version() - Method in class org.axonframework.modelling.command.AggregateLifecycle
-
Gets the version of the aggregate.
- version() - Method in class org.axonframework.modelling.command.inspection.AnnotatedAggregate
- version() - Method in class org.axonframework.modelling.command.LockAwareAggregate
- version() - Method in class org.axonframework.test.aggregate.StubAggregateLifecycle
- version() - Method in class org.axonframework.updates.api.Artifact
-
Returns the version of this artifact.
- VersionedAggregateIdentifier - Class in org.axonframework.modelling.command
-
Structure that holds an Aggregate Identifier and an expected version of an aggregate.
- VersionedAggregateIdentifier(Object, Long) - Constructor for class org.axonframework.modelling.command.VersionedAggregateIdentifier
-
Initializes a VersionedAggregateIdentifier with the given
identifierandversion. - VersionedAggregateIdentifier(String, Long) - Constructor for class org.axonframework.modelling.command.VersionedAggregateIdentifier
-
Deprecated.
- vulnerabilities() - Method in class org.axonframework.updates.api.UpdateCheckResponse
-
Returns the collection of
vulnerabilitiesof this update check response.
W
- waitStrategy(WaitStrategy) - Method in class org.axonframework.disruptor.commandhandling.DisruptorCommandBus.Builder
-
Sets the
WaitStrategywhich is used to make dependent threads wait for tasks to be completed. - WARN - Static variable in class org.axonframework.actuator.HealthStatus
-
A
Statussuggesting the connection is still working but not at full capacity. - warningIntervalMs() - Element in annotation interface org.axonframework.messaging.annotation.MessageHandlerTimeout
-
The interval in milliseconds at which warning messages should be logged that the message handler is taking too long.
- warningThresholdMs() - Element in annotation interface org.axonframework.messaging.annotation.MessageHandlerTimeout
-
The time in milliseconds after which a warning message should be logged that the message handler is taking too long.
- WeakReferenceCache - Class in org.axonframework.common.caching
-
Cache implementation that keeps values in the cache until the garbage collector has removed them.
- WeakReferenceCache() - Constructor for class org.axonframework.common.caching.WeakReferenceCache
- when(Object) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- when(Object) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Dispatches the given command to the appropriate command handler and records all activity in the fixture for result validation.
- when(Object, Map<String, ?>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- when(Object, Map<String, ?>) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Dispatches the given command and meta-data to the appropriate command handler and records all activity in the fixture for result validation.
- whenAggregate(String) - Method in class org.axonframework.test.saga.SagaTestFixture
- whenAggregate(String) - Method in interface org.axonframework.test.saga.WhenState
-
Use this method to indicate that an aggregate with given identifier should publish certain events, while recording the outcome.
- WhenAggregateEventPublisher - Interface in org.axonframework.test.saga
-
Interface to an object that publishes events on behalf of an aggregate.
- whenConstructing(Callable<T>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- whenConstructing(Callable<T>) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Invokes the given
aggregateFactoryexpecting an aggregate instance of typeTto be returned. - whenInvoking(String, Consumer<T>) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- whenInvoking(String, Consumer<T>) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Invokes the given
aggregateConsumerafter loading an aggregate of typeTbased on the givenaggregateIdentifier. - whenPublishingA(Object) - Method in class org.axonframework.test.saga.SagaTestFixture
- whenPublishingA(Object) - Method in interface org.axonframework.test.saga.WhenState
-
Use this method to indicate an application is published, while recording the outcome.
- whenPublishingA(Object, Map<String, ?>) - Method in class org.axonframework.test.saga.SagaTestFixture
- whenPublishingA(Object, Map<String, ?>) - Method in interface org.axonframework.test.saga.WhenState
-
Use this method to indicate an application is published with given additional
metaData, while recording the outcome. - WhenState - Interface in org.axonframework.test.saga
-
Interface providing an API to methods in the "when" state of the fixture execution.
- whenThenTimeAdvancesTo(Instant) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
-
Deprecated.
- whenThenTimeAdvancesTo(Instant) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Deprecated.since 4.6. Use
TestExecutor.whenTimeAdvancesTo(Instant)method - whenThenTimeElapses(Duration) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
-
Deprecated.
- whenThenTimeElapses(Duration) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Deprecated.since 4.6. Use
TestExecutor.whenTimeAdvancesTo(Instant)method - whenTimeAdvancesTo(Instant) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- whenTimeAdvancesTo(Instant) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Simulates the time advancing in the current given state using an
Instantas the unit of time. - whenTimeAdvancesTo(Instant) - Method in class org.axonframework.test.saga.SagaTestFixture
- whenTimeAdvancesTo(Instant) - Method in interface org.axonframework.test.saga.WhenState
-
Mimic an elapsed time with no relevant activity for the Saga.
- whenTimeElapses(Duration) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- whenTimeElapses(Duration) - Method in interface org.axonframework.test.aggregate.TestExecutor
-
Simulates the time elapsing in the current given state using a
Durationas the unit of time. - whenTimeElapses(Duration) - Method in class org.axonframework.test.saga.SagaTestFixture
- whenTimeElapses(Duration) - Method in interface org.axonframework.test.saga.WhenState
-
Mimic an elapsed time with no relevant activity for the Saga.
- with(String, Object) - Static method in class org.axonframework.messaging.MetaData
-
Creates a MetaData instances with a single entry, with the given
keyand givenvalue. - with(Member, int, CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Registers the given
memberwith givenloadFactorandcommandFilterif it is not already contained in theConsistentHash. - withAxonServerHostname(String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with the given
axonServerHostname. - withAxonServerHostname(String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given Axon Server Hostname.
- withAxonServerInternalHostname(String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with the given
axonServerInternalHostname. - withAxonServerInternalHostname(String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given Axon Server Internal Hostname.
- withAxonServerName(String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with the given
axonServerName. - withAxonServerName(String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given Axon Server Name.
- withCause(Throwable) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- withCause(Throwable) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- withCause(Throwable) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- withCause(Throwable) - Method in interface org.axonframework.messaging.deadletter.DeadLetter
- withCause(Throwable) - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- withClusterTemplate(String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with a cluster template configuration file retrieved from the given
clusterTemplatePath. - withClusterTemplate(String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given cluster template configuration file.
- withConfiguration(String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with a configuration file retrieved from the given
configurationPath. - withConfiguration(String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given configuration file.
- withDevMode(boolean) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with the given
devMode. - withDevMode(boolean) - Method in class org.axonframework.test.server.AxonServerSEContainer
-
Deprecated.Initialize AxonServer SE on dev mode.
- withDiagnostics(UnaryOperator<MetaData>) - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
Construct a copy of this
DeadLetter, replacing theDeadLetter.diagnostics()with the result of the givendiagnosticsBuilder. - withDiagnostics(DeadLetter<? extends M>) - Method in interface org.axonframework.messaging.deadletter.EnqueueDecision
- withDiagnostics(DeadLetter<? extends M>) - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
- withDiagnostics(MetaData) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcDeadLetter
- withDiagnostics(MetaData) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaDeadLetter
- withDiagnostics(MetaData) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- withDiagnostics(MetaData) - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
Construct a copy of this
DeadLetter, replacing theDeadLetter.diagnostics()with the givendiagnostics. - withDiagnostics(MetaData) - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
- withGapsTruncatedAt(long) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Returns a copy of the current token, with gaps truncated at the given
truncationPoint. - withLicense(String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Initialize this Axon Server test container with a license file retrieved from the given
licensePath. - withLicense(String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Initialize AxonServer EE with a given license.
- withMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandMessage
-
Returns a copy of this CommandMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in interface org.axonframework.commandhandling.CommandResultMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.commandhandling.GenericCommandResultMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.deadline.DeadlineMessage
-
Returns a copy of this DeadlineMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in class org.axonframework.deadline.GenericDeadlineMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.DomainEventMessage
-
Returns a copy of this DomainEventMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.EventMessage
-
Returns a copy of this EventMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericDomainEventMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericEventMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.eventhandling.replay.GenericResetContext
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.eventhandling.replay.ResetContext
-
Returns a copy of this
ResetContextwith the givenmetaData. - withMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.AbstractMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.GenericResultMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.Message
-
Returns a copy of this Message with the given
metaData. - withMetaData(Map<String, ?>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.messaging.ResultMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericQueryResponseMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericStreamingQueryMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryMessage
-
Returns a copy of this QueryMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.QueryResponseMessage
-
Returns a copy of this QueryResponseMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.StreamingQueryMessage
- withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryMessage
-
Returns a copy of this SubscriptionQueryMessage with the given
metaData. - withMetaData(Map<String, ?>) - Method in interface org.axonframework.queryhandling.SubscriptionQueryUpdateMessage
- withMetaData(Map<String, ?>) - Method in class org.axonframework.serialization.SerializedMessage
- withMetaData(MetaData) - Method in class org.axonframework.messaging.AbstractMessage
-
Returns a new message instance with the same payload and properties as this message but given
metaData. - withMetaData(MetaData) - Method in class org.axonframework.messaging.GenericMessage
- withMetaData(MetaData) - Method in class org.axonframework.serialization.SerializedMessage
- withOptionalEnv(String, String) - Method in class org.axonframework.test.server.AxonServerContainer
-
Set an environment value if the value is present.
- withOptionalEnv(String, String) - Method in class org.axonframework.test.server.AxonServerEEContainer
-
Deprecated.Set an environment value if the value is present.
- without(Member) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Deregisters the given
memberand returns a newConsistentHashwith updated memberships. - withoutKeys(Set<String>) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instance with the items with given
keysremoved. - withSubtypes(Class<? extends A>...) - Method in class org.axonframework.config.AggregateConfigurer
-
Registers subtypes of this aggregate to support aggregate polymorphism.
- withSubtypes(Class<? extends T>...) - Method in class org.axonframework.test.aggregate.AggregateTestFixture
- withSubtypes(Class<? extends T>...) - Method in interface org.axonframework.test.aggregate.FixtureConfiguration
-
Registers subtypes of this aggregate to support aggregate polymorphism.
- withSubtypes(Collection<Class<? extends A>>) - Method in class org.axonframework.config.AggregateConfigurer
-
Registers subtypes of this aggregate to support aggregate polymorphism.
- withSubtypeSupport(Class<T>, String, Map<Class<? extends T>, String>) - Static method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
-
Initializes the factory to create bean instances from the given
prototypeBeanNameor itssubtypes. - withTrackingToken(TrackingToken) - Method in class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
- withTrackingToken(TrackingToken) - Method in class org.axonframework.eventhandling.GenericTrackedEventMessage
- withTrackingToken(TrackingToken) - Method in interface org.axonframework.eventhandling.TrackedEventMessage
-
Creates a copy of this message with the given
trackingTokento replace the one in this message. - withTransienceCheckDisabled() - Method in interface org.axonframework.test.saga.FixtureConfiguration
-
Disables the check that injected resources are stored in fields that are marked 'transient'.
- withTransienceCheckDisabled() - Method in class org.axonframework.test.saga.SagaTestFixture
- workerExecutor(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies the
ScheduledExecutorServiceto be provided to theWorkPackages created by thisPooledStreamingEventProcessor. - workerExecutor(Function<String, ScheduledExecutorService>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Specifies a builder to construct a
ScheduledExecutorServiceto be provided to theWorkPackages created by thisPooledStreamingEventProcessor. - workerExecutorService(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Deprecated.
- wrap(Connection, Class<I>, I, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
-
Wrap the given
connection, creating a Proxy with an additionalwrapperInterface(implemented by givenwrapperHandler). - wrap(Connection, ConnectionWrapperFactory.ConnectionCloseHandler) - Static method in class org.axonframework.common.jdbc.ConnectionWrapperFactory
-
Wrap the given
connection, creating a Proxy with an additionalwrapperInterface(implemented by givenwrapperHandler). - wrap(CommandCallback<C, R>) - Method in interface org.axonframework.commandhandling.CommandCallback
-
Wraps the command callback with another using a
WrappedCommandCallback. - wrapCallable(Callable<T>) - Method in interface org.axonframework.tracing.Span
- wrapConsumer(Consumer<T>) - Method in interface org.axonframework.tracing.Span
-
Wraps a
Consumer, tracing the invocation. - wrapEventMessageHandler(Object) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
Wrap a given
eventHandlerin anAnnotationEventHandlerAdapterto allow thisEventHandlerInvokerto correctly passEventMessages to it. - wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.commandhandling.MethodCommandHandlerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.deadline.annotation.DeadlineMethodMessageHandlerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.eventhandling.replay.ReplayAwareMessageHandlerWrapper
- wrapHandler(MessageHandlingMember<T>) - Method in interface org.axonframework.messaging.annotation.HandlerEnhancerDefinition
-
Enhance the given
originalhandler. - wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.annotation.MessageHandlerInterceptorDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.messaging.timeout.HandlerTimeoutHandlerEnhancerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.modelling.command.inspection.MethodCommandHandlerInterceptorDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.modelling.command.inspection.MethodCreationPolicyDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.modelling.saga.EndSagaMessageHandlerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.modelling.saga.SagaMethodMessageHandlerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.queryhandling.annotation.MethodQueryMessageHandlerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.spring.authorization.SecuredMessageHandlerDefinition
- wrapHandler(MessageHandlingMember<T>) - Method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition
- WrappedCommandCallback<C,
R> - Class in org.axonframework.commandhandling -
Represents a
CommandCallbackthat was wrapped with another. - WrappedCommandCallback(CommandCallback<C, R>, CommandCallback<C, R>) - Constructor for class org.axonframework.commandhandling.WrappedCommandCallback
-
Constructs a new
WrappedCommandCallback, called by usingCommandCallback.wrap(CommandCallback). - WrappedMessageHandlingMember<T> - Class in org.axonframework.messaging.annotation
-
Abstract implementation of a
MessageHandlingMemberthat delegates to a wrapped MessageHandlingMember. - WrappedMessageHandlingMember(MessageHandlingMember<T>) - Constructor for class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
-
Initializes the member using the given
delegate. - WrappedToken - Interface in org.axonframework.eventhandling
-
Interface marking a token that wraps another token.
- WrappedTrackerStatus - Class in org.axonframework.eventhandling
-
Wrapper around an
EventTrackerStatus, delegating all calls to adelegate. - WrappedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.WrappedTrackerStatus
-
Initializes the
EventTrackerStatususing the givendelegate. - wrapRunnable(Runnable) - Method in interface org.axonframework.tracing.Span
- wrapSupplier(Supplier<T>) - Method in interface org.axonframework.tracing.Span
-
Wraps a
Supplier, tracing the invocation. - wrapToFireAndForget(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Wrap the given
delegatein anCommandGatewayFactory.InvocationHandlerthat returns immediately after invoking thedelegate. - wrapToReturnWithFixedTimeout(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>, long, TimeUnit) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Wraps the given
delegateand waits for the result in theCompletableFutureto become available, with giventimeoutandtimeUnit. - wrapToReturnWithTimeoutInArguments(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>, int, int) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Wraps the given
delegateand waits for the result in theCompletableFutureto become available using given indices to resolve the parameters that provide the timeout to use. - wrapToWaitForResult(CommandGatewayFactory.InvocationHandler<CompletableFuture<R>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Wraps the given
delegateand waits for the result in theCompletableFutureto become available. - wrapUndeclaredExceptions(CommandGatewayFactory.InvocationHandler<R>, Class<?>[]) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Wraps the given
delegatein anCommandGatewayFactory.InvocationHandlerthat wraps exceptions not declared on the method in aCommandExecutionException. - writeReplace() - Method in class org.axonframework.serialization.SerializedMessage
-
Java Serialization API Method that provides a replacement to serialize, as the fields contained in this instance are not serializable themselves.
- writeTimestamp(PreparedStatement, int, Instant) - Method in class org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine
-
Write a timestamp from a
Instantto a data value suitable for the database scheme. - writeTimestamp(PreparedStatement, int, Instant) - Method in interface org.axonframework.eventsourcing.eventstore.jdbc.statements.TimestampWriter
-
Write a timestamp from a
Instantto a data value suitable for the database scheme. - WrongDeadLetterTypeException - Exception Class in org.axonframework.messaging.deadletter
-
Exception representing that a wrong dead letter was provided to the queue.
- WrongDeadLetterTypeException(String) - Constructor for exception class org.axonframework.messaging.deadletter.WrongDeadLetterTypeException
-
Constructs a
WrongDeadLetterTypeExceptionwith the providedmessage.
X
- XomToStringConverter - Class in org.axonframework.serialization.xml
-
Converter that converts XOM Document instances to a String.
- XomToStringConverter() - Constructor for class org.axonframework.serialization.xml.XomToStringConverter
- xStream - Variable in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
- xStream(XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Sets the
XStreamused to perform the serialization of objects to XML, and vice versa. - xStream(XStream) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
-
Sets the
XStreamused to perform the serialization of objects to XML, and vice versa. - XSTREAM - Enum constant in enum class org.axonframework.springboot.SerializerProperties.SerializerType
-
Uses the XStream based serializer, which is the default serializer.
- XStreamAutoConfiguration - Class in org.axonframework.springboot.autoconfig
-
Autoconfigures an
XStreaminstance in absence of an existingXStreambean. - XStreamAutoConfiguration() - Constructor for class org.axonframework.springboot.autoconfig.XStreamAutoConfiguration
- XStreamSecurityTypeUtility - Class in org.axonframework.springboot.util
-
Utility class exposing an operation that searches the
ApplicationContextfor auto-configuration base packages. - XStreamSerializer - Class in org.axonframework.serialization.xml
-
Serializer that uses XStream to serialize and deserialize arbitrary objects.
- XStreamSerializer(XStreamSerializer.Builder) - Constructor for class org.axonframework.serialization.xml.XStreamSerializer
-
Instantiate a
XStreamSerializerbased on the fields contained in theXStreamSerializer.Builder. - XStreamSerializer.Builder - Class in org.axonframework.serialization.xml
-
Builder class to instantiate a
XStreamSerializer.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
MessageHandlerLookupandMessageHandlerConfigurer, eliminating the need of an abstract implementation used for command and query registration.