Uses of Interface
org.axonframework.messaging.unitofwork.RollbackConfiguration
Packages that use RollbackConfiguration
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of RollbackConfiguration in org.axonframework.commandhandling
Methods in org.axonframework.commandhandling with parameters of type RollbackConfigurationModifier and TypeMethodDescriptionAsynchronousCommandBus.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) SimpleCommandBus.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationwhich allows you to specify when aUnitOfWorkshould be rolled back.voidSimpleCommandBus.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationthat allows you to change when theUnitOfWorkis rolled back. -
Uses of RollbackConfiguration in org.axonframework.config
Fields in org.axonframework.config with type parameters of type RollbackConfigurationModifier and TypeFieldDescriptionprotected final Map<String, Component<RollbackConfiguration>> EventProcessingModule.rollbackConfigurationsMethods in org.axonframework.config that return RollbackConfigurationModifier and TypeMethodDescriptionEventProcessingConfiguration.rollbackConfiguration(String processorName) Returns theRollbackConfigurationtied to the givenprocessorName.EventProcessingModule.rollbackConfiguration(String processorName) Method parameters in org.axonframework.config with type arguments of type RollbackConfigurationModifier and TypeMethodDescriptionEventProcessingConfigurer.registerRollbackConfiguration(String name, Function<Configuration, RollbackConfiguration> rollbackConfigurationBuilder) EventProcessingModule.registerRollbackConfiguration(String name, Function<Configuration, RollbackConfiguration> rollbackConfigurationBuilder) -
Uses of RollbackConfiguration in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling with parameters of type RollbackConfigurationModifier and TypeMethodDescription<R> ResultMessage<R> DisruptorUnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work.DisruptorCommandBus.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationwhich allows you to specify when aUnitOfWorkshould be rolled back.Constructors in org.axonframework.disruptor.commandhandling with parameters of type RollbackConfigurationModifierConstructorDescriptionEventPublisher(Executor executor, TransactionManager transactionManager, RollbackConfiguration rollbackConfiguration, int segmentId) Initializes the EventPublisher to publish Events to the giveneventStoreandeventBusfor aggregate of givenaggregateType. -
Uses of RollbackConfiguration in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling with parameters of type RollbackConfigurationModifier and TypeMethodDescriptionAbstractEventProcessor.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events.SubscribingEventProcessor.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events.TrackingEventProcessor.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events. -
Uses of RollbackConfiguration in org.axonframework.eventhandling.pooled
Methods in org.axonframework.eventhandling.pooled with parameters of type RollbackConfigurationModifier and TypeMethodDescriptionPooledStreamingEventProcessor.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) -
Uses of RollbackConfiguration in org.axonframework.messaging.unitofwork
Classes in org.axonframework.messaging.unitofwork that implement RollbackConfigurationModifier and TypeClassDescriptionenumEnum containing common rollback configurations for the Unit of Work.Methods in org.axonframework.messaging.unitofwork with parameters of type RollbackConfigurationModifier and TypeMethodDescriptiondefault voidUnitOfWork.execute(Runnable task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work.<R> ResultMessage<R> BatchingUnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work.<R> ResultMessage<R> DefaultUnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) <R> ResultMessage<R> UnitOfWork.executeWithResult(Callable<R> task, RollbackConfiguration rollbackConfiguration) Execute the giventaskin the context of this Unit of Work.