- AbstractAnnotatedParameterResolverFactory<A extends Annotation,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
declaredParameterType annotated with the given annotationType.
- 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
-
- 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
-
- AbstractCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
-
- AbstractDeadlineManager - Class in org.axonframework.deadline
-
Abstract implementation of the
DeadlineManager to 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(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.
- 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() - Constructor for class org.axonframework.eventhandling.AbstractDomainEventEntry
-
Default constructor required by JPA
- AbstractEventBus - Class in org.axonframework.eventhandling
-
Base class for the Event Bus.
- AbstractEventBus(AbstractEventBus.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventBus
-
- AbstractEventBus.Builder - Class in org.axonframework.eventhandling
-
- AbstractEventEntry<T> - Class in org.axonframework.eventhandling
-
Abstract base class of a serialized event.
- 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.
- AbstractEventEntry(String, Object, String, String, T, T) - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
-
Reconstruct an event entry from a stored object.
- AbstractEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractEventEntry
-
Default constructor required by JPA
- 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
-
- AbstractEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
-
- AbstractEventProcessor - Class in org.axonframework.eventhandling
-
- AbstractEventProcessor(AbstractEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.AbstractEventProcessor
-
- AbstractEventProcessor.Builder - Class in org.axonframework.eventhandling
-
- 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
-
- AbstractResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
Abstract implementation of the
ResponseType which contains
match functions for the majority of the
Type options available.
- AbstractResponseType(Class<?>) - Constructor for class org.axonframework.messaging.responsetypes.AbstractResponseType
-
Instantiate a
ResponseType with the given
expectedResponseType as 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
-
- AbstractRetryScheduler(AbstractRetryScheduler.Builder) - Constructor for class org.axonframework.commandhandling.gateway.AbstractRetryScheduler
-
- AbstractRetryScheduler.Builder<B extends AbstractRetryScheduler.Builder> - Class in org.axonframework.commandhandling.gateway
-
- AbstractRoutingStrategy - Class in org.axonframework.commandhandling.distributed
-
Abstract implementation of the
RoutingStrategy interface that includes a fallback
RoutingStrategy
which prescribes what happens when routing cannot be resolved by this implementation.
- AbstractRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
-
- AbstractRoutingStrategy(RoutingStrategy) - Constructor for class org.axonframework.commandhandling.distributed.AbstractRoutingStrategy
-
Initializes the strategy using given
RoutingStrategy prescribing the fallback approach when this
implementation cannot resolve a routing key.
- AbstractSequencedDomainEventEntry<T> - Class in org.axonframework.eventhandling
-
Abstract base class of a serialized domain event.
- 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.
- AbstractSequencedDomainEventEntry() - Constructor for class org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
-
Default constructor required by JPA
- 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(TrackingToken, Serializer, Class<T>) - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Initializes a new token entry for given token, process and segment.
- AbstractTokenEntry(T, String, String, String) - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Initializes a token entry from existing data.
- AbstractTokenEntry() - Constructor for class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Default constructor required for JPA
- AbstractUnitOfWork<T extends Message<?>> - 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
-
- AbstractXStreamSerializer.Builder - Class in org.axonframework.serialization
-
- AcceptAll - Enum in org.axonframework.commandhandling.distributed.commandfilter
-
- acquireAttempts(int) - Method in class org.axonframework.common.lock.PessimisticLockFactory.Builder
-
Indicates how many attempts should be done to acquire a lock.
- 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
-
- ADD_ALL - Static variable in class org.axonframework.common.annotation.AnnotationUtils
-
- 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 interface org.axonframework.tracing.Span
-
Adds an attribute to the span.
- addConverter(DeadLetterJpaConverter<EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Adds a
DeadLetterJpaConverter to 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
DeadLetterJpaConverter to the configuration, which is used to deserialize dead-letter entries
from the database.
- AddedTrackerStatus - Class in org.axonframework.eventhandling
-
- AddedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.AddedTrackerStatus
-
- 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.messaging.unitofwork.AbstractUnitOfWork
-
Register the given handler with 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(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.
- 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.
- 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.
- advance(TrackingToken, TrackingToken) - Static method in interface org.axonframework.eventhandling.WrappedToken
-
- advancedTo(TrackingToken) - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
- 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.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.
- advanceTo(long, int) - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
- afterCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Process given events after the Unit of Work has been committed.
- 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 handler with the Unit of Work.
- afterShutdown(EventProcessorTask) - Method in interface org.axonframework.eventhandling.async.EventProcessorTask.ShutdownCallback
-
Called when event processing is complete.
- 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.
- aggregateIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured aggregateIdentifier column name.
- aggregateIdentifierColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the aggregateIdentifier column.
- 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
-
- AggregateType - Annotation Type in org.axonframework.messaging.annotation
-
- aggregateTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured aggregateType column name.
- aggregateTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the aggregateType column.
- AggregateTypeParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a
String type that
are annotated with the
AggregateType annotation and assigns the aggregate type of the
DomainEventMessage.
- AggregateTypeParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.AggregateTypeParameterResolverFactory
-
- ALLOW_REPLAY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing whether the handler is allowed to be invoked on replays.
- AllowReplay - Annotation Type 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
-
- 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
-
- amountOfSequencesStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- and(CommandMessageFilter) - Method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
-
- and(CommandMessageFilter) - Method in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
-
- and(CommandMessageFilter) - Method in enum 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 other match.
- and(String, Object) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instances containing the current entries, and the given key and given
value.
- 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
-
- AndCommandMessageFilter(CommandMessageFilter, CommandMessageFilter) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.AndCommandMessageFilter
-
Initialize the filter to match when both the first and the second filter 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
-
- andIfNotPresent(String, Supplier<Object>) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instances containing the current entries, and the given key if 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
-
- 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
ResetContext with it MetaData merged with the given
metaData.
- 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
-
- andThreadFactory(Function<String, ThreadFactory>) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
- 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
-
- andWorkerTerminationTimeout(long, TimeUnit) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Sets the shutdown timeout to terminate active workers.
- 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
-
- AnnotatedHandlerInspector<T> - Class in org.axonframework.messaging.annotation
-
Inspector for a message handling target of type T that uses annotations on the target to inspect the
capabilities of the target.
- AnnotatedMessageHandlingMember<T> - Class in org.axonframework.messaging.annotation
-
Implementation of a
MessageHandlingMember that 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 given messageType.
- AnnotatedMessageHandlingMemberDefinition - Class in org.axonframework.messaging.annotation
-
The default HandlerDefinition implementation in Axon.
- AnnotatedMessageHandlingMemberDefinition() - Constructor for class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMemberDefinition
-
- annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
-
- annotationAttributes(Class<? extends Annotation>) - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
- annotationAttributes(Class<? extends Annotation>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
-
- AnnotationCommandHandlerAdapter<T> - Class in org.axonframework.commandhandling
-
- 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.
- AnnotationEventHandlerAdapter - Class in org.axonframework.eventhandling
-
- 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
-
- 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 given parameterResolverFactory.
- 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 given parameterResolverFactory and creating handlers using handlerDefinition.
- AnnotationRevisionResolver - Class in org.axonframework.serialization
-
Revision Resolver implementation that checks for the presence of an
@Revision annotation.
- 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(AnnotationRoutingStrategy.Builder) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy() - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy(Class<? extends Annotation>) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy(Class<? extends Annotation>, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- AnnotationRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
-
- annotationType(Class<? extends Annotation>) - Method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
-
Sets the
annotationType Class searched for by this routing strategy on a
CommandMessage to base the routing key on.
- AnnotationUtils - Class in org.axonframework.common.annotation
-
Utility class for locating annotations and attribute values on elements.
- apply(Connection) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlFunction
-
- apply(ResultSet) - Method in interface org.axonframework.common.jdbc.JdbcUtils.SqlResultConverter
-
Convert the given resultSet to a result of type R.
- apply(Connection, int, int) - Method in interface org.axonframework.common.jdbc.PagingJdbcIterable.PagingStatementSupplier
-
Create a new
PreparedStatement using the given
connection, paging through the provided
offset and
maxSize.
- apply(String) - Method in interface org.axonframework.eventhandling.pooled.MaxSegmentProvider
-
Returns the maximum amount of segments to claim for the given processingGroup.
- 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
-
- asCause(Throwable) - Static method in exception org.axonframework.messaging.deadletter.ThrowableCause
-
- 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
-
- asCommandResultMessage(Object) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
-
- asCommandResultMessage(Throwable) - Static method in class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given exception result.
- asDeadLineMessage(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
- asDeadLineMessage(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
- asDeadlineMessage(String, Object) - Static method in class org.axonframework.deadline.GenericDeadlineMessage
-
- asDeadlineMessage(String, Object, Instant) - Static method in class org.axonframework.deadline.GenericDeadlineMessage
-
Returns the given deadlineName and messageOrPayload as a DeadlineMessage which expires at the
given expiryTime.
- asDeadLineMessage(Serializer) - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
- asDomainEventMessage(EventMessage<T>) - Static method in class org.axonframework.eventhandling.EventUtils
-
- 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 result with a declaredType as the result type.
- asResetContext(Object) - Static method in class org.axonframework.eventhandling.replay.GenericResetContext
-
- asResponseMessage(Object) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Creates a QueryResponseMessage for the given result.
- asResponseMessage(Class<R>, Throwable) - Static method in class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Creates a Query Response Message with given declaredType and exception.
- asResultMessage(Object) - Static method in class org.axonframework.messaging.GenericResultMessage
-
- asResultMessage(Throwable) - Static method in class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given exception result.
- Assert - Class in org.axonframework.common
-
Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
- assertNonBlank(String, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given string does not equals an empty String.
- assertNonEmpty(String, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given string is not null and does not equal an empty String.
- assertNonNull(T, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
-
Assert that the given value is non null.
- assertNonNull(T, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given value is non null.
- assertPositive(int, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given value is positive, meaning greater than, or equal to, zero.
- assertPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given value is positive, meaning greater than, or equal to, zero.
- 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 value is strictly positive, meaning greater than zero.
- assertStrictPositive(long, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given value is strictly positive, meaning greater than zero.
- assertThat(T, Predicate<T>, Supplier<? extends X>) - Static method in class org.axonframework.common.Assert
-
Assert that the given
value will result to
true through the
assertion Predicate.
- assertThat(T, Predicate<T>, String) - Static method in class org.axonframework.common.BuilderUtils
-
Assert that the given
value will result to
true through the
assertion Predicate.
- asStream() - Method in interface org.axonframework.common.stream.BlockingStream
-
Returns this MessageStream as a
Stream of Messages.
- asStream(BlockingStream<M>) - Static method in class org.axonframework.common.stream.StreamUtils
-
Convert the given
messageStream to a regular java
Stream.
- asTrackedEventMessage(EventMessage<T>, TrackingToken) - Static method in class org.axonframework.eventhandling.EventUtils
-
- asUpdateMessage(Object) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- asUpdateMessage(Class<T>, Throwable) - Static method in class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- 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
-
- AsynchronousCommandBus.Builder - Class in org.axonframework.commandhandling
-
- AsynchronousEventProcessingStrategy - Class in org.axonframework.eventhandling.async
-
- AsynchronousEventProcessingStrategy(Executor, SequencingPolicy<? super EventMessage<?>>) - Constructor for class org.axonframework.eventhandling.async.AsynchronousEventProcessingStrategy
-
Initializes a new
AsynchronousEventProcessingStrategy that uses the given
executor to execute
event processing tasks and
sequencingPolicy that 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
-
- availableProcessorThreads() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Returns the number of threads this processor has available to assign segments.
- 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
-
- AvroSerializer - Class in org.axonframework.serialization.avro
-
- 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.
- AvroSerializerStrategy - Interface in org.axonframework.serialization.avro
-
Serialization strategy for Avro Serializer.
- AvroSerializerStrategyConfig - Class in org.axonframework.serialization.avro
-
- 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.
- AxonConfigurationException - Exception in org.axonframework.common
-
Exception indicating that a configuration error has been made in the Axon configuration.
- AxonConfigurationException(String) - Constructor for exception org.axonframework.common.AxonConfigurationException
-
Initializes the exception using the given message.
- AxonConfigurationException(String, Throwable) - Constructor for exception org.axonframework.common.AxonConfigurationException
-
Initializes the exception using the given message and cause.
- AxonException - Exception in org.axonframework.common
-
Base exception for all Axon Framework related exceptions.
- AxonException(String) - Constructor for exception org.axonframework.common.AxonException
-
Initializes the exception using the given message.
- AxonException(String, Throwable) - Constructor for exception org.axonframework.common.AxonException
-
Initializes the exception using the given message and cause.
- AxonException(String, Throwable, boolean) - Constructor for exception org.axonframework.common.AxonException
-
Initializes the exception using the given message, cause and writableStackTrace.
- AxonNonTransientException - Exception in org.axonframework.common
-
Exception indicating an error has been cause that cannot be resolved without intervention.
- AxonNonTransientException(String) - Constructor for exception org.axonframework.common.AxonNonTransientException
-
Initializes the exception using the given message.
- AxonNonTransientException(String, Throwable) - Constructor for exception org.axonframework.common.AxonNonTransientException
-
Initializes the exception using the given message and cause.
- 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
-
- AxonTaskJanitor - Class in org.axonframework.messaging.timeout
-
- AxonThreadFactory - Class in org.axonframework.common
-
Thread factory that created threads in a given group.
- AxonThreadFactory(String) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that creates each thread in a group with given groupName with
default priority.
- AxonThreadFactory(ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that create each thread in the given group with default
priority.
- AxonThreadFactory(int, ThreadGroup) - Constructor for class org.axonframework.common.AxonThreadFactory
-
Initializes a ThreadFactory instance that create each thread in the given group with given
priority.
- AxonTransientException - Exception 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 org.axonframework.common.AxonTransientException
-
Initializes the exception using the given message.
- AxonTransientException(String, Throwable) - Constructor for exception org.axonframework.common.AxonTransientException
-
Initializes the exception using the given message and cause.
- 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.
- 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 sourceType to the
given targetType using a chain formed with given candidates.
- 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 action with the given interceptorChain being 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 given result is available
for injection as parameter
- cancel() - Method in interface org.axonframework.common.Registration
-
Cancels this Registration.
- cancel() - Method in class org.axonframework.queryhandling.DefaultSubscriptionQueryResult
-
- 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
-
- cancelAllWithinScope(String, ScopeDescriptor) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
- cancelAllWithinScope(String) - Method in interface org.axonframework.deadline.DeadlineManager
-
- cancelAllWithinScope(String, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
-
Cancels all deadlines corresponding to the given deadlineName and scope.
- 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
-
- cancelCallbacks(A) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
- 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 / scheduleId combination.
- 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(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
-
- canConvert(DeadLetterEventEntry) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
- canConvert(M) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
Check whether this converter supports the given
EventMessage.
- canConvert(DeadLetterEventEntry) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
-
- canConvert(EventMessage<?>) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
-
- canConvert(DeadLetterEventEntry) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.
- canConvert(M) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.
Check whether this converter supports the given
EventMessage.
- canConvert(DeadLetterEventEntry) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- canConvert(EventMessage<?>) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- 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 sourceContentType into
targetContentType, using the given converters.
- 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 sourceType to the targetType.
- canConvert(Class) - Method in class org.axonframework.serialization.GapAwareTrackingTokenConverter
-
- 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
-
- canHandle(CommandMessage<?>) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
- canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Indicates whether the processor can/should handle the given eventMessage for the given segment.
- canHandle(EventMessage<?>) - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
-
- canHandle(EventMessage<?>, Segment) - Method in interface org.axonframework.eventhandling.EventHandlerInvoker
-
Check whether or not this invoker has handlers that can handle the given eventMessage for a given segment.
- canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
- canHandle(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- 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 eventMessage for any of the given segments.
- 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(T) - Method in interface org.axonframework.messaging.MessageHandler
-
Indicates whether this handler can handle the given message
- canHandle(QueryMessage<?, ?>) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
-
- canHandle(ResponseType<?>) - Method in class org.axonframework.queryhandling.QuerySubscription
-
- 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
Message implementations of the given
messageType.
- canHandleMessageType(Class<? extends Message>) - Method in class org.axonframework.messaging.annotation.WrappedMessageHandlingMember
-
- 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 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 org.axonframework.serialization.CannotConvertBetweenTypesException
-
Initializes the exception with the given message.
- CannotConvertBetweenTypesException(String, Throwable) - Constructor for exception org.axonframework.serialization.CannotConvertBetweenTypesException
-
Initializing the exception with given message and cause.
- canResolve(ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAware
-
Check whether this implementation can resolve a
Scope object based on the provided
scopeDescription.
- 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.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(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.
- 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.
- caughtUp() - Method in class org.axonframework.eventhandling.TrackerStatus
-
Returns this
TrackerStatus if 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 - Interface in org.axonframework.messaging.deadletter
-
- cause() - Method in interface org.axonframework.messaging.deadletter.DeadLetter
-
- cause() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
- causeMessageColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the causeMessage column.
- causeMessageColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured causeMessage column name.
- causeTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the causeType column.
- causeTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured causeType column name.
- 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 delegates to 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.
- 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 phases sequentially.
- charset(Charset) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Sets the
Charset used for the in- and output streams required by
XStream for 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.
- 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
PreparedStatement used 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 segmentId and 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 segmentId and start processing it as soon as
possible.
- claimStatement(Connection, String, Instant, Instant) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- 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
claimTimeout specifying the amount of time this process will wait after which this process
will force a claim of a
TrackingToken.
- claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
Sets the
claimTimeout specifying the amount of time this process will wait after which this process
will force a claim of a
TrackingToken.
- claimTimeout(TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.
Sets the
claimTimeout specifying the amount of time this process will wait after which this process
will force a claim of a
TrackingToken.
- 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.serialization.AbstractXStreamSerializer
-
- classForType(SerializedType) - Method in class org.axonframework.serialization.avro.AvroSerializer
-
- 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
-
Sets the
ClassLoader used as an override for default
ClassLoader used in the
XStream.
- classLoader(ClassLoader) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Sets the
ClassLoader used as an override for default
ClassLoader used in the
ObjectMapper.
- classLoader(ClassLoader) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
-
- 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.
- 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
-
- clear() - Method in class org.axonframework.messaging.MetaData
-
This operation is not supported.
- 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.
- clearConverters() - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
- clearConverters() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
- 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
-
- clearStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- clock - Static variable in class org.axonframework.eventhandling.GenericEventMessage
-
Clock instance used to set the time on new events.
- clock(Clock) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- 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.messaging.deadletter.GenericDeadLetter
-
- clock(Clock) - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.
Configures the
Clock to 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(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
-
- 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() - Method in interface org.axonframework.tracing.SpanScope
-
Closes the scope of the Span on which it was opened.
- closeQuietly(AutoCloseable) - Static method in class org.axonframework.common.io.IOUtils
-
Closes any AutoCloseable object, while suppressing any IOExceptions it will generate.
- 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.
- closeQuietly(Connection) - Static method in class org.axonframework.common.jdbc.JdbcUtils
-
Close the given connection, 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.
- CollectionUtils - Class in org.axonframework.common
-
Utility methods for operations on collections.
- COMMAND_NAME - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the name of the
CommandMessage the handler
can handle.
- COMMAND_ROUTING_KEY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the routing key used to route a
CommandMessage
to the handler.
- CommandBus - Interface in org.axonframework.commandhandling
-
The mechanism that dispatches Command objects to their appropriate CommandHandler.
- commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
-
- commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
- commandBus(CommandBus) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
-
- CommandBusConnector - Interface in org.axonframework.commandhandling.distributed
-
Interface describing the component that remotely connects multiple CommandBus instances.
- CommandBusConnectorCommunicationException - Exception in org.axonframework.commandhandling.distributed
-
Exception thrown when the CommandBusConnector has a communication failure
- CommandBusConnectorCommunicationException(String) - Constructor for exception org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
-
Initializes the CommandBusConnectorCommunicationException
- CommandBusConnectorCommunicationException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.distributed.CommandBusConnectorCommunicationException
-
Initializes the CommandBusConnectorCommunicationException
- CommandBusSpanFactory - Interface in org.axonframework.commandhandling
-
Span factory that creates spans for the
CommandBus.
- CommandCallback<C,R> - Interface in org.axonframework.commandhandling
-
Interface describing a callback that is invoked when command handler execution has finished.
- commandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
-
- 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,R> - Class in org.axonframework.commandhandling.distributed
-
Wrapper for a Command callback.
- CommandCallbackWrapper(A, CommandMessage<C>, CommandCallback<? super C, ? super R>) - Constructor for class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
Initializes a
CommandCallbackWrapper which wraps the original callback and holds on to the
command
message and
channelId of the channel on which the message is sent.
- CommandDispatchException - Exception 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 org.axonframework.commandhandling.distributed.CommandDispatchException
-
Initializes the exception using the given message.
- CommandDispatchException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.distributed.CommandDispatchException
-
Initializes the exception using the given message and cause.
- CommandExecutionException - Exception in org.axonframework.commandhandling
-
Indicates that an exception has occurred while handling a command.
- CommandExecutionException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.CommandExecutionException
-
Initializes the exception with given message and cause.
- CommandExecutionException(String, Throwable, Object) - Constructor for exception org.axonframework.commandhandling.CommandExecutionException
-
Initializes the exception with given message, cause and an object providing application-specific
details.
- CommandExecutionException(String, Throwable, Object, boolean) - Constructor for exception org.axonframework.commandhandling.CommandExecutionException
-
Initializes the exception with given message, cause, an object providing application-specific
details, and writableStackTrace
- 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
CommandGateway implementations from custom interface definitions.
- CommandGatewayFactory(CommandGatewayFactory.Builder) - Constructor for class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
- CommandGatewayFactory.Builder - Class in org.axonframework.commandhandling.gateway
-
- 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 Type in org.axonframework.commandhandling
-
Marker annotation to mark any method on an object as being a CommandHandler.
- commandIdentifier - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
-
- commandIdentifier - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
-
- 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() - Method in interface org.axonframework.commandhandling.CommandMessageHandlingMember
-
Returns the name of the command that can be handled.
- commandName - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
-
- CommandNameFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
- CommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
-
- CommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter
-
- CommandResultMessage<R> - Interface in org.axonframework.commandhandling
-
- 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.
- commandRouter(CommandRouter) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
Sets the
CommandRouter used to determine the target node for each dispatched command.
- 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() - Method in interface org.axonframework.common.transaction.Transaction
-
Commit this transaction.
- commit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Process given events while the Unit of Work root is being committed.
- 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.
- 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(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
-
- complete(Predicate<SubscriptionQueryMessage<?, ?, ?>>) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Completes subscription queries matching given filter.
- 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 class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
- complete() - Method in interface org.axonframework.queryhandling.SinkWrapper
-
Wrapper around Sink complete().
- complete() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
-
- CompletedEmitterException - Exception in org.axonframework.queryhandling
-
Exception indicating that
QueryUpdateEmitter is completed, thus cannot be used to emit messages and report
errors.
- CompletedEmitterException(String) - Constructor for exception org.axonframework.queryhandling.CompletedEmitterException
-
Initializes the exception with given message.
- completeExceptionally(Predicate<SubscriptionQueryMessage<?, ?, ?>>, Throwable) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Completes with an error subscription queries matching given filter.
- 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 class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
- computeIfAbsent(Object, Supplier<T>) - Method in interface org.axonframework.common.caching.Cache
-
Returns the value under the given key in 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 update in the value behind the given key.
- 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 segmentId based on the given availableSegmentsIds.
- computeSegments(int...) - Static method in class org.axonframework.eventhandling.Segment
-
Compute the
Segment's from a given list of segmentId's.
- ConcludesBatch - Annotation Type in org.axonframework.eventhandling
-
Annotation indication that a parameter on an
EventHandler method 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.
- 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
TokenStore instance.
- ConfigToken(Map<String, String>) - Constructor for class org.axonframework.eventhandling.tokenstore.ConfigToken
-
Initialize a ConfigToken instance using the given config properties.
- ConnectionProvider - Interface in org.axonframework.common.jdbc
-
Interface towards a mechanism that provides access to a JDBC Connection.
- connectionProvider(ConnectionProvider) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
- connectionProvider(ConnectionProvider) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
- 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
CommandBusConnector which performs the actual transport of the message to the destination
node.
- 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
-
- ConsistentHash(Function<String, String>) - Constructor for class org.axonframework.commandhandling.distributed.ConsistentHash
-
Initializes a new
ConsistentHash using the given
hashFunction to calculate positions for each
member on the ring.
- ConsistentHash.ConsistentHashMember - Class in org.axonframework.commandhandling.distributed
-
- 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.
- 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(String) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
-
- 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 letters for the given
sequenceIdentifier.
- contains(String) - Method in interface org.axonframework.messaging.HandlerAttributes
-
Validates whether the given attributeKey is present in this object.
- contains(String) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
-
- 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
-
- 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
contentType to which a
TrackingToken should 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() - Method in class org.axonframework.eventhandling.ReplayToken
-
Returns the context that was provided when the token was reset.
- ContextAwareEventMultiUpcaster<C> - Class in org.axonframework.serialization.upcasting.event
-
Abstract implementation of a
SingleEntryMultiUpcaster and an
EventUpcaster that 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
Upcaster that 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
Upcaster that 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
Upcaster that 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
-
- convert(M, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
- convert(DeadLetterEventEntry, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.jpa.DeadLetterJpaConverter
-
- convert(EventMessage<?>, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
-
- convert(DeadLetterEventEntry, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
-
- convert(M, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.
- convert(DeadLetterEventEntry, Serializer, Serializer) - Method in interface org.axonframework.eventhandling.deadletter.legacyjpa.DeadLetterJpaConverter
-
Deprecated.
- convert(EventMessage<?>, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- convert(DeadLetterEventEntry, Serializer, Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.EventMessageDeadLetterJpaConverter
-
Deprecated.
- convert(Set<ConstraintViolation<Object>>) - Static method in exception org.axonframework.messaging.interceptors.JSR303ViolationException
-
Convert the violations to a human readable format, sorted by class and property e.g.:
property ab in class my.some.Klass may not be null
property cd in class my.some.OtherClass length must be between 0 and 3
property cd in class my.some.OtherClass must match "ab.*"
property notNull in class my.some.TheClass may not be null
- convert(Set<ConstraintViolation<Object>>) - Static method in exception org.axonframework.messaging.interceptors.legacyvalidation.JSR303ViolationException
-
Deprecated.
Convert the violations to a human readable format, sorted by class and property e.g.:
property ab in class my.some.Klass may not be null
property cd in class my.some.OtherClass length must be between 0 and 3
property cd in class my.some.OtherClass must match "ab.*"
property notNull in class my.some.TheClass may not be null
- convert(Object) - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
-
- convert(Object) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Converts the given
response of type
Object into the type
List with
generic type
R from this
ResponseType instance.
- 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(S, Class<S>, Class<T>) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Convert the given source, of type sourceType to the given targetType.
- convert(byte[]) - Method in class org.axonframework.serialization.avro.ByteArrayToGenericRecordConverter
-
- convert(GenericRecord) - Method in class org.axonframework.serialization.avro.GenericRecordToByteArrayConverter
-
- convert(S) - Method in class org.axonframework.serialization.ChainedConverter
-
- convert(Object, Class<?>, Class<T>) - Method in class org.axonframework.serialization.ChainingConverter
-
- convert(S) - Method in interface org.axonframework.serialization.ContentTypeConverter
-
Converts the given object into another.
- convert(Object, Class<T>) - Method in interface org.axonframework.serialization.Converter
-
Converts the given object into another.
- 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(SerializedObject<?>, Class<T>) - Method in interface org.axonframework.serialization.Converter
-
Converts the data format of the given original IntermediateRepresentation to the target data type.
- convert(Blob) - Method in class org.axonframework.serialization.converters.BlobToInputStreamConverter
-
- convert(byte[]) - Method in class org.axonframework.serialization.converters.ByteArrayToInputStreamConverter
-
- convert(byte[]) - Method in class org.axonframework.serialization.converters.ByteArrayToStringConverter
-
- convert(InputStream) - Method in class org.axonframework.serialization.converters.InputStreamToByteArrayConverter
-
- convert(String) - Method in class org.axonframework.serialization.converters.StringToByteArrayConverter
-
- 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(Document) - Method in class org.axonframework.serialization.xml.Dom4JToByteArrayConverter
-
- convert(InputStream) - Method in class org.axonframework.serialization.xml.InputStreamToDom4jConverter
-
- convert(InputStream) - Method in class org.axonframework.serialization.xml.InputStreamToXomConverter
-
- convert(Document) - Method in class org.axonframework.serialization.xml.XomToStringConverter
-
- 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
Converter used 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
Converter used as a converter factory providing converter instances utilized by upcasters to
convert between different content types.
- Converter - Interface in org.axonframework.serialization
-
Interface describing a mechanism that can convert data from one to another type.
- converter(Converter) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Sets the
Converter used 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
-
- convertExceptional(Throwable) - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
-
- convertExceptional(Throwable) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
- 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 expectedResponseType to convert the payload from the responseMessage, if necessary.
- convertToLetter(ResultSet) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterJdbcConverter
-
- convertToLetter(ResultSet) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter
-
- coordinatorExecutor(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- coordinatorExecutor(Function<String, ScheduledExecutorService>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- correlationData() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Returns the Correlation Data attached to the current Unit of Work, or an empty
MetaData instance
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 extends Message<?>> - Class in org.axonframework.messaging.interceptors
-
- CorrelationDataInterceptor(CorrelationDataProvider...) - Constructor for class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
-
Initializes the interceptor that registers given correlationDataProviders with the current Unit of Work.
- CorrelationDataInterceptor(Collection<CorrelationDataProvider>) - Constructor for class org.axonframework.messaging.interceptors.CorrelationDataInterceptor
-
Initializes the interceptor that registers given correlationDataProviders with 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 class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
Provides the collection of registered Correlation Data Providers of this Unit of Work.
- 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 other checking each member token with its counterpart to see if they are covered
in the other token.
- 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 other token completely.
- 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
-
- createChildHandlerSpan(Supplier<String>, Message<?>, Message<?>...) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span which 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.
- 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 interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span linked to dispatching a
Message, for example when sending a command to Axon
Server.
- 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
-
- 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 interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span linked to asynchronously handling a
Message, for example when handling a
command from Axon Server.
- createHeadToken() - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
-
- createHeadToken() - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates the token at the end of an event stream.
- createInstance(Executable, Parameter[], int) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
-
- 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.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
parameterType for 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
-
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.LoggingSpanFactory
-
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.LoggingSpanFactory
-
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.MultiSpanFactory
-
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.MultiSpanFactory
-
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.NestingSpanFactory
-
Deprecated.
- createInternalSpan(Supplier<String>) - Method in class org.axonframework.tracing.NoOpSpanFactory
-
- createInternalSpan(Supplier<String>, Message<?>) - Method in class org.axonframework.tracing.NoOpSpanFactory
-
- createInternalSpan(Supplier<String>) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span linked to the currently active span.
- createInternalSpan(Supplier<String>, Message<?>) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span linked to the currently active span.
- createLinkedHandlerSpan(Supplier<String>, Message<?>, Message<?>...) - Method in interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span which 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
-
- createNullStatement(Connection) - Static method in class org.axonframework.common.jdbc.Oracle11Utils
-
Creates a prepared statement that acts as a null object.
- 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(Reader) - Method in class org.axonframework.serialization.xml.CompactDriver
-
- createReader(InputStream) - Method in class org.axonframework.serialization.xml.CompactDriver
-
- createReader(URL) - Method in class org.axonframework.serialization.xml.CompactDriver
-
- createReader(File) - Method in class org.axonframework.serialization.xml.CompactDriver
-
- createReplayToken(TrackingToken, TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Creates a new TrackingToken that represents the given startPosition of a stream.
- createReplayToken(TrackingToken, TrackingToken, Object) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Creates a new TrackingToken that represents the given startPosition of a stream.
- createReplayToken(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Creates a new TrackingToken that represents the tail of the stream.
- 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 interface org.axonframework.tracing.SpanFactory
-
Creates a new
Span without any parent trace.
- 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.
- 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(DeadLetterTableFactory) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
-
- 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.
- createSortedSetOf(Collection<Long>, long) - Static method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
Construct a
SortedSet of the given
gaps to be set in this Tracking Token.
- 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 schema to deduce the table and column
names.
- createTableStatement(Connection, DeadLetterSchema) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterTableFactory
-
- createTableStatement(Connection, DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
- createTailToken() - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
-
- createTailToken() - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates the token at the beginning of an event stream.
- createTokenAt(Instant) - Method in class org.axonframework.eventhandling.MultiStreamableMessageSource
-
- createTokenAt(Instant) - Method in interface org.axonframework.messaging.StreamableMessageSource
-
Creates a token that tracks all events after given dateTime.
- 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(Writer) - Method in class org.axonframework.serialization.xml.CompactDriver
-
- createWriter(OutputStream) - Method in class org.axonframework.serialization.xml.CompactDriver
-
- currentInterceptorChain() - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
-
Returns the current interceptor chain registered for injection as a parameter.
- 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
-
- 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 dataSource to obtain new connections.
- 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
Task handling a deadline, will be
serialized and deserialized using the configured
Serializer on the
Scheduler.
- DbSchedulerBinaryDeadlineDetails(String, byte[], String, byte[], String, String, byte[]) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
- 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
-
- DbSchedulerDeadlineManager - Class in org.axonframework.deadline.dbscheduler
-
Implementation of
DeadlineManager that delegates scheduling and triggering to a db scheduler
Scheduler.
- DbSchedulerDeadlineManager(DbSchedulerDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
- DbSchedulerDeadlineManager.Builder - Class in org.axonframework.deadline.dbscheduler
-
- DbSchedulerDeadlineManagerSupplier - Class in org.axonframework.deadline.dbscheduler
-
- 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.
- 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
-
- DbSchedulerEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
- DbSchedulerEventSchedulerSupplier - Class in org.axonframework.eventhandling.scheduling.dbscheduler
-
- 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 Task handling a deadline.
- DbSchedulerHumanReadableDeadlineDetails(String, String, String, String, String, String, String) - Constructor for class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
- 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
-
- 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 extends Message<?>> - Interface in org.axonframework.messaging.deadletter
-
Interface describing a dead lettered
Message implementation of generic type
M.
- 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
-
- DeadLetterEventEntry - Class in org.axonframework.eventhandling.deadletter.jpa
-
- 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
-
- 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(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the deadLetterIdentifier column.
- deadLetterIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured deadLetterIdentifier column name.
- DeadLetteringEventHandlerInvoker - Class in org.axonframework.eventhandling.deadletter
-
- DeadLetteringEventHandlerInvoker(DeadLetteringEventHandlerInvoker.Builder) - Constructor for class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
-
- DeadLetteringEventHandlerInvoker.Builder - Class in org.axonframework.eventhandling.deadletter
-
- DeadLetterJdbcConverter<E extends EventMessage<?>,D extends JdbcDeadLetter<E>> - Interface in org.axonframework.eventhandling.deadletter.jdbc
-
- DeadLetterJpaConverter<M extends EventMessage<?>> - Interface in org.axonframework.eventhandling.deadletter.jpa
-
- DeadLetterJpaConverter<M extends EventMessage<?>> - Interface in org.axonframework.eventhandling.deadletter.legacyjpa
-
- DeadLetterParameterResolverFactory - Class in org.axonframework.messaging.deadletter
-
- DeadLetterParameterResolverFactory() - Constructor for class org.axonframework.messaging.deadletter.DeadLetterParameterResolverFactory
-
- DeadLetterQueueOverflowException - Exception in org.axonframework.messaging.deadletter
-
- DeadLetterQueueOverflowException(String) - Constructor for exception org.axonframework.messaging.deadletter.DeadLetterQueueOverflowException
-
Constructs an exception based on the given message.
- DeadLetterQueueOverflowException(Object) - Constructor for exception org.axonframework.messaging.deadletter.DeadLetterQueueOverflowException
-
Constructs an exception based on the given identifier.
- 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
-
- DeadLetterSchema - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- DeadLetterSchema(DeadLetterSchema.Builder) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
- DeadLetterSchema.Builder - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- 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 letters for the given
sequenceIdentifier in insert order.
- DeadLetterStatementFactory<E extends EventMessage<?>> - Interface in org.axonframework.eventhandling.deadletter.jdbc
-
- deadLetterTable(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the dead-letter table.
- deadLetterTable() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured deadLetter table name.
- DeadLetterTableFactory - Interface in org.axonframework.eventhandling.deadletter.jdbc
-
A functional interface to create a JDBC-specific
DeadLetter entry
table and its indices.
- DEADLINE_NAME - Static variable in class org.axonframework.messaging.Headers
-
- DeadlineDetails - Class in org.axonframework.deadline.jobrunr
-
- DeadlineDetails(String, String, String, String, String, String, String) - Constructor for class org.axonframework.deadline.jobrunr.DeadlineDetails
-
- DeadlineException - Exception in org.axonframework.deadline
-
Exception which occurs during deadline message processing.
- DeadlineException(String) - Constructor for exception org.axonframework.deadline.DeadlineException
-
Initializes deadline exception with message and no cause.
- DeadlineException(String, Throwable) - Constructor for exception org.axonframework.deadline.DeadlineException
-
Initializes deadline exception with message and actual cause.
- DeadlineHandler - Annotation Type 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 - Interface in org.axonframework.deadline
-
Contract for deadline managers.
- DeadlineManagerNotSuppliedException - Exception in org.axonframework.deadline.dbscheduler
-
Exception indicating a problem in the Deadline manager mechanism, more precisely the
DbSchedulerDeadlineManager wasn't properly supplied.
- DeadlineManagerNotSuppliedException() - Constructor for exception org.axonframework.deadline.dbscheduler.DeadlineManagerNotSuppliedException
-
Initialize a DeadlineManagerNotSuppliedException.
- DeadlineManagerSpanFactory - Interface in org.axonframework.deadline
-
- DeadlineMessage<T> - Interface in org.axonframework.deadline
-
Represents a Message for a Deadline, specified by its deadline name and optionally containing a deadline payload.
- deadlineMessage(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- DeadlineMethodMessageHandlerDefinition - Class in org.axonframework.deadline.annotation
-
- DeadlineMethodMessageHandlerDefinition() - Constructor for class org.axonframework.deadline.annotation.DeadlineMethodMessageHandlerDefinition
-
- deadlineScope(Serializer, JobDataMap) - Static method in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- DeadlockException - Exception 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 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
-
- declaringClass(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the class on which the method with given methodName and parameters of type
parameterTypes is declared.
- declaringClass() - Method in interface org.axonframework.messaging.annotation.MessageHandlingMember
-
Gets the declaring class of this Message Handling Member.
- defaultBackpressure() - Static method in class org.axonframework.queryhandling.SubscriptionQueryBackpressure
-
Deprecated.
Creates default backpressure, using Project Reactor's FluxSink.OverflowStrategy ERROR strategy.
- DefaultCommandBusSpanFactory - Class in org.axonframework.commandhandling
-
- DefaultCommandBusSpanFactory(DefaultCommandBusSpanFactory.Builder) - Constructor for class org.axonframework.commandhandling.DefaultCommandBusSpanFactory
-
- DefaultCommandBusSpanFactory.Builder - Class in org.axonframework.commandhandling
-
- 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
-
- defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- DefaultCommandGateway - Class in org.axonframework.commandhandling.gateway
-
Default implementation of the CommandGateway interface.
- DefaultCommandGateway(DefaultCommandGateway.Builder) - Constructor for class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
- DefaultCommandGateway.Builder - Class in org.axonframework.commandhandling.gateway
-
- DefaultDeadLetterJdbcConverter<E extends EventMessage<?>> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- DefaultDeadLetterJdbcConverter(DefaultDeadLetterJdbcConverter.Builder<E>) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter
-
- DefaultDeadLetterJdbcConverter.Builder<E extends EventMessage<?>> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- DefaultDeadLetterStatementFactory<E extends EventMessage<?>> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- DefaultDeadLetterStatementFactory(DefaultDeadLetterStatementFactory.Builder<E>) - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- DefaultDeadLetterStatementFactory.Builder<E extends EventMessage<?>> - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- DefaultDeadlineManagerSpanFactory - Class in org.axonframework.deadline
-
- DefaultDeadlineManagerSpanFactory(DefaultDeadlineManagerSpanFactory.Builder) - Constructor for class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory
-
- DefaultDeadlineManagerSpanFactory.Builder - Class in org.axonframework.deadline
-
- DefaultEventBusSpanFactory - Class in org.axonframework.eventhandling
-
- DefaultEventBusSpanFactory(DefaultEventBusSpanFactory.Builder) - Constructor for class org.axonframework.eventhandling.DefaultEventBusSpanFactory
-
- DefaultEventBusSpanFactory.Builder - Class in org.axonframework.eventhandling
-
- DefaultEventGateway - Class in org.axonframework.eventhandling.gateway
-
Default implementation of the EventGateway interface.
- DefaultEventGateway(DefaultEventGateway.Builder) - Constructor for class org.axonframework.eventhandling.gateway.DefaultEventGateway
-
- DefaultEventGateway.Builder - Class in org.axonframework.eventhandling.gateway
-
- DefaultEventProcessorSpanFactory - Class in org.axonframework.eventhandling
-
- DefaultEventProcessorSpanFactory(DefaultEventProcessorSpanFactory.Builder) - Constructor for class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory
-
- DefaultEventProcessorSpanFactory.Builder - Class in org.axonframework.eventhandling
-
- 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.UUID based identifiers.
- DefaultIdentifierFactory() - Constructor for class org.axonframework.common.DefaultIdentifierFactory
-
- DefaultInterceptorChain<T extends Message<?>> - 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 the
chain, to the handler.
- DefaultParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
Factory for the default parameter resolvers.
- DefaultParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.DefaultParameterResolverFactory
-
- DefaultQueryBusSpanFactory - Class in org.axonframework.queryhandling
-
- DefaultQueryBusSpanFactory(DefaultQueryBusSpanFactory.Builder) - Constructor for class org.axonframework.queryhandling.DefaultQueryBusSpanFactory
-
- DefaultQueryBusSpanFactory.Builder - Class in org.axonframework.queryhandling
-
- 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
-
- DefaultQueryGateway.Builder - Class in org.axonframework.queryhandling
-
- DefaultQueryUpdateEmitterSpanFactory - Class in org.axonframework.queryhandling
-
- DefaultQueryUpdateEmitterSpanFactory(DefaultQueryUpdateEmitterSpanFactory.Builder) - Constructor for class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory
-
- DefaultQueryUpdateEmitterSpanFactory.Builder - Class in org.axonframework.queryhandling
-
- defaultQueue() - Static method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
-
- defaultSchema() - Static method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
- 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
-
- defaultSerializer() - Static method in class org.axonframework.serialization.json.JacksonSerializer
-
- defaultSerializer() - Static method in class org.axonframework.serialization.xml.XStreamSerializer
-
- defaultStrategy() - Static method in class org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy
-
- DefaultSubscriptionQueryResult<I,U> - Class in org.axonframework.queryhandling
-
- 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.json.JacksonSerializer.Builder
-
Configures the underlying ObjectMapper to include type information when serializing Java objects into
JSON.
- DefaultUnitOfWork<T extends Message<?>> - 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).
- delegate(SpanFactory) - Method in class org.axonframework.tracing.NestingSpanFactory.Builder
-
Deprecated.
Defines the delegate
SpanFactory to use, which actually provides the spans.
- delegates() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
- DELETE_REASON - Static variable in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
- 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(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Creates a new
PreparedStatement to release the current claim this node has on a token belonging to a
processor with given
processorName and
segment.
- 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 processorName and segment.
- DenyAll - Enum in org.axonframework.commandhandling.distributed.commandfilter
-
- DenyCommandNameFilter - Class in org.axonframework.commandhandling.distributed.commandfilter
-
- DenyCommandNameFilter(Set<String>) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
-
- DenyCommandNameFilter(String) - Constructor for class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter
-
- 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.
- 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
-
- 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
-
- 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
-
Provide a description as a
List of
Strings of all the causes in the given
exception.
- 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.JavaSerializer
-
Deprecated.
- deserialize(SerializedObject<S>) - Method in class org.axonframework.serialization.json.JacksonSerializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class org.axonframework.serialization.json.MetaDataDeserializer
-
- deserialize(SerializedObject<S>) - Method in interface org.axonframework.serialization.Serializer
-
Deserializes the first object read from the given bytes.
- 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
-
- deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.axonframework.serialization.json.MetaDataDeserializer
-
- determineMessageName(Message<?>) - Static method in class org.axonframework.tracing.SpanUtils
-
Creates a human-readable name for a message's payload.
- 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
MetaData concerning this letter.
- diagnostics() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
- diagnosticsColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the diagnostics column.
- diagnosticsColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured diagnostics column name.
- 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
-
- DirectEventJobDataBinder(Serializer) - Constructor for class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
- DirectEventProcessingStrategy - Enum 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
-
- 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 XStream instance 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.
- DisallowReplay - Annotation Type in org.axonframework.eventhandling
-
Annotation marking a Handler (or class) as not being able to handle replays
When placed on the type (class) level, the setting applies to all handlers that don't explicitly override it
on the method level.
- disconnect() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Disconnect the command bus for receiving new commands, by unsubscribing all registered command handlers.
- dispatch(CommandMessage<C>) - Method in interface org.axonframework.commandhandling.CommandBus
-
Dispatch the given command to the CommandHandler subscribed to the given command's name.
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in interface org.axonframework.commandhandling.CommandBus
-
Dispatch the given command to the CommandHandler subscribed to the given command's name.
- dispatch(CommandMessage<C>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Dispatch the given command to the CommandHandler subscribed to the given command's name.
- dispatch(CommandMessage<C>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
- dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway.Builder
-
- dispatchInterceptors(List<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
-
- dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
- dispatchInterceptors(MessageDispatchInterceptor<? super CommandMessage<?>>...) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
-
- dispatchInterceptors(List<MessageDispatchInterceptor<? super CommandMessage<?>>>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway.Builder
-
- dispatchInterceptors() - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
Provides a list of registered dispatch interceptors.
- dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>...) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
-
- dispatchInterceptors(List<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(List<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(List<MessageDispatchInterceptor<? super QueryMessage<?, ?>>>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway.Builder
-
- DispatchMessage - Class in org.axonframework.commandhandling.distributed
-
Base class for dispatch messages which may be used in the
CommandBusConnector upon 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 given
serializer to deserialize its contents.
- 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
CommandBus that is aware of multiple instances of a CommandBus working together to spread
load.
- DistributedCommandBus(DistributedCommandBus.Builder) - Constructor for class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
- DistributedCommandBus.Builder - Class in org.axonframework.commandhandling.distributed
-
- 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
StreamingEventProcessor should 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
StreamingEventProcessor to be traced in the same trace as
the trace that published it.
- 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.
- 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.
- 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
DomainEventMessage their sequences and is capable of
providing the last known sequence number for a given Aggregate identifier.
- doNotEnqueue() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- DoNotEnqueue<M extends Message<?>> - Class in org.axonframework.messaging.deadletter
-
- DoNotEnqueue() - Constructor for class org.axonframework.messaging.deadletter.DoNotEnqueue
-
- 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.EhCache3Adapter
-
- doRegisterListener(CacheEventListener) - Method in class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
- doRegisterListener(CacheEntryListenerConfiguration<Object, Object>) - Method in class org.axonframework.common.caching.JCacheAdapter
-
- 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
-
- doSerialize(Object, Class<T>, XStream) - Method in class org.axonframework.serialization.AbstractXStreamSerializer
-
Serialize the given object to the given expectedFormat.
- 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.
- 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.
- 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.
- DuplicateCommandHandlerResolution - Class in org.axonframework.commandhandling
-
- duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
- DuplicateCommandHandlerResolver - Interface in org.axonframework.commandhandling
-
Functional interface towards resolving the occurrence of a duplicate command handler being subscribed.
- duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- DuplicateCommandHandlerSubscriptionException - Exception in org.axonframework.commandhandling
-
Exception indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against.
- DuplicateCommandHandlerSubscriptionException(String, MessageHandler<? super CommandMessage<?>>, MessageHandler<? super CommandMessage<?>>) - Constructor for exception org.axonframework.commandhandling.DuplicateCommandHandlerSubscriptionException
-
Initialize a duplicate command handler subscription exception using the given initialHandler and duplicateHandler to form a specific message.
- DuplicateCommandHandlerSubscriptionException(String) - Constructor for exception org.axonframework.commandhandling.DuplicateCommandHandlerSubscriptionException
-
Initializes a duplicate command handler subscription exception using the given message.
- DuplicateQueryHandlerResolution - Class in org.axonframework.queryhandling.registration
-
- DuplicateQueryHandlerResolver - Interface in org.axonframework.queryhandling.registration
-
Functional interface towards resolving the occurrence of a duplicate query handler being subscribed.
- duplicateQueryHandlerResolver(DuplicateQueryHandlerResolver) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
Sets the duplicate query handler resolver.
- DuplicateQueryHandlerSubscriptionException - Exception in org.axonframework.queryhandling.registration
-
Exception indicating a duplicate Query Handler was subscribed whilst this behavior is purposefully guarded against.
- DuplicateQueryHandlerSubscriptionException(String, Type, QuerySubscription<?>, QuerySubscription<?>) - Constructor for exception org.axonframework.queryhandling.registration.DuplicateQueryHandlerSubscriptionException
-
Initialize a duplicate query handler subscription exception using the given initialHandler and duplicateHandler to form a specific message.
- DuplicateQueryHandlerSubscriptionException(String) - Constructor for exception org.axonframework.queryhandling.registration.DuplicateQueryHandlerSubscriptionException
-
Initializes a duplicate query handler subscription exception using the given message.
- 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 ehCache instance
- EhCacheAdapter - Class in org.axonframework.common.caching
-
- EhCacheAdapter(Ehcache) - Constructor for class org.axonframework.common.caching.EhCacheAdapter
-
Deprecated.
Initialize the adapter to forward all call to the given ehCache instance
- 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>>, U) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Emits given incremental update to subscription queries matching given filter.
- 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 class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
- emptyInstance() - Static method in class org.axonframework.messaging.MetaData
-
Returns an empty MetaData instance.
- emptyOrNull(String) - Static method in class org.axonframework.common.StringUtils
-
Validate whether the given
String s is
null or not empty (where empty is defined as
"").
- 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 Coordinator to extend the claims of its
WorkPackages.
- enableSequenceIdentifierCache() - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
- end() - Method in class org.axonframework.lifecycle.ShutdownLatch.ActivityHandle
-
Mark this activity as being finalized.
- end() - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
-
- 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.
- endScope() - Method in class org.axonframework.messaging.Scope
-
- 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() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- enqueue(Throwable) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- enqueue(Throwable, Function<DeadLetter<? extends M>, MetaData>) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- 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 letter containing an implementation of
M to this queue.
- 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
-
- enqueuedAt() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
- enqueuedAtColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the enqueuedAt column.
- enqueuedAtColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured enqueuedAt column name.
- EnqueueDecision<M extends Message<?>> - Interface in org.axonframework.messaging.deadletter
-
- enqueueIfPresent(Object, Supplier<DeadLetter<? extends M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Enqueue the result of the given
letterBuilder only if there already are other
dead letters with the same
sequenceIdentifier present in this queue.
- enqueuePolicy(EnqueuePolicy<EventMessage<?>>) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
-
- EnqueuePolicy<M extends Message<?>> - Interface in org.axonframework.messaging.deadletter
-
- enqueueStatement(Connection, String, String, DeadLetter<? extends E>, long) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- 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 member accessible via reflection if it is not the case already.
- EntityManagerProvider - Interface in org.axonframework.common.jpa
-
Provides components with an EntityManager to access the persistence mechanism.
- EntityManagerProvider - Interface in org.axonframework.common.legacyjpa
-
- entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
- entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
- entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
- entityManagerProvider(EntityManagerProvider) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.
- EntryListenerAdapter() - Constructor for class org.axonframework.common.caching.Cache.EntryListenerAdapter
-
- entrySet() - Method in class org.axonframework.messaging.MetaData
-
- 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.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 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.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
-
- 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).
- 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 given error, with the given
failedEvents.
- errorHandler(ErrorHandler) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- ErrorHandler - Interface in org.axonframework.eventhandling
-
Interface of the error handler that will be invoked if event processing fails.
- 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
-
- 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
-
- EVENT_KEY - Static variable in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.DirectEventJobDataBinder
-
- 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.
- eventBus(EventBus) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway.Builder
-
Sets the
EventBus used 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
EventBus used to publish events on once the schedule has been met.
- eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
Sets the
EventBus used 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
EventBus used to publish events on once the schedule has been met.
- eventBus(EventBus) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the
EventBus used to publish events on once the schedule has been met.
- EventBusSpanFactory - Interface in org.axonframework.eventhandling
-
Span factory that creates spans for the
EventBus.
- EventData<T> - Interface in org.axonframework.eventhandling
-
Interface describing the properties of serialized Event Messages.
- EventGateway - Interface in org.axonframework.eventhandling.gateway
-
Interface towards the Event Handling components of an application.
- EventHandler - Annotation Type in org.axonframework.eventhandling
-
Annotation to be placed on methods that can handle events.
- eventHandlerInvoker(EventHandlerInvoker) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- eventHandlerInvoker() - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Returns the invoker assigned to this processor.
- EventHandlerInvoker - Interface in org.axonframework.eventhandling
-
Interface for an event message handler that defers handling to one or more other handlers.
- 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
-
- eventHandlers(Object...) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
- eventHandlers(List<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
- eventHandlers() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- eventIdentifierColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the eventIdentifier column.
- eventIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured eventIdentifier column name.
- 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.
- EventMessage<T> - Interface in org.axonframework.eventhandling
-
Represents a Message wrapping an Event, which is represented by its payload.
- EventMessageDeadLetterJpaConverter - Class in org.axonframework.eventhandling.deadletter.jpa
-
- EventMessageDeadLetterJpaConverter() - Constructor for class org.axonframework.eventhandling.deadletter.jpa.EventMessageDeadLetterJpaConverter
-
- EventMessageDeadLetterJpaConverter - Class in org.axonframework.eventhandling.deadletter.legacyjpa
-
- 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
SingleEntryMultiUpcaster and an
EventUpcaster that 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
-
- EventProcessingException - Exception in org.axonframework.eventhandling
-
Exception thrown when an
EventProcessor failed to handle a batch of events.
- EventProcessingException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.EventProcessingException
-
Initialize the exception with given message and cause.
- EventProcessingStrategy - Interface in org.axonframework.eventhandling
-
Interface describing a strategy for the processing of a batch of events.
- eventProcessor() - Method in class org.axonframework.eventhandling.ErrorContext
-
Returns the name of the Event Processor where the error occurred.
- EventProcessor - Interface in org.axonframework.eventhandling
-
An Event Processor processes event messages from an event queue or event bus.
- EventProcessorSpanFactory - Interface in org.axonframework.eventhandling
-
Span factory that creates spans for the
EventProcessor implementations.
- 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 in org.axonframework.messaging
-
Exception indication that an error occurred while publishing an event to an AMQP Broker
- EventPublicationFailedException(String, Throwable) - Constructor for exception org.axonframework.messaging.EventPublicationFailedException
-
Initialize the exception using given descriptive message and cause
- EventScheduler - Interface in org.axonframework.eventhandling.scheduling
-
Interface towards a mechanism capable of scheduling the publication of events.
- EventSchedulerNotSuppliedException - Exception in org.axonframework.eventhandling.scheduling.dbscheduler
-
Exception indicating a problem in the Event Scheduling mechanism, more precisely the
DbSchedulerEventScheduler was not supplied properly.
- EventSchedulerNotSuppliedException() - Constructor for exception org.axonframework.eventhandling.scheduling.dbscheduler.EventSchedulerNotSuppliedException
-
Initialize a EventSchedulerNotSuppliedException.
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
-
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
Sets the
Serializer to (de)serialize the events, metadata and diagnostics of the
DeadLetter
when storing it to a database.
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
Serializer to (de)serialize the event payload,
event metadata, and diagnostics of the
DeadLetter when storing it to the database.
- eventSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
Sets the
Serializer to (de)serialize the event payload, event metadata, and diagnostics of the
DeadLetter when storing it to the database.
- EventTrackerStatus - Interface in org.axonframework.eventhandling
-
- EventTrackerStatusChangeListener - Interface in org.axonframework.eventhandling
-
- EventTypeUpcaster - Class in org.axonframework.serialization.upcasting.event
-
- EventTypeUpcaster(String, String, String, String) - Constructor for class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Instantiate an
EventTypeUpcaster using the given expected and upcasted payload types and revisions.
- EventTypeUpcaster.Builder - Class in org.axonframework.serialization.upcasting.event
-
- 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
-
- EventUpcasterChain(EventUpcaster...) - Constructor for class org.axonframework.serialization.upcasting.event.EventUpcasterChain
-
Initializes an upcaster chain from one or more upcasters.
- EventUpcasterChain(List<? extends EventUpcaster>) - Constructor for class org.axonframework.serialization.upcasting.event.EventUpcasterChain
-
Initializes an upcaster chain from the given list of upcasters.
- EventUtils - Class in org.axonframework.eventhandling
-
Utility class for dealing with events.
- 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() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- 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 letter from this queue.
- evictStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- evictStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- 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 Type 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
-
- 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.common.DirectExecutor
-
Executes the given command immediately in the current thread.
- execute(String) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
- 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(JobExecutionContext) - Method in class org.axonframework.deadline.quartz.DeadlineJob
-
- execute(JobExecutionContext) - Method in class org.axonframework.eventhandling.scheduling.quartz.FireEventJob
-
- execute(Runnable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given task in the context of this Unit of Work.
- execute(Runnable, RollbackConfiguration) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given task in the context of this Unit of Work.
- 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
-
- 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<V>) - Method in class org.axonframework.messaging.Scope
-
Scope instance method to execute given
task of type
Callable in the context of this
Scope.
- executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Execute the given task in the context of this Unit of Work.
- executeWithResult(Callable<R>, RollbackConfiguration) - Method in class org.axonframework.messaging.unitofwork.DefaultUnitOfWork
-
- executeWithResult(Callable<R>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given task in the context of this Unit of Work.
- executeWithResult(Callable<R>, RollbackConfiguration) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Execute the given task in the context of this Unit of Work.
- 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 in org.axonframework.messaging
-
Exception thrown to indicate that execution of a task has failed.
- ExecutionException(String, Throwable) - Constructor for exception org.axonframework.messaging.ExecutionException
-
Initialize an ExecutionException with the given message and cause.
- 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
-
- executor(Executor) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
Sets the
Executor which processes the Command dispatching threads.
- 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.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
-
- expectReply - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
-
- 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
Comparable which 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
-
- ExponentialBackOffIntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
-
- 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 processorName and
segment.
- 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 be null, 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 be null, at the given column (base
1).
- GapAwareTrackingToken - Class in org.axonframework.eventhandling
-
Implementation of a
TrackingToken that 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(long, Collection<Long>) - Constructor for class org.axonframework.eventhandling.GapAwareTrackingToken
-
This constructor is mean't to be used for deserialization.
- GapAwareTrackingTokenConverter - Class in org.axonframework.serialization
-
Dedicated
CollectionConverter implementation to de-/serializer the
GapAwareTrackingToken and
org.axonframework.eventsourcing.eventstore.GapAwareTrackingToken.
- GapAwareTrackingTokenConverter(Mapper) - Constructor for class org.axonframework.serialization.GapAwareTrackingTokenConverter
-
- 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.
- GenericCommandMessage<T> - Class in org.axonframework.commandhandling
-
Implementation of the CommandMessage that takes all properties as constructor parameters.
- GenericCommandMessage(T) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
-
Create a CommandMessage with the given command as payload and empty metaData
- GenericCommandMessage(T, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
-
Create a CommandMessage with the given command as payload.
- GenericCommandMessage(Message<T>, String) - Constructor for class org.axonframework.commandhandling.GenericCommandMessage
-
Create a CommandMessage from the given delegate message containing payload, metadata and message
identifier, and the given commandName.
- GenericCommandResultMessage<R> - Class in org.axonframework.commandhandling
-
- GenericCommandResultMessage(R) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given commandResult as the payload.
- GenericCommandResultMessage(Throwable) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given exception.
- GenericCommandResultMessage(R, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given commandResult as the payload and metaData as the
meta data.
- GenericCommandResultMessage(Throwable, Map<String, ?>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with the given exception and metaData.
- GenericCommandResultMessage(Message<R>) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a new Command Result Message with given delegate message.
- GenericCommandResultMessage(Message<R>, Throwable) - Constructor for class org.axonframework.commandhandling.GenericCommandResultMessage
-
Creates a Command Result Message with given delegate message and exception.
- genericData - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
Constant utilities for construction of GenericRecord preloaded by default Avro
stack.
- GenericDeadLetter<M extends Message<?>> - Class in org.axonframework.messaging.deadletter
-
Generic implementation of the
dead letter allowing any type of
Message to 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
-
- GenericDeadLetterTableFactory - Class in org.axonframework.eventhandling.deadletter.jdbc
-
- GenericDeadLetterTableFactory() - Constructor for class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
- GenericDeadlineMessage<T> - Class in org.axonframework.deadline
-
- GenericDeadlineMessage(String) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Instantiate a GenericDeadlineMessage with the given
deadlineName, a
null payload and en empty
MetaData.
- GenericDeadlineMessage(String, T) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Instantiate a GenericDeadlineMessage with the given
deadlineName, a
payload of type
T and
en empty
MetaData.
- GenericDeadlineMessage(String, T, Map<String, ?>) - Constructor for class org.axonframework.deadline.GenericDeadlineMessage
-
Instantiate a GenericDeadlineMessage with the given deadlineName, a payload of type T and
the given metaData.
- 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.
- 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
-
- GenericDomainEventMessage(String, String, long, T) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate with the given aggregateIdentifier,
with given sequenceNumber and payload.
- 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 given sequenceNumber and payload and metaData.
- 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.
- 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, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericDomainEventMessage
-
Initialize a DomainEventMessage originating from an Aggregate with the given aggregateIdentifier,
with given sequenceNumber and payload, metaData and timestamp.
- GenericEventMessage<T> - Class in org.axonframework.eventhandling
-
Generic implementation of the EventMessage interface.
- 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 payload and given metaData.
- GenericEventMessage(String, T, Map<String, ?>, Instant) - Constructor for class org.axonframework.eventhandling.GenericEventMessage
-
Constructor to reconstruct an EventMessage using existing data.
- GenericEventMessage(Message<T>, Supplier<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
-
- GenericMessage<T> - Class in org.axonframework.messaging
-
Generic implementation of a
Message that contains the payload and metadata as unserialized values.
- GenericMessage(T) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructs a Message for the given payload using 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 payload and meta data.
- GenericMessage(Class<T>, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructs a Message for the given payload and meta data.
- GenericMessage(String, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructor to reconstruct a Message using existing data.
- GenericMessage(String, Class<T>, T, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericMessage
-
Constructor to reconstruct a Message using existing data.
- GenericQueryMessage<T,R> - Class in org.axonframework.queryhandling
-
Generic implementation of the QueryMessage.
- GenericQueryMessage(T, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
-
Initializes the message with the given payload and expected responseType.
- GenericQueryMessage(T, String, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
-
Initializes the message with the given payload, queryName and expected responseType.
- GenericQueryMessage(Message<T>, String, ResponseType<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryMessage
-
Initialize the Query Message, using given delegate as the carrier of payload and metadata and given
queryName and expecting the given responseType.
- GenericQueryResponseMessage<R> - Class in org.axonframework.queryhandling
-
QueryResponseMessage implementation that takes all properties as constructor parameters.
- GenericQueryResponseMessage(R) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given result.
- GenericQueryResponseMessage(Class<R>, R) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize a response message with given result and declaredResultType.
- GenericQueryResponseMessage(Class<R>, Throwable) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given declaredResultType and exception.
- GenericQueryResponseMessage(R, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given result and metaData.
- GenericQueryResponseMessage(Class<R>, R, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with a specific declaredResultType, the given result as payload
and metaData.
- GenericQueryResponseMessage(Class<R>, Throwable, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Initialize the response message with given declaredResultType, exception and metaData.
- GenericQueryResponseMessage(Message<R>) - Constructor for class org.axonframework.queryhandling.GenericQueryResponseMessage
-
Copy-constructor that takes the payload, meta data and message identifier of the given delegate for 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 delegate for this
message and given exception as a cause for the failure.
- 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
-
- GenericResetContext(T) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
-
- GenericResetContext(T, Map<String, ?>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
-
- GenericResetContext(Message<T>) - Constructor for class org.axonframework.eventhandling.replay.GenericResetContext
-
- GenericResultMessage<R> - Class in org.axonframework.messaging
-
- GenericResultMessage(R) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given result as the payload.
- GenericResultMessage(Throwable) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given exception.
- GenericResultMessage(R, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given result as the payload and metaData as the meta data.
- GenericResultMessage(Throwable, Map<String, ?>) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with the given exception and metaData.
- GenericResultMessage(Message<R>) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a new ResultMessage with given delegate message.
- GenericResultMessage(Message<R>, Throwable) - Constructor for class org.axonframework.messaging.GenericResultMessage
-
Creates a ResultMessage with given delegate message and exception.
- genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
-
- genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
- genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
- genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
Serializer to (de)serialize the tracking token of the event in
the
DeadLetter when storing it to the database.
- genericSerializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
Sets the
Serializer to (de)serialize the tracking token of the event in the
DeadLetter when
storing it to the database.
- GenericStreamingQueryMessage<Q,R> - Class in org.axonframework.queryhandling
-
- GenericStreamingQueryMessage(Q, Class<R>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given payload and expected responseType.
- GenericStreamingQueryMessage(Q, String, Class<R>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given payload, queryName and expected responseType.
- GenericStreamingQueryMessage(Q, ResponseType<Publisher<R>>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given payload and expected responseType.
- GenericStreamingQueryMessage(Q, String, ResponseType<Publisher<R>>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given payload, queryName and expected responseType.
- GenericStreamingQueryMessage(Message<Q>, String, Class<R>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initializes the message with the given delegate, queryName and expected responseType.
- GenericStreamingQueryMessage(Message<Q>, String, ResponseType<Publisher<R>>) - Constructor for class org.axonframework.queryhandling.GenericStreamingQueryMessage
-
Initialize the Query Message, using given delegate as the carrier of payload and metadata and given
queryName and expecting the given responseType.
- GenericSubscriptionQueryMessage<Q,I,U> - Class in org.axonframework.queryhandling
-
- GenericSubscriptionQueryMessage(Q, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
-
Initializes the message with the given payload, expected responseType and expected updateResponseType.
- GenericSubscriptionQueryMessage(Q, String, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
-
Initializes the message with the given payload, queryName, expected responseType and
expected updateResponseType.
- GenericSubscriptionQueryMessage(Message<Q>, String, ResponseType<I>, ResponseType<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryMessage
-
Initializes the message, using given delegate as the carrier of payload and metadata and given queryName, expected responseType and expected updateResponseType.
- GenericSubscriptionQueryUpdateMessage<U> - Class in org.axonframework.queryhandling
-
- GenericSubscriptionQueryUpdateMessage(U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- GenericSubscriptionQueryUpdateMessage(Class<U>, U) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- GenericSubscriptionQueryUpdateMessage(Class<U>, U, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
- GenericSubscriptionQueryUpdateMessage(Class<U>, Throwable, Map<String, ?>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initialize the subscription query update message with given declaredType, exception and metaData.
- GenericSubscriptionQueryUpdateMessage(Message<U>) - Constructor for class org.axonframework.queryhandling.GenericSubscriptionQueryUpdateMessage
-
Initializes a new decorator with given delegate message.
- 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, process and segment.
- 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
-
- GenericTrackedDomainEventMessage(TrackingToken, DomainEventMessage<T>) - 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, String, String, long, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericTrackedDomainEventMessage
-
Initialize a DomainEventMessage originating from an aggregate.
- GenericTrackedEventMessage<T> - Class in org.axonframework.eventhandling
-
- GenericTrackedEventMessage(TrackingToken, EventMessage<T>) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
-
Creates a GenericTrackedEventMessage with given trackingToken and delegate event message.
- GenericTrackedEventMessage(TrackingToken, Message<T>, Supplier<Instant>) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
-
Creates a GenericTrackedEventMessage with given trackingToken and delegate event message.
- GenericTrackedEventMessage(TrackingToken, Message<T>, Instant) - Constructor for class org.axonframework.eventhandling.GenericTrackedEventMessage
-
- GenericUpcasterChain<T> - Class in org.axonframework.serialization.upcasting
-
Implementation of an
Upcaster that is formed of a chain of other upcasters which are combined to upcast a
stream of intermediate objects.
- GenericUpcasterChain(Upcaster<T>...) - Constructor for class org.axonframework.serialization.upcasting.GenericUpcasterChain
-
Initializes an upcaster chain from one or more upcasters.
- GenericUpcasterChain(List<? extends Upcaster<T>>) - Constructor for class org.axonframework.serialization.upcasting.GenericUpcasterChain
-
Initializes an upcaster chain from the given list of upcasters.
- get(K) - Method in interface org.axonframework.common.caching.Cache
-
Returns an item from the cache, or null if 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() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManagerSupplier
-
- get() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventSchedulerSupplier
-
- 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(Object) - Method in class org.axonframework.messaging.MetaData
-
- get(String) - Method in class org.axonframework.messaging.SimpleHandlerAttributes
-
- 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() - Method in class org.axonframework.util.MavenArtifactVersionResolver
-
Returns the specified jar version.
- getAggregateIdentifier() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
-
- getAggregateIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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.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
-
- 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
-
- getAll() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
-
- getAll() - Method in interface org.axonframework.messaging.HandlerAttributes
-
- 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
Set of 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.
- getBatchSize() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return the maximum number of events to process in a single batch.
- getC() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Gets the payload class.
- 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.
- 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.
- 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.
- 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.
- getCommandFilter() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember
-
Returns this member's filter describing the commands it supports
- 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.
- getCommandMessage(Serializer) - Method in class org.axonframework.commandhandling.distributed.DispatchMessage
-
Returns the CommandMessage wrapped in this Message.
- 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
-
- getCommands() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for commands.
- getConfig() - Method in class org.axonframework.eventhandling.tokenstore.ConfigToken
-
Returns the properties contained in this token as a Map.
- 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
-
- 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
-
- 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
-
- 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.JavaSerializer
-
Deprecated.
- getConverter() - Method in class org.axonframework.serialization.json.JacksonSerializer
-
- getConverter() - Method in interface org.axonframework.serialization.Serializer
-
Returns the
Converter used 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
message being processed by the Unit of Work.
- 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
String with the name of the deadline.
- 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(Class<D>) - 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(Class<D>) - 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.UpcastedEventRepresentation
-
- getDeadLetterId() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
The unique ID of this dead letter in the database.
- getDeadlineName() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
String with the name of the deadline.
- getDeadlineName() - Method in interface org.axonframework.deadline.DeadlineMessage
-
Retrieve a
String representing the name of this DeadlineMessage.
- getDeadlineName() - Method in class org.axonframework.deadline.GenericDeadlineMessage
-
- getDeadlineName() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
String with the name of the deadline.
- getDeadlines() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for deadlines.
- getDefaultCorrelationKey() - Static method in class org.axonframework.messaging.correlation.MessageOriginProvider
-
Returns the default metadata key for the correlation id of a message.
- 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
-
Returns the
List of
Strings describing the causes of the exception on the remote end.
- getDeserializedScopeDescriptor(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
- getDeserializedScopeDescriptor(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
- getDeserializedScopeDescriptor(Serializer) - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
- getDetails() - Method in exception 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.
- getEligibleMembers(String) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
- 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.
- 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
-
- 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.
- getEventIdentifier() - Method in class org.axonframework.eventhandling.AbstractEventEntry
-
- getEventIdentifier() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- getEventIdentifier() - Method in interface org.axonframework.eventhandling.EventData
-
Returns the identifier of the serialized event.
- getEventIdentifier() - Method in class org.axonframework.eventhandling.TrackedDomainEventData
-
- getEvents() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for events.
- getEventTrackerStatusChangeListener() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
- getExactSuperType(Type, Class<?>) - Static method in class org.axonframework.common.TypeReflectionUtils
-
Finds the most specific supertype of type whose erasure is searchClass.
- getExceptionDescriptions() - Method in exception org.axonframework.messaging.RemoteHandlingException
-
Returns a
List of
Strings describing the remote exception.
- getExceptionDescriptions() - Method in exception org.axonframework.messaging.RemoteNonTransientHandlingException
-
Returns a
List of
Strings describing the remote exception.
- 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.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
-
- 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.
- getFieldValue(Field, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the value of the given field in the given object.
- getGaps() - Method in class org.axonframework.eventhandling.GapAwareTrackingToken
-
- getGlobalIndex() - Method in class org.axonframework.eventhandling.GlobalSequenceTrackingToken
-
Get the global sequence number of the event
- getGroupIdentifier() - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
-
Returns the Quartz group identifier.
- 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
-
- getHandlers() - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
- getHandlers(Class<?>) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Returns a list of detected members of given type that are capable of handling certain messages.
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- getInternalTrackingToken() - Method in class org.axonframework.eventhandling.TrackerStatus
-
- 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.
- 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.
- 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
-
- getLoadFactor() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Returns the current load factor of this node.
- 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.
- 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
-
- getMember(String, CommandMessage<?>) - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the member instance to which the given message should 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
-
Returns the generic type of value of the given
member, either by returning the generic type of
Field or generic return type of a
Method.
- 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
member in the given
object, either by returning
Field
value or invoking the method.
- getMemberValueType(Member) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns the type of value of the given
member, either by returning the type of
Field or type of
the return value of a
Method.
- getMessage() - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
Returns the command message that was sent.
- getMessage() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
- 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.
- 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
-
- getMessageType() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- getMetaData() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
String containing the metadata about the deadline.
- getMetaData() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
String containing the metadata about the deadline.
- getMetaData() - Method in class org.axonframework.eventhandling.AbstractEventEntry
-
- getMetaData() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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
-
- 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
-
- getNonEmptyOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not null or of zero length, or otherwise the given defaultValue.
- getNonTransientFailures() - Method in class org.axonframework.commandhandling.gateway.NonTransientExceptionClassesPredicate
-
Fetches a configured list of non-transient failures.
- getObject() - Method in class org.axonframework.serialization.LazyDeserializingObject
-
De-serializes the object and returns the result.
- getObjectMapper() - Method in class org.axonframework.serialization.json.JacksonSerializer
-
Returns the ObjectMapper used by this serializer, allowing for configuration of the serialization settings.
- getOrComputeResource(String, Function<? super String, R>) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the resource attached under given name.
- getOrDefault(T, Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not null, or otherwise the value provided by defaultProvider.
- getOrDefault(T, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the given instance, if not null, or otherwise the given defaultValue.
- getOrDefault(I, Function<I, T>, T) - Static method in class org.axonframework.common.ObjectUtils
-
Returns the result of the given valueProvider by ingesting the given instance, if the
instance is not null.
- getOrDefaultResource(String, R) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the resource attached under given name.
- 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 null if 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 null if 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.
- getPayload() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the serialized
String of the payload.
- getPayload() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the serialized
String of the payload.
- getPayload() - Method in class org.axonframework.eventhandling.AbstractEventEntry
-
- getPayload() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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
String with the class of the payload.
- getPayloadClass() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
String with 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
String with the revision of the payload.
- getPayloadRevision() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
String with the revision of the payload.
- 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.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
String with the class of the payload.
- 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
-
- getProperty(Class<? extends T>, String) - Static method in class org.axonframework.common.property.PropertyAccessStrategy
-
Iterates over all known PropertyAccessStrategy implementations to create a
Property instance for the
given parameters.
- getQueries() - Method in class org.axonframework.messaging.timeout.HandlerTimeoutConfiguration
-
Retrieves the timeout settings for queries.
- getQueryHandler() - Method in class org.axonframework.queryhandling.QuerySubscription
-
- 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.
- getR() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
String with 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.json.JacksonSerializer
-
Provides the ObjectReader, with which objects are read from the JSON form.
- getRegistration() - Method in class org.axonframework.queryhandling.UpdateHandlerRegistration
-
Gets the registration.
- getRemainingOfDeadline(long) - Static method in class org.axonframework.common.ObjectUtils
-
- 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, or null if no such resource is
available.
- 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(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.
- getResult() - Method in class org.axonframework.messaging.unitofwork.ExecutionResult
-
Return the execution result message.
- 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 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.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 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.
- getSc() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerBinaryDeadlineDetails
-
Returns the
String with the class of the scope descriptor.
- getScopeDescriptor() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the serialized
String which tells what the scope is of the deadline.
- getScopeDescriptor() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the serialized
String which tells what the scope is of the deadline.
- getScopeDescriptorClass() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerHumanReadableDeadlineDetails
-
Returns the
String with the class of the scope descriptor.
- getScopeDescriptorClass() - Method in class org.axonframework.deadline.jobrunr.DeadlineDetails
-
Returns the
String with 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
-
- 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
-
- getSequenceIdentifier() - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaDeadLetter
-
Deprecated.
- getSequenceIdentifier() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
- getSequenceIdentifierFor(EventMessage<?>) - Method in class org.axonframework.eventhandling.async.FullConcurrencyPolicy
-
- getSequenceIdentifierFor(EventMessage<?>) - Method in class org.axonframework.eventhandling.async.MetaDataSequencingPolicy
-
- getSequenceIdentifierFor(EventMessage) - Method in class org.axonframework.eventhandling.async.PropertySequencingPolicy
-
- getSequenceIdentifierFor(T) - Method in interface org.axonframework.eventhandling.async.SequencingPolicy
-
Returns the sequence identifier for the given event.
- getSequenceIdentifierFor(EventMessage) - Method in class org.axonframework.eventhandling.async.SequentialPerAggregatePolicy
-
- getSequenceIdentifierFor(Object) - Method in class org.axonframework.eventhandling.async.SequentialPolicy
-
- 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
-
- getSequenceNumber() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
-
- getSequenceNumber() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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.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.eventhandling.SimpleEventHandlerInvoker
-
- getSerializedException() - Method in class org.axonframework.commandhandling.distributed.ReplyMessage
-
Returns the serialized exception of the serialized reply message.
- 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.
- getSerializedMetadata() - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Gets the serialized metadata.
- 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.
- 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
- getSpanClassName() - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager
-
Provides the class to use in spans,
- 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.
- 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
-
- getThreadFactory(String) - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
- getTimeoutMs() - Method in class org.axonframework.messaging.timeout.TaskTimeoutSettings
-
Returns the timeout of the message handler in milliseconds.
- getTimestamp() - Method in class org.axonframework.eventhandling.AbstractEventEntry
-
- getTimeStamp() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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.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
-
- 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(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Return the relative position at which a reset was triggered for this Segment.
- getTokenAtReset() - Method in class org.axonframework.eventhandling.ReplayToken
-
Gets the token representing the position at which the reset was triggered.
- 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.
- 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
-
- getTokenStoreIdentifier() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- getTokenType() - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Returns the
SerializedType of the serialized token, or
null if no token is stored by this entry.
- getTokenType() - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Returns the
SerializedType of the serialized token, or
null if no token is stored by this entry.
- getTrackingToken() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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.
- getType() - Method in class org.axonframework.eventhandling.AbstractDomainEventEntry
-
- getType() - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEventEntry
-
- 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.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
upcasters that makes up this chain.
- 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.
- 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.
- getViolatingMethod() - Method in exception org.axonframework.messaging.annotation.UnsupportedHandlerException
-
A reference to the method that violated the event handler rules.
- getViolations() - Method in exception org.axonframework.messaging.interceptors.JSR303ViolationException
-
Returns the violations that were detected when this exception was thrown.
- getViolations() - Method in exception 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
-
- 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 XStream instance, that does the actual
serialization.
- GlobalSequenceTrackingToken - Class in org.axonframework.eventhandling
-
Tracking token based on the global sequence number of an event.
- GlobalSequenceTrackingToken(long) - Constructor for class org.axonframework.eventhandling.GlobalSequenceTrackingToken
-
- IdentifierFactory - Class in org.axonframework.common
-
Abstract Factory class that provides access to an IdentifierFactory implementation.
- IdentifierFactory() - Constructor for class org.axonframework.common.IdentifierFactory
-
- IdentifierValidator - Class in org.axonframework.common
-
Validates the structure of an object passed as Aggregate Identifier.
- ifShuttingDown(String) - Method in class org.axonframework.lifecycle.ShutdownLatch
-
- ifShuttingDown(Supplier<RuntimeException>) - Method in class org.axonframework.lifecycle.ShutdownLatch
-
- ifStarted(Consumer<UnitOfWork<?>>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
If a UnitOfWork is started, invokes the given consumer with the active Unit of Work.
- ignore() - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- Ignore<M extends Message<?>> - Class in org.axonframework.messaging.deadletter
-
- Ignore() - Constructor for class org.axonframework.messaging.deadletter.Ignore
-
- ignoringResultParameters(Supplier<T>) - Static method in class org.axonframework.messaging.annotation.ResultParameterResolverFactory
-
Performs the given action ignoring any parameters expecting a result type.
- IllegalPayloadAccessException - Exception in org.axonframework.messaging
-
Indicates situations when access to the Payload of a Message is not allowed.
- IllegalPayloadAccessException(String) - Constructor for exception org.axonframework.messaging.IllegalPayloadAccessException
-
Creates the exception with given message.
- IllegalPayloadAccessException(String, Throwable) - Constructor for exception org.axonframework.messaging.IllegalPayloadAccessException
-
Creates the exception with given message and cause.
- 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.
- includeDefaultAvroSerializationStrategies(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializer.Builder
-
- 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.
- includeSchemasInStackTraces() - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig
-
Returns the flag to include schemas in stack traces.
- incompatibilityPrinter(SchemaCompatibility.Incompatibility) - Static method in class org.axonframework.serialization.avro.AvroUtil
-
Creates incompatibility string representation.
- 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
-
- InitialEventRepresentation(EventData<?>, Serializer) - Constructor for class org.axonframework.serialization.upcasting.event.InitialEventRepresentation
-
- initialize() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
- initialize(InterceptorChain) - Static method in class org.axonframework.messaging.annotation.InterceptorChainParameterResolverFactory
-
- 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 segment for the processor with given processorName to contain
the given token.
- initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
-
- initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
-
- initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
- initializeTokenSegments(String, int, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
- initializeTokenSegments(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
- initializeTokenSegments(String, int, TrackingToken) - 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, TrackingToken) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
- initializeTokenSegments(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Initializes the given segmentCount number of segments for the given processorName to track its
tokens.
- initializeTokenSegments(String, int, TrackingToken) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Initializes the given segmentCount number of segments for the given processorName to track its
tokens.
- 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
-
- initiateShutdown() - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
- initiateShutdown() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
Initiate the shutdown of this latch.
- InMemorySequencedDeadLetterQueue<M extends Message<?>> - Class in org.axonframework.messaging.deadletter
-
- InMemorySequencedDeadLetterQueue(InMemorySequencedDeadLetterQueue.Builder<M>) - Constructor for class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
-
- InMemorySequencedDeadLetterQueue.Builder<M extends Message<?>> - Class in org.axonframework.messaging.deadletter
-
- InMemoryTokenStore - Class in org.axonframework.eventhandling.tokenstore.inmemory
-
Implementation of a
TokenStore that stores tracking tokens in memory.
- InMemoryTokenStore() - Constructor for class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
-
- 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
-
- 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.
- inspectType(Class<? extends T>) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
- inspectType(Class<? extends T>, ParameterResolverFactory) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Create an inspector for given handlerType that uses given parameterResolverFactory to resolve
method parameters.
- inspectType(Class<? extends T>, ParameterResolverFactory, HandlerDefinition) - Static method in class org.axonframework.messaging.annotation.AnnotatedHandlerInspector
-
Create an inspector for given handlerType that uses given parameterResolverFactory to resolve
method parameters and given handlerDefinition to 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 handlerType and its declaredSubtypes that uses given parameterResolverFactory to resolve method parameters and given handlerDefinition to create handlers.
- 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 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 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 method in enum 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 org.axonframework.eventhandling.PropagatingErrorHandler
-
- 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 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 variable in class org.axonframework.messaging.NoScopeDescriptor
-
- INSTANCE - Static variable in class org.axonframework.messaging.timeout.AxonTaskJanitor
-
- instance() - Static method in enum org.axonframework.monitoring.NoOpMessageMonitor
-
Returns the instance of {@link NoOpMessageMonitor}.
- instance() - Static method in class org.axonframework.queryhandling.registration.FailingDuplicateQueryHandlerResolver
-
- instance() - Static method in class org.axonframework.queryhandling.registration.LoggingDuplicateQueryHandlerResolver
-
Returns an instance that logs duplicate registrations.
- INSTANCE - Static variable in class org.axonframework.tracing.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
-
- instanceOf(Class<R>) - Static method in class org.axonframework.messaging.responsetypes.ResponseTypes
-
Specify the desire to retrieve a single instance of type R when performing a query.
- InstanceResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseType implementation 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
InstanceResponseType with the given
expectedResponseType as the type to be matched
against and to which the query response should be converted to.
- 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.
- intercept(CommandMessage<C>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Invokes all the dispatch interceptors.
- intercept(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Invokes all the dispatch interceptors.
- 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
-
- 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 collection1 and
collection2, using the given collectionBuilder to 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
-
- IntervalRetryScheduler.Builder - Class in org.axonframework.commandhandling.gateway
-
- invoke(Object, Method, Object[]) - Method in interface org.axonframework.commandhandling.gateway.CommandGatewayFactory.InvocationHandler
-
Handle the invocation of the given invokedMethod, invoked on given proxy with given
args.
- invokeAndGetMethodValue(Method, Object) - Static method in class org.axonframework.common.ReflectionUtils
-
Invokes and returns the return value of the given method in the given object.
- invokeHandlers(EventMessage<?>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- 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 member is accessible.
- isActive() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Indicates whether this UnitOfWork is started.
- isAfter(UnitOfWork.Phase) - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Check if this Phase comes after given other phase.
- isAnnotatedWith(Class<? extends Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Class<? extends Annotation>>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Validate whether the given
target annotation
Class is meta-annotated with the given
subject.
- isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.axonframework.common.annotation.AnnotationUtils
-
Indicates whether an annotation of given annotationType is present on the given element,
considering that the given annotationType may 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 annotationType is present on the given element,
considering that the given annotationType may 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
-
- isAutoStart() - Method in class org.axonframework.eventhandling.TrackingEventProcessorConfiguration
-
Return a boolean dictating whether the processor should start automatically when the application starts.
- isBefore(UnitOfWork.Phase) - Method in enum 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 org.axonframework.common.AxonNonTransientException
-
Indicates whether the given throwable is a AxonNonTransientException exception or indicates to be
caused by one.
- isCommandHandler(Class<?>) - Static method in class org.axonframework.util.HandlerTypeResolver
-
- isCurrent() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
- 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
-
- isDuplicateKeyViolation(Exception) - Method in interface org.axonframework.common.jdbc.PersistenceExceptionResolver
-
Indicates whether the given exception represents a duplicate key violation.
- 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
-
- isEmptyType(SerializedType) - Static method in interface org.axonframework.serialization.SerializedType
-
Check whether the serializedType equals SerializedType#emptyType#getName() and returns a
corresponding true or false whether this is the case or not.
- 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
-
- isEventHandler(Class<?>) - Static method in class org.axonframework.util.HandlerTypeResolver
-
- 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 payloadType matches the outcome of expectedPayloadType.
- isExpectedRevision(String) - Method in class org.axonframework.serialization.upcasting.event.EventTypeUpcaster
-
Check whether the given revision matches the outcome of expectedRevision.
- 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 failure is clearly non-transient.
- isExplicitlyNonTransient(Throwable) - Static method in class org.axonframework.common.ExceptionUtils
-
Indicates whether the given failure is 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 T to handle this command.
- isFalse(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Asserts that the given expression is false.
- isFirstMessage(Message<?>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Checks if the given message is the first of the batch being processed in this unit of work.
- 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.
- 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 released false.
- isHeld() - Method in class org.axonframework.common.lock.NoOpLock
-
- isIterableOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
-
- isLastMessage(Message<?>) - Method in class org.axonframework.messaging.unitofwork.BatchingUnitOfWork
-
Checks if the given message is the last of the batch being processed in this unit of work.
- 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.
- isLowerSegmentAdvanced() - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
- isMergeableWith(Segment) - Method in class org.axonframework.eventhandling.Segment
-
Indicates whether this segment can be merged with the given other segment.
- isMergeInProgress(TrackingToken) - Static method in class org.axonframework.eventhandling.MergedTrackingToken
-
Indicates whether the given trackingToken represents 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
-
- isMetaDataDeserialized() - Method in class org.axonframework.serialization.SerializedMessage
-
Indicates whether the metaData of this message has already been deserialized.
- isNonFinalPublicMember(Member) - Static method in class org.axonframework.common.ReflectionUtils
-
Checks whether the given member is public and non-final.
- isNonTransientFailure(Throwable) - Method in class org.axonframework.commandhandling.gateway.NonTransientExceptionClassesPredicate
-
Checks if the provided failure is 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.
- isPersistent() - Method in class org.axonframework.messaging.RemoteExceptionDescription
-
Returns whether the exception is considered persistent or not.
- isPublisherOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
-
- isQueryHandler(Class<?>) - Static method in class org.axonframework.util.HandlerTypeResolver
-
- isReplay() - Method in enum org.axonframework.eventhandling.ReplayStatus
-
Indicates whether this status represents 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.
- isReplay(TrackingToken) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Indicates whether the given trackingToken represents a position that is part of a replay.
- 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
-
- isReplaying() - Method in class org.axonframework.eventhandling.TrackerStatus
-
- isReplaying() - Method in class org.axonframework.eventhandling.WrappedTrackerStatus
-
- isReverseCallbackOrder() - Method in enum 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 true if 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
-
- isSerializedMetaData(SerializedObject<?>) - Static method in class org.axonframework.serialization.SerializedMetaData
-
Indicates whether the given
serializedObject represents a serialized form of a MetaData object,
such as the ones created by this class (see
SerializedMetaData(Object, Class).
- isShuttingDown() - Method in class org.axonframework.lifecycle.ShutdownLatch
-
- isStarted() - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Indicates whether a unit of work has already been started.
- isStarted() - Method in enum 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.
- isStreamOfExpectedType(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
-
- isSuppressHandlerErrors() - Method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Indicates whether the handlers triggered for this phase should have their exceptions suppressed.
- 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 expression is true.
- isTypeVariable(Type) - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
-
- isUpperSegmentAdvanced() - Method in class org.axonframework.eventhandling.MergedTrackingToken
-
- isValidIdentifier(Class<?>) - Method in class org.axonframework.common.IdentifierValidator
-
Indicates whether or not the given identifierType is 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
Type while 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.
- MAGIC_BYTE - Static variable in class org.axonframework.serialization.avro.AvroUtil
-
- makeCurrent() - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
-
- makeCurrent() - Method in interface org.axonframework.tracing.Span
-
Sets the Span as the current for the current thread.
- map(Function<UnitOfWork<?>, T>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
If a Unit of Work is started, execute the given function on it.
- markError(Throwable) - Method in class org.axonframework.eventhandling.TrackerStatus
-
Return a new
TrackerStatus based on this status, setting the given
error as the
errorState.
- 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
-
- 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
Type while returning a single result.
- matches(Message) - Method in class org.axonframework.commandhandling.CurrentUnitOfWorkParameterResolverFactory
-
- matches(CommandMessage<?>) - Method in enum 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 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 commandMessage matches this filter.
- matches(Message<?>) - Method in class org.axonframework.eventhandling.ConcludesBatchParameterResolverFactory
-
- matches(int) - Method in class org.axonframework.eventhandling.Segment
-
Returns true when the mask applied to the given value, matches the segment id.
- matches(Object) - Method in class org.axonframework.eventhandling.Segment
-
Indicates whether the given value matches this segment.
- 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.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(Message) - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
-
- matches(Type) - Method in class org.axonframework.messaging.responsetypes.InstanceResponseType
-
Match the query handler its response
Type with this implementation its responseType
R.
- matches(Type) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Match the query handler its response
Type with this implementation its responseType
R.
- matches(Type) - Method in class org.axonframework.messaging.responsetypes.OptionalResponseType
-
Match the query handler its response
Type with this implementation its responseType
R.
- matches(Type) - Method in class org.axonframework.messaging.responsetypes.PublisherResponseType
-
Match the query handler its response
Type with this implementation its responseType
R.
- matches(Type) - Method in interface org.axonframework.messaging.responsetypes.ResponseType
-
Match the query handler its response
Type with the
ResponseType implementation
its expected response type
R.
- matchPositions(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Match the position fields of this and that.
- matchRank(Type) - Method in class org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
-
Match the query handler its response
Type with this implementation its responseType
R.
- 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.
- matchStates(EventTrackerStatus) - Method in interface org.axonframework.eventhandling.EventTrackerStatus
-
Match the boolean state fields of this and that.
- 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
groupId and artifactId.
- 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
groupId and artifactId.
- 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
groupId and artifactId.
- maxCapacity() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
Specifies the maximum amount of segments this
EventProcessor can process at the same time.
- maxCapacity() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Specifies the maximum amount of segments this
EventProcessor can 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.
- maxIndexStatement(Connection, String, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
Constructs the
PreparedStatement used to retrieve the maximum
index of the sequence identified with the given
sequenceIdentifier.
- maxIndexStatement(Connection, String, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- maxRetryCount(int) - Method in class org.axonframework.commandhandling.gateway.AbstractRetryScheduler.Builder
-
Sets the maximum number of retries allowed for a single command.
- MaxSegmentProvider - Interface in org.axonframework.eventhandling.pooled
-
Functional interface returning the maximum amount of segments a Coordinator may claim, based on the given
processingGroup.
- maxSegmentProvider(MaxSegmentProvider) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- maxSequences(int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
- maxSequences(int) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
- maxSequences(int) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
- maxSequences(int) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
-
- maxSequenceSize(int) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
- maxSequenceSize(int) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
- maxSequenceSize(int) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
- maxSequenceSize(int) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
-
- maxShort() - Static method in interface org.axonframework.eventhandling.pooled.MaxSegmentProvider
-
- mayClaim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.AbstractTokenEntry
-
Check if given owner may claim this token.
- mayClaim(String, TemporalAmount) - Method in class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry
-
Check if given owner may 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
- 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 method accessible 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
segmentId of 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 lowerSegmentToken and upperSegmentToken.
- 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 lowerSegmentToken representing the progress of the segment with the
lower segmentId, and upperSegmentToken representing 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
lowerSegmentToken representing the progress of the segment with the
lower segmentId, and
upperSegmentToken representing the progress of the segment with the higher
segmentId, additionally indicating if either of these segments were advanced by the latest call to
MergedTrackingToken.advancedTo(TrackingToken)
- mergedWith(Segment) - Method in class org.axonframework.eventhandling.Segment
-
Calculates the Segment that represents the merger of this segment with the given other segment.
- mergedWith(HandlerAttributes) - Method in class org.axonframework.messaging.annotation.AnnotatedHandlerAttributes
-
- mergedWith(HandlerAttributes) - Method in interface org.axonframework.messaging.HandlerAttributes
-
Returns a
HandlerAttributes, merging the attributes in
this instance with the given
attributes.
- mergedWith(Map<String, ?>) - Method in class org.axonframework.messaging.MetaData
-
Returns a MetaData instance containing values of this, combined with the given
additionalEntries.
- 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.eventhandling.pooled.PooledStreamingEventProcessor
-
- mergeSegment(int) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Instruct the processor to merge the segment with given segmentId back 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
Message of type
M contained in this letter.
- message() - Method in class org.axonframework.messaging.deadletter.GenericDeadLetter
-
- message() - Method in exception 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
MetaData of 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
Message type being handled by the handler.
- MESSAGE_TYPE - Static variable in class org.axonframework.messaging.Headers
-
Key pointing to the payload type of a message.
- MessageDecorator<T> - Class in org.axonframework.messaging
-
Abstract implementation of a
Message that delegates to an existing message.
- MessageDecorator(Message<T>) - Constructor for class org.axonframework.messaging.MessageDecorator
-
Initializes a new decorator with given delegate message.
- MessageDispatchInterceptor<T extends Message<?>> - Interface in org.axonframework.messaging
-
Interceptor that allows messages to be intercepted and modified before they are dispatched.
- MessageDispatchInterceptorSupport<T extends Message<?>> - Interface in org.axonframework.messaging
-
Interface marking components capable of registering Dispatch Interceptors.
- MessageHandler - Annotation Type in org.axonframework.messaging.annotation
-
Annotation indicating that a member method should be able to respond to
Messages.
- MessageHandler<T extends Message<?>> - Interface in org.axonframework.messaging
-
Interface for a component that processes Messages.
- MessageHandlerInterceptor - Annotation Type in org.axonframework.messaging.interceptors
-
Annotation marking an handler method as an interceptor handler.
- MessageHandlerInterceptor<T extends Message<?>> - Interface in org.axonframework.messaging
-
Workflow interface that allows for customized message handler invocation chains.
- MessageHandlerInterceptorDefinition - Class in org.axonframework.messaging.annotation
-
- 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 extends Message<?>> - Interface in org.axonframework.messaging
-
Interface marking components capable of registering Handler Interceptors.
- MessageHandlerInvocationException - Exception 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 org.axonframework.messaging.annotation.MessageHandlerInvocationException
-
Initialize the MessageHandlerInvocationException using given message and cause.
- MessageHandlerTimeout - Annotation Type in org.axonframework.messaging.annotation
-
Sets the timeout settings of a message handler.
- MessageHandlingMember<T> - Interface in org.axonframework.messaging.annotation
-
Interface describing a handler for specific messages targeting entities of a specific type.
- MessageIdentifier - Annotation Type 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
String type that
are annotated with the
MessageIdentifier annotation and assigns the identifier of the Message.
- MessageIdentifierParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.MessageIdentifierParameterResolverFactory
-
- 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
MessageHandlingMember instances that need to be treated as interceptors, rather
than regular members.
- 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
MessageMonitor for generic types implementing
CommandMessage, which is used to
monitor incoming messages and their execution result.
- messageMonitor(MessageMonitor<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
- messageMonitor(MessageMonitor<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- 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<T extends Message<?>> - Interface in org.axonframework.monitoring
-
Specifies a mechanism to monitor message processing.
- messageMonitor(MessageMonitor<? super QueryMessage<?, ?>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
- 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
- MessageNameSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
- MessageNameSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.MessageNameSpanAttributesProvider
-
- MessageOriginProvider - Class in org.axonframework.messaging.correlation
-
CorrelationDataProvider that provides the
identifier of a
Message to
other messages that are created as result of processing the first message.
- MessageOriginProvider() - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
-
- MessageOriginProvider(String, String) - Constructor for class org.axonframework.messaging.correlation.MessageOriginProvider
-
- MessageProcessingContext<T extends Message<?>> - 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.
- messageSource(StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- messageSource(SubscribableMessageSource<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
- messageSource(StreamableMessageSource<TrackedEventMessage<?>>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
- messageTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the messageType column.
- messageTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured messageType column name.
- 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
-
- MetaData - Class in org.axonframework.messaging
-
Represents MetaData that is passed along with a payload in a Message.
- MetaData(Map<String, ?>) - Constructor for class org.axonframework.messaging.MetaData
-
Initializes a MetaData instance with the given items as content.
- metaDataColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the metaData column.
- metaDataColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured metaData column name.
- MetaDataDeserializer - Class in org.axonframework.serialization.json
-
JsonDeserializer implementation that deserializes MetaData instances.
- MetaDataDeserializer() - Constructor for class org.axonframework.serialization.json.MetaDataDeserializer
-
- metaDataKey(String) - Method in class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
-
Sets the
metaDataKey searched for by this routing strategy on a
CommandMessage's
MetaData to 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
MetaData of a
CommandMessage assigned to a given key.
- MetaDataRoutingStrategy(MetaDataRoutingStrategy.Builder) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
- MetaDataRoutingStrategy(String) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
- MetaDataRoutingStrategy(String, UnresolvedRoutingKeyPolicy) - Constructor for class org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy
-
- MetaDataRoutingStrategy.Builder - Class in org.axonframework.commandhandling.distributed
-
- MetaDataSequencingPolicy - Class in org.axonframework.eventhandling.async
-
- MetaDataSequencingPolicy(MetaDataSequencingPolicy.Builder) - Constructor for class org.axonframework.eventhandling.async.MetaDataSequencingPolicy
-
- MetaDataSequencingPolicy.Builder - Class in org.axonframework.eventhandling.async
-
- 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 Type 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.
- 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 accessorMethod to access a property with given
propertyName.
- MethodCommandHandlerDefinition - Class in org.axonframework.commandhandling
-
- MethodCommandHandlerDefinition() - Constructor for class org.axonframework.commandhandling.MethodCommandHandlerDefinition
-
- methodOf(Class<?>, String, Class<?>...) - Static method in class org.axonframework.common.ReflectionUtils
-
Utility function which returns a
Method matching the given
methodName and
parameterTypes in the
clazz.
- MethodQueryMessageHandlerDefinition - Class in org.axonframework.queryhandling.annotation
-
- MethodQueryMessageHandlerDefinition() - Constructor for class org.axonframework.queryhandling.annotation.MethodQueryMessageHandlerDefinition
-
- methodsOf(Class<?>) - Static method in class org.axonframework.common.ReflectionUtils
-
Returns an
Iterable of 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
Iterable of all the methods declared on the given class.
- 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 delegate which will notify a Message Monitor for the given
messageMonitorCallback.
- MultiCorrelationDataProvider<T extends Message> - 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
-
- MultiEventHandlerInvoker(EventHandlerInvoker...) - Constructor for class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
Initializes multi invoker with different invokers.
- MultiEventHandlerInvoker(List<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(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>) - 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.
- MultiHandlerEnhancerDefinition - Class in org.axonframework.messaging.annotation
-
HandlerEnhancerDefinition instance that delegates to multiple other instances, 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.
- MultiHandlerEnhancerDefinition(Collection<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.messaging.annotation.MultiHandlerEnhancerDefinition
-
Initializes an instance that delegates to the given delegates, in the order provided.
- MultiMessageMonitor<T extends Message<?>> - Class in org.axonframework.monitoring
-
Delegates messages and callbacks to the given list of message monitors
- MultiMessageMonitor(MessageMonitor<? super T>...) - Constructor for class org.axonframework.monitoring.MultiMessageMonitor
-
Initialize a message monitor with the given messageMonitors
- MultiMessageMonitor(List<MessageMonitor<? super T>>) - Constructor for class org.axonframework.monitoring.MultiMessageMonitor
-
Initialize a message monitor with the given list of messageMonitors
- MultiParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
ParameterResolverFactory instance that delegates to multiple other instances, 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.
- MultiParameterResolverFactory(List<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 R when performing a query.
- MultipleInstancesResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseType implementation 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
MultipleInstancesResponseType with the given
expectedCollectionGenericType as the
type to be matched against and which the convert function will use as the generic for the
List
return value.
- MultiSourceTrackingToken - Class in org.axonframework.eventhandling
-
A
TrackingToken implementation combining several
TrackingTokens into one.
- MultiSourceTrackingToken(Map<String, TrackingToken>) - Constructor for class org.axonframework.eventhandling.MultiSourceTrackingToken
-
- MultiSpanFactory - Class in org.axonframework.tracing
-
Implementation of a
SpanFactory that delegates calls to multiple other factories.
- MultiSpanFactory(List<SpanFactory>) - Constructor for class org.axonframework.tracing.MultiSpanFactory
-
Creates the
MultiSpanFactory with 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(MultiStreamableMessageSource.Builder) - Constructor for class org.axonframework.eventhandling.MultiStreamableMessageSource
-
- MultiStreamableMessageSource.Builder - Class in org.axonframework.eventhandling
-
- 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
Iterable of type
R, utilizing paging queries to retrieve the entries.
- PagingJdbcIterable.PagingIterator - Class in org.axonframework.common.jdbc
-
The
Iterator that 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
PreparedStatement that pages results through the given
offset and
maxSize, 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(int, TransactionManager, Supplier<TypedQuery<T>>, Function<T, R>) - Constructor for class org.axonframework.common.jpa.PagingJpaQueryIterable
-
Constructs a new
Iterable using the provided
querySupplier to construct queries when a new page
needs to be fetched.
- PagingJpaQueryIterable<T,R> - Class in org.axonframework.common.legacyjpa
-
- PagingJpaQueryIterable(int, TransactionManager, Supplier<TypedQuery<T>>, Function<T, R>) - Constructor for class org.axonframework.common.legacyjpa.PagingJpaQueryIterable
-
Deprecated.
Constructs a new
Iterable using the provided
querySupplier to construct queries when a new page
needs to be fetched.
- PagingJpaQueryIterable.PagingIterator - Class in org.axonframework.common.jpa
-
The
Iterator that loops through the provided query's pages until it runs out of items.
- PagingJpaQueryIterable.PagingIterator - Class in org.axonframework.common.legacyjpa
-
Deprecated.
The
Iterator that 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(ParameterResolverFactory) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.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.messaging.unitofwork.AbstractUnitOfWork
-
- parent() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns an optional for the parent of this Unit of Work.
- parseInstant(CharSequence) - Static method in class org.axonframework.common.DateTimeUtils
-
Parse the given
timestamp into an
Instant.
- 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.
- payloadColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the payload column.
- payloadColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured payload column name.
- PayloadParameterResolver - Class in org.axonframework.messaging.annotation
-
Implementation of a
ParameterResolver that resolves the Message payload as parameter in a handler method.
- PayloadParameterResolver(Class<?>) - Constructor for class org.axonframework.messaging.annotation.PayloadParameterResolver
-
- payloadRevision - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
-
- payloadRevision - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
-
- payloadRevisionColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the payloadRevision column.
- payloadRevisionColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured payloadRevision column name.
- payloadType - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
-
- payloadType - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
-
- payloadType() - Method in class org.axonframework.messaging.annotation.AnnotatedMessageHandlingMember
-
- 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
-
- payloadTypeColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the payloadType column.
- payloadTypeColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured payloadType column name.
- PayloadTypeSpanAttributesProvider - Class in org.axonframework.tracing.attributes
-
- PayloadTypeSpanAttributesProvider() - Constructor for class org.axonframework.tracing.attributes.PayloadTypeSpanAttributesProvider
-
- peek() - Method in interface org.axonframework.common.stream.BlockingStream
-
Checks whether or not the next message in the stream is immediately available.
- performAvroCompatibilityCheck(boolean) - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig.Builder
-
Sets the flag to perform compatibility check during deserialization
- performAvroCompatibilityCheck() - Method in class org.axonframework.serialization.avro.AvroSerializerStrategyConfig
-
Returns the flag to perform compatibility checks.
- performReset() - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
-
- performReset(R) - 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(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() - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
- performReset(R) - Method in class org.axonframework.eventhandling.MultiEventHandlerInvoker
-
- performReset() - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- 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 - Interface in org.axonframework.common.jdbc
-
The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
- PessimisticLockFactory - Class in org.axonframework.common.lock
-
Implementation of a
LockFactory that 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 builder containing the configuration properties
to use.
- PessimisticLockFactory.Builder - Class in org.axonframework.common.lock
-
- Phase - Class in org.axonframework.lifecycle
-
- 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.
- PK() - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
-
Constructor for JPA
- PK(String, int) - Constructor for class org.axonframework.eventhandling.tokenstore.jpa.TokenEntry.PK
-
Constructs a primary key for a TokenEntry
- PooledStreamingEventProcessor - Class in org.axonframework.eventhandling.pooled
-
- PooledStreamingEventProcessor(PooledStreamingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- PooledStreamingEventProcessor.Builder - Class in org.axonframework.eventhandling.pooled
-
- 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.
- 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
-
- prepareCommit(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
Process given events while the Unit of Work root is preparing for commit.
- prepareReset() - Method in class org.axonframework.eventhandling.AnnotationEventHandlerAdapter
-
- prepareReset(R) - 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(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.
- Priority - Annotation Type in org.axonframework.common
-
Indicates the relative priority of the annotated component.
- 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
-
- PriorityAnnotationComparator<T> - Class in org.axonframework.common.annotation
-
Comparator that compares objects based on the value on an
@Priority
annotation.
- 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(Predicate<DeadLetter<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker
-
- process(Predicate<DeadLetter<? extends E>>, Function<DeadLetter<? extends E>, EnqueueDecision<E>>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
-
- process(Function<DeadLetter<? extends E>, EnqueueDecision<E>>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue
-
- process(Predicate<DeadLetter<? extends M>>, 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.jpa.JpaSequencedDeadLetterQueue
-
- process(Predicate<DeadLetter<? extends M>>, 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 class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue
-
Deprecated.
- process(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor
-
Process the given messages.
- process(Predicate<DeadLetter<? extends M>>, Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in class org.axonframework.messaging.deadletter.InMemorySequencedDeadLetterQueue
-
- process(Predicate<DeadLetter<? extends M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterProcessor
-
Process a sequence of
dead letters matching the given
sequenceFilter.
- 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 letters through the given
processingTask matching
the
sequenceFilter.
- process(Function<DeadLetter<? extends M>, EnqueueDecision<M>>) - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterQueue
-
Process a sequence of enqueued
dead letters with the given
processingTask.
- processAny() - Method in interface org.axonframework.messaging.deadletter.SequencedDeadLetterProcessor
-
Process any sequence of
dead letters belonging to this component.
- processDispatchInterceptors(DeadlineMessage<T>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
- 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
EventMessage belonged 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.
- processingGroupColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the processingGroup column.
- processingGroupColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured processingGroup column name.
- processingGroupIndexSql(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
Constructs the SQL to create an index of the
processing group ,
using the given
schema to deduce the table and column names.
- 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 eventMessage identified with given token should be processed as part of the
given segment.
- processingStartedColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the processingStarted column.
- processingStartedColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured processingStarted column name.
- 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
EventTrackerStatus instances.
- processingStatus() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- processingStrategy(EventProcessingStrategy) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
- 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.
- 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.
- ProcessRetriesExhaustedException - Exception in org.axonframework.common
-
Exception indicating that an action was retried a maximum times, without a good result.
- ProcessRetriesExhaustedException(String) - Constructor for exception org.axonframework.common.ProcessRetriesExhaustedException
-
Initializes the exception using the given message.
- ProcessRetriesExhaustedException(String, Throwable) - Constructor for exception org.axonframework.common.ProcessRetriesExhaustedException
-
Initializes the exception using the given message and cause.
- ProcessUtils - Class in org.axonframework.common
-
Processing utilities.
- projectReactorOnClassPath() - Method in class org.axonframework.messaging.responsetypes.AbstractResponseType
-
- projectReactorOnClasspath() - Static method in class org.axonframework.util.ClasspathResolver
-
Return true if Project Reactor is on classpath, false otherwise.
- 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.
- 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 interface org.axonframework.tracing.SpanFactory
-
Propagates the currently active trace and span to the message.
- PropagatingErrorHandler - Enum in org.axonframework.eventhandling
-
Singleton ErrorHandler implementation that does not do anything.
- Property<T> - Interface in org.axonframework.common.property
-
Interface describing a mechanism that can read a predefined property from a given instance.
- PropertyAccessException - Exception in org.axonframework.common.property
-
Exception indicating that a predefined property is not accessible.
- PropertyAccessException(String, Throwable) - Constructor for exception org.axonframework.common.property.PropertyAccessException
-
Initializes the PropertyAccessException with given message and cause.
- 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.
- 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 given
targetClass, or null if 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
SequencingPolicy implementation 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
-
- PropertySequencingPolicy.Builder<T,K> - Class in org.axonframework.eventhandling.async
-
- 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
-
Provides a map of attributes to add to the
Span based on the
Message provided.
- provideScopeAwareStream(ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAwareProvider
-
- publish(List<? extends EventMessage<?>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
- publish(EventMessage<?>...) - Method in interface org.axonframework.eventhandling.EventBus
-
Publish a collection of events on this bus (one, or multiple).
- publish(List<? extends EventMessage<?>>) - Method in interface org.axonframework.eventhandling.EventBus
-
Publish a collection of events on this bus (one, or multiple).
- publish(Object) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Publishes (dispatches) an event.
- publish(List<?>) - Method in class org.axonframework.eventhandling.gateway.DefaultEventGateway
-
- publish(Object...) - Method in interface org.axonframework.eventhandling.gateway.EventGateway
-
Publish a collection of events on this bus (one, or multiple).
- publish(List<?>) - 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.
- publishAll(List<?>) - Method in class org.axonframework.eventhandling.gateway.AbstractEventGateway
-
Publishes (dispatches) the given
List of
events.
- PUBLISHER_MATCH - Static variable in class org.axonframework.messaging.responsetypes.PublisherResponseType
-
Indicates that the response matches with the
Type while returning a publisher result.
- 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 R when performing a
query.
- PublisherResponseType<R> - Class in org.axonframework.messaging.responsetypes
-
A
ResponseType implementation that will match with query
handlers that return a
Publisher stream of the expected response type.
- PublisherResponseType(Class<?>) - Constructor for class org.axonframework.messaging.responsetypes.PublisherResponseType
-
Instantiate a
PublisherResponseType with the given
expectedResponseType as the type to be matched against and to which the query response should be
converted to.
- 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.
- put(Object, Object) - Method in interface org.axonframework.common.caching.Cache
-
Stores the given value in the cache, under given key.
- 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 value in the cache, under given key, 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
-
- readData(Class<T>) - Method in class org.axonframework.serialization.UnknownSerializedType
-
Returns the data contained in the serialized object in the given desiredFormat, if supported.
- 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 resultSet at given columnName.
- readTokenEntry(ResultSet) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
- recordException(Throwable) - Method in class org.axonframework.tracing.NoOpSpanFactory.NoOpSpan
-
- recordException(Throwable) - Method in interface org.axonframework.tracing.Span
-
Records an exception to the span.
- 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
Predicate is stored within the
SchedulerContext.
- refireImmediatelyPolicy(Predicate<Throwable>) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
- ReflectionUtils - Class in org.axonframework.common
-
Utility class for working with Java Reflection API.
- 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.
- 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 cacheEntryListener to 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
-
- 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.
- registerConverter(ContentTypeConverter) - Method in class org.axonframework.serialization.ChainingConverter
-
Registers the given converter with this factory.
- registerConverter(Class<? extends ContentTypeConverter>) - Method in class org.axonframework.serialization.ChainingConverter
-
Registers a convert of the given converterType with this factory, only if initialization of such a
converter is possible.
- 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.json.JacksonSerializer
-
Registers converters with the given converter which 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 correlationDataProvider with this Unit of Work.
- 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
-
- registerDispatchInterceptor(MessageDispatchInterceptor<CommandMessage<?>>) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory
-
Registers the given dispatchInterceptor which is invoked for each Command dispatched through the Command
Gateways created by this factory.
- 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 DeadlineMessage<?>>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
- 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 T>) - Method in interface org.axonframework.messaging.MessageDispatchInterceptorSupport
-
Register the given DispatchInterceptor.
- 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
-
- 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 DeadlineMessage<?>>) - Method in class org.axonframework.deadline.AbstractDeadlineManager
-
- 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 T>) - Method in interface org.axonframework.messaging.MessageHandlerInterceptorSupport
-
Register the given handlerInterceptor.
- 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.
- registerLifecycleHandlers(Lifecycle.LifecycleRegistry) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
- 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 interface org.axonframework.lifecycle.Lifecycle
-
Registers the activities to be executed in the various phases of an application's lifecycle.
- 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 interface org.axonframework.tracing.SpanFactory
-
- registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
- registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, int) - Method in interface org.axonframework.queryhandling.QueryUpdateEmitter
-
Registers an Update Handler for given query with given updateBufferSize.
- registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
- registerUpdateHandler(SubscriptionQueryMessage<?, ?, ?>, int) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
- Registration - Interface in org.axonframework.common
-
Interface that provides a mechanism to cancel a registration.
- rejectDuplicates() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
-
- rejectDuplicates() - Static method in class org.axonframework.queryhandling.registration.DuplicateQueryHandlerResolution
-
- 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, int) - Method in class org.axonframework.eventhandling.tokenstore.inmemory.InMemoryTokenStore
-
- releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
- releaseClaim(Connection, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Creates a new
PreparedStatement to release the current claim this node has on a token belonging to a
processor with given
processorName and
segment.
- releaseClaim(String, int) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
- 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.legacyjpa.JpaTokenStore
-
Deprecated.
- releaseClaim(String, int) - Method in interface org.axonframework.eventhandling.tokenstore.TokenStore
-
Release a claim of the token for given processorName and segment.
- releaseSegment(int) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- releaseSegment(int, long, TimeUnit) - 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, long, TimeUnit) - 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.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
SimpleMember is 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 descriptions describing 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 descriptions describing the exception
chain on the remote end of communication.
- RemoteHandlingException - Exception in org.axonframework.messaging
-
Exception indicating that an error has occurred while remotely handling a message.
- RemoteHandlingException(RemoteExceptionDescription) - Constructor for exception org.axonframework.messaging.RemoteHandlingException
-
Initializes the exception using the given exceptionDescription describing the remote cause-chain.
- RemoteHandlingException(RemoteExceptionDescription, boolean) - Constructor for exception org.axonframework.messaging.RemoteHandlingException
-
Initializes the exception using the given exceptionDescription and writableStackTrace.
- RemoteNonTransientHandlingException - Exception in org.axonframework.messaging
-
Exception indicating that a non transient error has occurred while remotely handling a message.
- RemoteNonTransientHandlingException(RemoteExceptionDescription) - Constructor for exception org.axonframework.messaging.RemoteNonTransientHandlingException
-
Initializes the exception using the given exceptionDescription describing the remote cause-chain.
- 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.
- 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
-
- RemovedTrackerStatus - Class in org.axonframework.eventhandling
-
- RemovedTrackerStatus(EventTrackerStatus) - Constructor for class org.axonframework.eventhandling.RemovedTrackerStatus
-
- ReplayAwareMessageHandlerWrapper - Class in org.axonframework.eventhandling.replay
-
- ReplayAwareMessageHandlerWrapper() - Constructor for class org.axonframework.eventhandling.replay.ReplayAwareMessageHandlerWrapper
-
- ReplayContext - Annotation Type in org.axonframework.eventhandling.replay
-
Annotation indication that a parameter on a Message Handler method should be injected with the
resetContext
present in a
ReplayToken.
- replayContext(EventMessage<?>, Class<T>) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Extracts the context from a message of the matching contextClass.
- replayContext(TrackingToken, Class<T>) - Static method in class org.axonframework.eventhandling.ReplayToken
-
Extracts the context from a message of the matching contextClass.
- ReplayContextParameterResolverFactory - Class in org.axonframework.eventhandling.replay
-
- ReplayContextParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.replay.ReplayContextParameterResolverFactory
-
- ReplayParameterResolverFactory - Class in org.axonframework.eventhandling.replay
-
- ReplayParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.replay.ReplayParameterResolverFactory
-
- ReplayStatus - Enum 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
-
- ReplayToken(TrackingToken, TrackingToken) - Constructor for class org.axonframework.eventhandling.ReplayToken
-
- ReplyMessage - Class in org.axonframework.commandhandling.distributed
-
Base class for reply messages which may be used in the
CommandBusConnector for 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.
- 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 org.axonframework.monitoring.NoOpMessageMonitorCallback
-
- reportIgnored(EventMessage<?>) - Method in class org.axonframework.eventhandling.AbstractEventProcessor
-
Report the given eventMessage as ignored.
- reportIgnored() - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
-
Notify the monitor that the message was ignored
- reportIgnored() - Method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
-
- reportResult(CommandResultMessage<R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackWrapper
-
- reportSuccess() - Method in interface org.axonframework.monitoring.MessageMonitor.MonitorCallback
-
Notify the monitor that the message was handled successfully
- reportSuccess() - Method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
-
- 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(Throwable) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- requeue(Throwable, Function<DeadLetter<? extends M>, MetaData>) - Static method in class org.axonframework.messaging.deadletter.Decisions
-
- 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 the letterUpdater.
- requeueStatement(Connection, String, Cause, Instant, MetaData) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- requeueStatement(Connection, String, Cause, Instant, MetaData) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- 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 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.
- reset(T) - Method in class org.axonframework.messaging.unitofwork.MessageProcessingContext
-
Reset the processing context.
- ResetContext<T> - Interface in org.axonframework.eventhandling.replay
-
Represents a Message initiating the reset of an Event Handling Component.
- ResetHandler - Annotation Type 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 in org.axonframework.eventhandling
-
Exception indicating that a reset is not supported by a component.
- ResetNotSupportedException(String) - Constructor for exception org.axonframework.eventhandling.ResetNotSupportedException
-
Initialize the exception with given message
- ResetNotSupportedException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.ResetNotSupportedException
-
Initialize the exception with given message and cause.
- resetTokens() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- resetTokens(R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- resetTokens(TrackingToken) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- resetTokens(TrackingToken, R) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- resetTokens() - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to their initial state.
- resetTokens(R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to their initial state.
- 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>, R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Reset tokens to the position as return by the given initialTrackingTokenSupplier.
- resetTokens(TrackingToken) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to the given startPosition.
- resetTokens(TrackingToken, R) - Method in interface org.axonframework.eventhandling.StreamingEventProcessor
-
Resets tokens to the given startPosition.
- resetTokens() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- resetTokens(R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- resetTokens(Function<StreamableMessageSource<TrackedEventMessage<?>>, TrackingToken>, R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- resetTokens(TrackingToken) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- resetTokens(TrackingToken, R) - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- 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
-
- 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
-
- 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.json.JacksonSerializer
-
Resolve the class name from the given serializedType.
- resolveDetails(Throwable) - Static method in exception org.axonframework.messaging.HandlerExecutionException
-
Resolve details from the given throwable, taking into account that the details may be available in any of
the HandlerExecutionExceptions is the "cause" chain.
- 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.ConcludesBatchParameterResolverFactory
-
- 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.InterceptorChainParameterResolverFactory
-
- resolveParameterValue(Message<?>) - Method in interface org.axonframework.messaging.annotation.ParameterResolver
-
Resolves the parameter value to use for the given message, or null if no suitable
parameter value can be resolved.
- resolveParameterValue(Message) - Method in class org.axonframework.messaging.annotation.PayloadParameterResolver
-
- 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 type if it is primitive.
- 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
Class representing 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.
- RESULT_TYPE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the result type the handler can handle.
- ResultHandler - Annotation Type in org.axonframework.messaging.interceptors
-
Meta-Annotation used to demarcate
MessageHandlerInterceptor annotated 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
-
- 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
-
- 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 given commandMessage, retryScheduler and
commandBus.
- 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
RetryScheduler capable of performing retries of failed commands.
- retryScheduler(RetryScheduler) - Method in class org.axonframework.commandhandling.gateway.CommandGatewayFactory.Builder
-
Sets the
RetryScheduler which 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 - Annotation Type in org.axonframework.serialization
-
Annotation that attaches revision information to a Serializable object.
- 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(RevisionResolver) - Method in class org.axonframework.serialization.AbstractXStreamSerializer.Builder
-
Sets the
RevisionResolver used 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.JavaSerializer.Builder
-
Deprecated.
Sets the
RevisionResolver used to resolve the revision from an object to be serialized.
- revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.json.JacksonSerializer.Builder
-
Sets the
RevisionResolver used to resolve the revision from an object to be serialized.
- RevisionResolver - Interface in org.axonframework.serialization
-
Interface towards a mechanism that resolves the revision of a given payload type.
- revisionResolver(RevisionResolver) - Method in class org.axonframework.serialization.xml.XStreamSerializer.Builder
-
- rollback() - Method in interface org.axonframework.common.transaction.Transaction
-
Roll back this transaction.
- rollback(Throwable) - Method in class org.axonframework.messaging.unitofwork.AbstractUnitOfWork
-
- rollback() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
- rollback(Throwable) - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
- rollbackConfiguration(RollbackConfiguration) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
- 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.
- RollbackConfigurationType - Enum 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 throwable should trigger a rollback.
- root() - Method in interface org.axonframework.messaging.unitofwork.UnitOfWork
-
Returns the root of this Unit of Work.
- 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.
- 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 - Annotation Type in org.axonframework.commandhandling
-
Field or method level annotation that marks a field or method providing the routing key that a command
targets.
- 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.common.MemberAccessibilityCallback
-
- run() - Method in class org.axonframework.eventhandling.async.EventProcessorTask
-
- run() - Method in interface org.axonframework.lifecycle.Lifecycle.LifecycleHandler
-
Execute the lifecycle activity.
- 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
deadlineCall immediately, or schedule it for the
UnitOfWork it'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.
- SAGA_ASSOCIATION_PROPERTY - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the property in the handled
EventMessage to
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.
- sameInstanceSupplier(Supplier<T>) - Static method in class org.axonframework.common.ObjectUtils
-
Wraps the given supplier to ensure that the same instance is returned on multiple consecutive
invocations.
- scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
-
- scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given query to all QueryHandlers subscribed to the given query's
queryName/responseType.
- scatterGather(Q, ResponseType<R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus, expecting a response in the
form of
responseType from several sources.
- scatterGather(String, Q, ResponseType<R>, long, TimeUnit) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus, expecting a response in the
form of
responseType from several sources.
- scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
- schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
- schedule(Instant, String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline at given triggerDateTime with given deadlineName.
- schedule(Instant, String, Object) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline at given triggerDateTime with given deadlineName.
- schedule(Instant, String, Object, ScopeDescriptor) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline at given triggerDateTime with provided context.
- schedule(Duration, String) - Method in interface org.axonframework.deadline.DeadlineManager
-
Schedules a deadline after the given triggerDuration with given deadlineName.
- 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 triggerDuration with 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(Duration, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager
-
- schedule(Instant, String, Object, ScopeDescriptor) - Method in class org.axonframework.deadline.SimpleDeadlineManager
-
- 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.
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
-
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler
-
- schedule(Instant, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Schedule the given event for publication at the given triggerDateTime.
- schedule(Duration, Object) - Method in interface org.axonframework.eventhandling.scheduling.EventScheduler
-
Schedule the given event for publication after the given triggerDuration.
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
-
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
-
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.jobrunr.JobRunrEventScheduler
-
- schedule(Instant, Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
- schedule(Duration, Object) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler.Builder
-
- 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 Scheduler used for scheduling and triggering purposes of deadlines.
- scheduler(Scheduler) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the Scheduler used for scheduling and triggering purposes of the deadlines.
- scheduler(Scheduler) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets the Scheduler used for scheduling and triggering purposes of the events.
- scheduler(Scheduler) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.Builder
-
Sets the Scheduler used for scheduling and triggering purposes of the deadlines.
- 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
-
- scheduleRetry(CommandMessage, RuntimeException, List<Class<? extends Throwable>[]>, Runnable) - Method in interface org.axonframework.commandhandling.gateway.RetryScheduler
-
Inspect the given commandMessage that failed with given lastFailure.
- ScheduleToken - Interface in org.axonframework.eventhandling.scheduling
-
Token that identifies a single scheduled Event.
- SchedulingException - Exception in org.axonframework.eventhandling.scheduling
-
Exception indicating a problem in the Event Scheduling mechanism.
- SchedulingException(String) - Constructor for exception org.axonframework.eventhandling.scheduling.SchedulingException
-
Initialize a SchedulingException with the given message.
- SchedulingException(String, Throwable) - Constructor for exception org.axonframework.eventhandling.scheduling.SchedulingException
-
Initialize a SchedulingException with the given message and cause.
- schema(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterJdbcConverter.Builder
-
Sets the given
schema used to define the column names / labels with to return fields from the
ResultSet.
- schema(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory.Builder
-
Sets the given
schema used to define the table and column names used when constructing
all
PreparedStatements.
- schema(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
- schema(TokenSchema) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
Sets the
schema which describes a JDBC token entry for this
TokenStore.
- 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
-
- 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
Scope aware.
- scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
- scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
- scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
- scopeAwareProvider(ScopeAwareProvider) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
- ScopeAwareProvider - Interface in org.axonframework.messaging
-
Contract towards a mechanism to provide a
Stream of components which are
ScopeAware.
- scopeDescription() - Method in class org.axonframework.messaging.NoScopeDescriptor
-
- scopeDescription() - Method in interface org.axonframework.messaging.ScopeDescriptor
-
- ScopeDescriptor - Interface in org.axonframework.messaging
-
Denotes the description of a
Scope.
- ScopeDescriptorParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
- ScopeDescriptorParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.ScopeDescriptorParameterResolverFactory
-
- 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 segmentId and mask
- 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
PreparedStatement to 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
PreparedStatement to 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
-
- selectSegments(Connection, String, int, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatement for the count of segments that can be found after searching for the
splitSegmentId and
mergeableSegmentId.
- selectTokenEntries(Connection, String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
- send(Member, CommandMessage<? extends C>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Sends the given command to the node assigned to handle messages with the given routingKey.
- send(Member, CommandMessage<C>, CommandCallback<? super C, R>) - Method in interface org.axonframework.commandhandling.distributed.CommandBusConnector
-
Sends the given command to the node assigned to handle messages with the given routingKey.
- send(C, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.gateway.AbstractCommandGateway
-
Sends the given command, and invokes the callback when 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 given
callback.
- send(Object) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
command and returns a
CompletableFuture immediately, without waiting for the
command to execute.
- send(Object, MetaData) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given
command with the given
metaData and returns a
CompletableFuture
immediately, without waiting for the command to execute.
- send(C, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
- send(Object) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
- send(Message<?>, ScopeDescriptor) - Method in interface org.axonframework.messaging.ScopeAware
-
Send a
Message to a
Scope which is described by the given
scopeDescription.
- 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 command and wait for it to execute.
- sendAndWait(Object, MetaData) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given command with the given metaData and wait for it to execute.
- sendAndWait(Object, long, TimeUnit) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given command and wait for it to execute.
- sendAndWait(Object, MetaData, long, TimeUnit) - Method in interface org.axonframework.commandhandling.gateway.CommandGateway
-
Sends the given command with the given metaData and wait for it to execute.
- sendAndWait(Object) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
Sends the given command and waits for its execution to complete, or until the waiting thread is
interrupted.
- sendAndWait(Object, long, TimeUnit) - Method in class org.axonframework.commandhandling.gateway.DefaultCommandGateway
-
Sends the given command and waits for its execution to complete, or until the given
timeout has expired, or the waiting thread is interrupted.
- SequencedDeadLetterProcessor<M extends Message<?>> - Interface in org.axonframework.messaging.deadletter
-
Contract describing a component that can process
dead letters that it has enqueued.
- SequencedDeadLetterQueue<M extends Message<?>> - Interface in org.axonframework.messaging.deadletter
-
Interface describing the required functionality for a dead letter queue.
- 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(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the sequenceIdentifier column.
- sequenceIdentifierColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured sequenceIdentifier column name.
- sequenceIdentifierIndexSql(DeadLetterSchema) - Method in class org.axonframework.eventhandling.deadletter.jdbc.GenericDeadLetterTableFactory
-
- sequenceIdentifiersStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- sequenceIdentifiersStatement(Connection, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- sequenceIndexColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the sequenceIndex column.
- sequenceIndexColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured sequenceIndex column name.
- SequenceNumber - Annotation Type in org.axonframework.eventhandling
-
Annotation indicating that a parameter on an Event Handler method should be injected with the SequenceNumber of
a DomainEventMessage.
- sequenceNumberColumn(String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema.Builder
-
Sets the name of the sequenceNumber column.
- sequenceNumberColumn() - Method in class org.axonframework.eventhandling.deadletter.jdbc.DeadLetterSchema
-
Returns the configured sequenceNumber column name.
- 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
Long type
annotated with the
SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage.
- SequenceNumberParameterResolverFactory() - Constructor for class org.axonframework.eventhandling.SequenceNumberParameterResolverFactory
-
- SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver - Class in org.axonframework.eventhandling
-
ParameterResolver that resolves SequenceNumber parameters
- 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 sequenceIdentifier contained in
this queue.
- sequenceSizeStatement(Connection, String, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- sequenceSizeStatement(Connection, String, String) - Method in class org.axonframework.eventhandling.deadletter.jdbc.DefaultDeadLetterStatementFactory
-
- SequencingPolicy<T> - Interface in org.axonframework.eventhandling.async
-
Interface to a policy definition for concurrent processing, for example event handling.
- sequencingPolicy(SequencingPolicy<? super EventMessage<?>>) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker.Builder
-
- sequencingPolicyMatchesSegment(EventMessage<?>, Segment) - Method in class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- 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 in org.axonframework.serialization
-
Indicates that an exception occurred while serializing or deserializing an object.
- SerializationException(String) - Constructor for exception org.axonframework.serialization.SerializationException
-
Initializes the exception using the given message.
- SerializationException(String, Throwable) - Constructor for exception org.axonframework.serialization.SerializationException
-
Initializes the exception using the given message and cause.
- 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.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 object into a Serialized Object containing the given
expectedRepresentation.
- SERIALIZED_DEADLINE_MESSAGE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- SERIALIZED_DEADLINE_MESSAGE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- SERIALIZED_DEADLINE_SCOPE - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
- SERIALIZED_DEADLINE_SCOPE_CLASS_NAME - Static variable in class org.axonframework.deadline.quartz.DeadlineJob.DeadlineJobDataBinder
-
Key pointing to the class name of the deadline
ScopeDescriptor in the
JobDataMap
- 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, SerializedObject<?>, SerializedObject<?>, Serializer) - Constructor for class org.axonframework.serialization.SerializedMessage
-
Initializes a
SerializedMessage with given
identifier from the given serialized payload and
metadata.
- SerializedMessage(String, LazyDeserializingObject<T>, LazyDeserializingObject<MetaData>) - Constructor for class org.axonframework.serialization.SerializedMessage
-
Initializes a
SerializedMessage with given
identifier from the given lazily deserializing 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
MetaData instance.
- SerializedMetaData(T, Class<T>) - Constructor for class org.axonframework.serialization.SerializedMetaData
-
Construct an instance with given
bytes representing the serialized form of a
MetaData
instance.
- 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
- serializedPayload - Variable in class org.axonframework.commandhandling.distributed.DispatchMessage
-
- serializedPayload - Variable in class org.axonframework.commandhandling.distributed.ReplyMessage
-
- SerializedType - Interface in org.axonframework.serialization
-
Describes the type of a serialized object.
- serializedType() - Method in class org.axonframework.serialization.UnknownSerializedType
-
Returns the type of the serialized object, for which no class could be resolved.
- 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 expectedRepresentation using given serializer.
- serializeMetaData(Serializer, Class<S>) - Method in class org.axonframework.messaging.MessageDecorator
-
- serializeMetaData(Serializer, Class<R1>) - Method in class org.axonframework.messaging.responsetypes.ConvertingResponseMessage
-
- serializeMetaData(Serializer, Class<R>) - Method in class org.axonframework.serialization.SerializedMessage
-
- 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<S>) - Method in class org.axonframework.messaging.GenericResultMessage
-
- serializePayload(Serializer, Class<R>) - Method in interface org.axonframework.messaging.Message
-
Serialize the payload of this message to the expectedRepresentation using given serializer.
- 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<R>) - Method in class org.axonframework.serialization.SerializedMessage
-
- serializePayload(Serializer, Class<T>) - Method in class org.axonframework.serialization.SerializedObjectHolder
-
- serializer(Serializer) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
- serializer(Serializer) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
- serializer(Serializer) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
- serializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.JpaSequencedDeadLetterQueue.Builder
-
Sets the
Serializer to (de)serialize the event payload,
event metadata, tracking token, and diagnostics of the
DeadLetter when storing it to the database.
- serializer(Serializer) - Method in class org.axonframework.eventhandling.deadletter.legacyjpa.JpaSequencedDeadLetterQueue.Builder
-
Deprecated.
Sets the
Serializer to deserialize the events, metadata and diagnostics of the
DeadLetter
when 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
-
- serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore.Builder
-
- serializer() - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns the serializer used by the Token Store to serialize tokens.
- serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
-
- serializer() - Method in class org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore
-
Returns the serializer used by the Token Store to serialize tokens.
- serializer(Serializer) - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore.Builder
-
Deprecated.
- serializer() - Method in class org.axonframework.eventhandling.tokenstore.legacyjpa.JpaTokenStore
-
Deprecated.
Returns the serializer used by the Token Store to serialize tokens.
- Serializer - Interface in org.axonframework.serialization
-
Interface describing a serialization mechanism.
- 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.
- 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
-
- 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
-
- ServiceRegistryException - Exception 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 org.axonframework.commandhandling.distributed.ServiceRegistryException
-
Initializes the exception using the given message.
- ServiceRegistryException(String, Throwable) - Constructor for exception org.axonframework.commandhandling.distributed.ServiceRegistryException
-
Initializes the exception using the given message and cause.
- set(DbSchedulerDeadlineManager) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManagerSupplier
-
- set(DbSchedulerEventScheduler) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventSchedulerSupplier
-
- set(UnitOfWork<?>) - Static method in class org.axonframework.messaging.unitofwork.CurrentUnitOfWork
-
Binds the given unitOfWork to the current thread.
- setAdditionalConverters(List<ContentTypeConverter>) - Method in class org.axonframework.serialization.ChainingConverter
-
Setter for dependency injection frameworks that require property methods.
- setC(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the payload class.
- 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.
- setDiagnostics(MetaData, Serializer) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Sets the diagnostics, taking in a
Serializer to serialize if to the correct format.
- 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.
- setFieldValue(Field, Object, T) - Static method in class org.axonframework.common.ReflectionUtils
-
Set the field of object to a certain value.
- setGroupIdentifier(String) - Method in class org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler
-
Sets the group identifier to use when scheduling jobs with Quartz.
- setLastTouched(Instant) - Method in class org.axonframework.eventhandling.deadletter.jpa.DeadLetterEntry
-
Sets the time the message was last touched.
- setM(byte[]) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the serialized metadata.
- setOnAvailableCallback(Runnable) - Method in interface org.axonframework.common.stream.BlockingStream
-
Set a callback to be invoked once new messages are available on this stream.
- setOwnerColum(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
- 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.
- setPayloadClass(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Sets the payload class.
- 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.
- setR(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerBinaryEventData
-
Sets the revision.
- setRevision(String) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerHumanReadableEventData
-
Sets the revision.
- 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
-
- setSegmentColumn(String) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
-
Sets the name of the processor segment column.
- 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.
- 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.
- 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.
- 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.
- shouldEnqueue() - Method in class org.axonframework.messaging.deadletter.DoNotEnqueue
-
- shouldEnqueue() - Method in interface org.axonframework.messaging.deadletter.EnqueueDecision
-
The decision whether the
dead letter should be enqueued in a queue.
- shouldEnqueue() - Method in class org.axonframework.messaging.deadletter.Ignore
-
- ShouldEnqueue<M extends Message<?>> - Class in org.axonframework.messaging.deadletter
-
- ShouldEnqueue() - Constructor for class org.axonframework.messaging.deadletter.ShouldEnqueue
-
- ShouldEnqueue(Throwable) - Constructor for class org.axonframework.messaging.deadletter.ShouldEnqueue
-
- ShouldEnqueue(Throwable, Function<DeadLetter<? extends M>, MetaData>) - Constructor for class org.axonframework.messaging.deadletter.ShouldEnqueue
-
- shouldEnqueue() - Method in class org.axonframework.messaging.deadletter.ShouldEnqueue
-
- showEventSourcingHandlers(boolean) - Method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition.Builder
-
Configures whether event sourcing handlers should be traced.
- shutdown() - Method in class org.axonframework.commandhandling.AsynchronousCommandBus
-
Shuts down the Executor used to asynchronously dispatch incoming commands.
- 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 interface org.axonframework.eventhandling.EventProcessor
-
Stops processing events.
- shutDown() - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor
-
- 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.eventhandling.SubscribingEventProcessor
-
Shut down this processor.
- shutDown() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
Shuts down the processor.
- SHUTDOWN_PHASE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the
Phase to invoke a shutdown handler in.
- shutdownAsync() - Method in interface org.axonframework.eventhandling.EventProcessor
-
Initiates a shutdown, providing a
CompletableFuture that 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
CompletableFuture that completes when the shutdown process is
finished.
- shutdownDispatching() - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus
-
Shutdown the command bus asynchronously for dispatching commands to other instances.
- ShutdownHandler - Annotation Type in org.axonframework.lifecycle
-
Annotation indicating that a member method should be a part of the shutdown cycle of an Axon application.
- ShutdownInProgressException - Exception in org.axonframework.lifecycle
-
Exception indicating a process tried to register an activity whilst the application is shutting down.
- ShutdownInProgressException() - Constructor for exception org.axonframework.lifecycle.ShutdownInProgressException
-
Construct this exception with the default message "Cannot start the activity, shutdown in progress".
- ShutdownInProgressException(String) - Constructor for exception org.axonframework.lifecycle.ShutdownInProgressException
-
Constructs this exception with given message explaining 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
-
- 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
-
- silentOverride() - Static method in class org.axonframework.commandhandling.DuplicateCommandHandlerResolution
-
- 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
-
- SimpleCommandBus.Builder - Class in org.axonframework.commandhandling
-
- 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 metaDataKeys
as correlation data.
- SimpleDeadlineManager - Class in org.axonframework.deadline
-
- SimpleDeadlineManager(SimpleDeadlineManager.Builder) - Constructor for class org.axonframework.deadline.SimpleDeadlineManager
-
- SimpleDeadlineManager.Builder - Class in org.axonframework.deadline
-
- SimpleEntityManagerProvider - Class in org.axonframework.common.jpa
-
Simple implementation of the EntityManagerProvider that returns the EntityManager instance provided at construction
time.
- SimpleEntityManagerProvider(EntityManager) - Constructor for class org.axonframework.common.jpa.SimpleEntityManagerProvider
-
Initializes an instance that always returns the given entityManager.
- SimpleEntityManagerProvider - Class in org.axonframework.common.legacyjpa
-
- 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
EventBus that dispatches events in the thread the publishes them.
- SimpleEventBus(SimpleEventBus.Builder) - Constructor for class org.axonframework.eventhandling.SimpleEventBus
-
- SimpleEventBus.Builder - Class in org.axonframework.eventhandling
-
- SimpleEventHandlerInvoker - Class in org.axonframework.eventhandling
-
- SimpleEventHandlerInvoker(SimpleEventHandlerInvoker.Builder<?>) - Constructor for class org.axonframework.eventhandling.SimpleEventHandlerInvoker
-
- SimpleEventHandlerInvoker.Builder<B extends SimpleEventHandlerInvoker.Builder<?>> - Class in org.axonframework.eventhandling
-
- SimpleEventScheduler - Class in org.axonframework.eventhandling.scheduling.java
-
An
EventScheduler implementation that uses Java's ScheduledExecutorService as scheduling and triggering
mechanism.
- SimpleEventScheduler(SimpleEventScheduler.Builder) - Constructor for class org.axonframework.eventhandling.scheduling.java.SimpleEventScheduler
-
- SimpleEventScheduler.Builder - Class in org.axonframework.eventhandling.scheduling.java
-
- SimpleHandlerAttributes - Class in org.axonframework.messaging
-
Simple implementation of the
HandlerAttributes which is given the
attributes in the constructor.
- SimpleHandlerAttributes(Map<String, Object>) - Constructor for class org.axonframework.messaging.SimpleHandlerAttributes
-
- 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
-
- SimpleQueryBus.Builder - Class in org.axonframework.queryhandling
-
- SimpleQueryUpdateEmitter - Class in org.axonframework.queryhandling
-
Implementation of
QueryUpdateEmitter that uses Project Reactor to implement Update Handlers.
- SimpleQueryUpdateEmitter(SimpleQueryUpdateEmitter.Builder) - Constructor for class org.axonframework.queryhandling.SimpleQueryUpdateEmitter
-
- SimpleQueryUpdateEmitter.Builder - Class in org.axonframework.queryhandling
-
- SimpleResourceParameterResolverFactory - Class in org.axonframework.messaging.annotation
-
- SimpleResourceParameterResolverFactory(Iterable<?>) - Constructor for class org.axonframework.messaging.annotation.SimpleResourceParameterResolverFactory
-
Initialize the ParameterResolverFactory to inject the given resource in 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>, SerializedType) - Constructor for class org.axonframework.serialization.SimpleSerializedObject
-
Initializes a SimpleSerializedObject using given data and serializedType.
- SimpleSerializedObject(T, Class<T>, String, String) - Constructor for class org.axonframework.serialization.SimpleSerializedObject
-
Initializes a SimpleSerializedObject using given data and a serialized type identified by given
type and revision.
- 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 objectType and revisionNumber
- 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
Upcaster that 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
Upcaster that 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
Upcaster that 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 FluxSink and Sinks.Many API 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
-
- sizeStatement(Connection, String) - Method in interface org.axonframework.eventhandling.deadletter.jdbc.DeadLetterStatementFactory
-
- 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.
- SourceId - Annotation Type 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
-
An extension of the AbstractAnnotatedParameterResolverFactory that accepts
parameters of a
String type that are annotated with the
SourceId
annotation and assigns the aggregate identifier of the DomainEventMessage.
- SourceIdParameterResolverFactory() - Constructor for class org.axonframework.messaging.annotation.SourceIdParameterResolverFactory
-
- 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
-
- SpanAttributesProvider - Interface in org.axonframework.tracing
-
Represents a provider of attributes to a
Span, based on a
Message.
- spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
- spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.commandhandling.AsynchronousCommandBus.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.DefaultCommandBusSpanFactory.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
- spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.commandhandling.distributed.DistributedCommandBus.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.commandhandling.SimpleCommandBus.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
- spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.deadline.DefaultDeadlineManagerSpanFactory.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
- spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.jobrunr.JobRunrDeadlineManager.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
- spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.quartz.QuartzDeadlineManager.Builder
-
Sets the
SpanFactory implementation to use for providing tracing capabilities.
- spanFactory(SpanFactory) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
- spanFactory(DeadlineManagerSpanFactory) - Method in class org.axonframework.deadline.SimpleDeadlineManager.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventBus.Builder
-
Sets the
SpanFactory implementation to use for providing tracing capabilities.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.AbstractEventProcessor.Builder
-
- spanFactory - Variable in class org.axonframework.eventhandling.AbstractEventProcessor
-
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.DefaultEventBusSpanFactory.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.DefaultEventProcessorSpanFactory.Builder
-
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.pooled.PooledStreamingEventProcessor.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
-
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.eventhandling.SimpleEventBus.Builder
-
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.SubscribingEventProcessor.Builder
-
Deprecated.
- spanFactory(EventProcessorSpanFactory) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Deprecated.
- spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.DefaultQueryBusSpanFactory.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.DefaultQueryUpdateEmitterSpanFactory.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
- spanFactory(QueryBusSpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryBus.Builder
-
- spanFactory(SpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
- spanFactory(QueryUpdateEmitterSpanFactory) - Method in class org.axonframework.queryhandling.SimpleQueryUpdateEmitter.Builder
-
- SpanFactory - Interface in org.axonframework.tracing
-
The
SpanFactory is responsible for making
spans in a way the chosen tracing provider is
compatible with.
- spanFactory(SpanFactory) - Method in class org.axonframework.tracing.TracingHandlerEnhancerDefinition.Builder
-
Configures the
SpanFactory the handler enhancer should use for tracing.
- 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.
- 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
-
- 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 segment and trackingToken in two.
- splitBalanced(Segment, int) - Static method in class org.axonframework.eventhandling.Segment
-
Split a given
Segment n-times in round robin fashion.
- 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 segmentId into 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.
- start() - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager
-
Will start the Scheduler depending on its current state and the value of startScheduler,
- 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 Scheduler depending on its current state and the value of startScheduler,
- 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.tracing.NoOpSpanFactory.NoOpSpan
-
- start() - Method in interface org.axonframework.tracing.Span
-
Starts the Span.
- START_PHASE - Static variable in interface org.axonframework.messaging.HandlerAttributes
-
Attribute key referencing the
Phase to 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.
- StartHandler - Annotation Type in org.axonframework.lifecycle
-
Annotation indicating that a member method should be a part of the start cycle of an Axon application.
- startScheduler(boolean) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets whether to start the
Scheduler using the
Lifecycle, or to never start the scheduler from
this component instead. defaults to
true.
- startScheduler(boolean) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets whether to start the
Scheduler using the
Lifecycle, 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 org.axonframework.common.transaction.NoTransactionManager
-
- startTransaction() - Method in interface org.axonframework.common.transaction.TransactionManager
-
Starts a transaction.
- state(boolean, Supplier<String>) - Static method in class org.axonframework.common.Assert
-
Asserts that the value of state is true.
- statementFactory(DeadLetterStatementFactory<E>) - Method in class org.axonframework.eventhandling.deadletter.jdbc.JdbcSequencedDeadLetterQueue.Builder
-
- stopScheduler(boolean) - Method in class org.axonframework.deadline.dbscheduler.DbSchedulerDeadlineManager.Builder
-
Sets whether to stop the
Scheduler using the
Lifecycle, or to never stop the scheduler from
this component instead. defaults to
true.
- stopScheduler(boolean) - Method in class org.axonframework.eventhandling.scheduling.dbscheduler.DbSchedulerEventScheduler.Builder
-
Sets whether to stop the
Scheduler using the
Lifecycle, or to never stop the scheduler from
this component instead.
- store(String, CommandCallbackWrapper<E, C, R>) - Method in class org.axonframework.commandhandling.distributed.CommandCallbackRepository
-
Stores a callback
- 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 token in the store.
- storeUpdate(Connection, TrackingToken, String, int) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Returns a
PreparedStatement which updates the given
token for the given
processorName and
segment combination.
- storingTokensAfterProcessing() - Method in class org.axonframework.eventhandling.TrackingEventProcessor.Builder
-
Set this processor to store Tracking Tokens only at the end of processing.
- StreamableMessageSource<M extends Message<?>> - Interface in org.axonframework.messaging
-
Interface for a source of
messages that processors can track.
- StreamingEventProcessor - Interface in org.axonframework.eventhandling
-
- streamingQuery(String, Q, Class<R>) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
-
- streamingQuery(StreamingQueryMessage<Q, R>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Builds a Publisher of responses to the given query.
- streamingQuery(Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus, expecting a response
as
Publisher of
responseType.
- streamingQuery(String, Q, Class<R>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus, expecting a response
as
Publisher of
responseType.
- streamingQuery(StreamingQueryMessage<Q, R>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
- StreamingQueryMessage<Q,R> - Interface in org.axonframework.queryhandling
-
A special type of
QueryMessage used 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.
- SubscribableMessageSource<M extends Message<?>> - Interface in org.axonframework.messaging
-
Interface for a source of
messages to which message processors can subscribe.
- subscribe(CommandBus) - Method in class org.axonframework.commandhandling.AnnotationCommandHandlerAdapter
-
Subscribe this command handler to the given commandBus.
- subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in interface org.axonframework.commandhandling.CommandBus
-
Subscribe the given handler to commands with the given commandName.
- 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 handler to commands with the given commandName.
- subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.commandhandling.SimpleCommandBus
-
Subscribe the given handler to commands with given commandName.
- subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.eventhandling.AbstractEventBus
-
- subscribe(Consumer<List<? extends M>>) - Method in interface org.axonframework.messaging.SubscribableMessageSource
-
Subscribe the given messageProcessor to this message source.
- subscribe(QueryBus) - Method in class org.axonframework.queryhandling.annotation.AnnotationQueryHandlerAdapter
-
- subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Subscribe the given handler to queries with the given queryName and responseType.
- subscribe(QueryBus) - Method in interface org.axonframework.queryhandling.QueryHandlerAdapter
-
- subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
- SubscribingEventProcessor - Class in org.axonframework.eventhandling
-
- SubscribingEventProcessor(SubscribingEventProcessor.Builder) - Constructor for class org.axonframework.eventhandling.SubscribingEventProcessor
-
- SubscribingEventProcessor.Builder - Class in org.axonframework.eventhandling
-
- subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
-
- subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in class org.axonframework.queryhandling.DefaultQueryGateway
-
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given query to a single QueryHandler subscribed to the given query's
queryName/initialResponseType/updateResponseType.
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in interface org.axonframework.queryhandling.QueryBus
-
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in interface org.axonframework.queryhandling.QueryBus
-
Dispatch the given query to a single QueryHandler subscribed to the given query's
queryName/initialResponseType/updateResponseType.
- subscriptionQuery(Q, Class<I>, Class<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus and 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, Class<I>, Class<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus and 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
query over the
QueryBus and 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
-
- subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus and 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, int) - Method in interface org.axonframework.queryhandling.QueryGateway
-
- subscriptionQuery(String, Q, ResponseType<I>, ResponseType<U>, int) - Method in interface org.axonframework.queryhandling.QueryGateway
-
Sends given
query over the
QueryBus and 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(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in class org.axonframework.queryhandling.SimpleQueryBus
-
- SubscriptionQueryBackpressure - Class in org.axonframework.queryhandling
-
- SubscriptionQueryBackpressure(FluxSink.OverflowStrategy) - Constructor for class org.axonframework.queryhandling.SubscriptionQueryBackpressure
-
Deprecated.
Initializes backpressure with reactor's overflow strategy.
- SubscriptionQueryMessage<Q,I,U> - Interface in org.axonframework.queryhandling
-
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 keys in this instance.
- 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.
- 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 desiredFormat is 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
-
- supportsReset() - Method in class org.axonframework.eventhandling.TrackingEventProcessor
-
- 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
-
- 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.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.messaging.deadletter.InMemorySequencedDeadLetterQueue.Builder
-
- 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.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.tracing.NestingSpanFactory.Builder
-
Deprecated.
Validates whether the fields contained in this Builder are set accordingly.
- validateMessage(Object, Validator) - Method in class org.axonframework.messaging.interceptors.BeanValidationInterceptor
-
Validate the given message using the given validator.
- validateMessage(Object, Validator) - Method in class org.axonframework.messaging.interceptors.legacyvalidation.BeanValidationInterceptor
-
Deprecated.
Validate the given message using the given validator.
- validatePositions() - Method in interface org.axonframework.eventhandling.EventTrackerStatusChangeListener
-
- validateSegment(String, Segment) - Method in class org.axonframework.eventhandling.tokenstore.jdbc.JdbcTokenStore
-
Validate a segment by checking for the existence of a split or merge candidate segment.
- valueOf(String) - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.common.lock.NullLockFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.common.transaction.NoTransactionManager
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.eventhandling.DirectEventProcessingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.eventhandling.PropagatingErrorHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.eventhandling.ReplayStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.eventhandling.TrackingEventProcessor.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.monitoring.NoOpMessageMonitor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.AcceptAll
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.commandhandling.distributed.commandfilter.DenyAll
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.common.lock.NullLockFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.common.transaction.NoTransactionManager
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.eventhandling.DirectEventProcessingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.eventhandling.PropagatingErrorHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.eventhandling.ReplayStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.eventhandling.TrackingEventProcessor.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.axonframework.messaging.MetaData
-
- values() - Static method in enum org.axonframework.messaging.unitofwork.RollbackConfigurationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.messaging.unitofwork.UnitOfWork.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.monitoring.NoOpMessageMonitor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.monitoring.NoOpMessageMonitorCallback
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.axonframework.serialization.upcasting.event.NoOpEventUpcaster
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class org.axonframework.commandhandling.distributed.ConsistentHash
-
Returns the version of this consistent hash instance.