Uses of Interface
org.axonframework.commandhandling.RollbackConfiguration

Packages that use RollbackConfiguration
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.commandhandling.disruptor   
 

Uses of RollbackConfiguration in org.axonframework.commandhandling
 

Classes in org.axonframework.commandhandling that implement RollbackConfiguration
 class RollbackOnAllExceptionsConfiguration
          The default implementation of the RollbackConfiguration interface.
 class RollbackOnUncheckedExceptionConfiguration
          RollbackConfiguration that indicates a rollback should be triggered for all but checked exceptions.
 

Methods in org.axonframework.commandhandling with parameters of type RollbackConfiguration
 void SimpleCommandBus.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
          Sets the RollbackConfiguration that allows you to change when the UnitOfWork is committed.
 

Uses of RollbackConfiguration in org.axonframework.commandhandling.disruptor
 

Methods in org.axonframework.commandhandling.disruptor that return RollbackConfiguration
 RollbackConfiguration DisruptorConfiguration.getRollbackConfiguration()
          Returns the RollbackConfiguration indicating for which Exceptions the DisruptorCommandBus should perform a rollback, and which exceptions should result in a Commit.
 

Methods in org.axonframework.commandhandling.disruptor with parameters of type RollbackConfiguration
 DisruptorConfiguration DisruptorConfiguration.setRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
          Sets the rollback configuration for the DisruptorCommandBus to use.
 

Constructors in org.axonframework.commandhandling.disruptor with parameters of type RollbackConfiguration
EventPublisher(EventStore eventStore, EventBus eventBus, Executor executor, TransactionManager transactionManager, RollbackConfiguration rollbackConfiguration, int segmentId)
          Initializes the EventPublisher to publish Events to the given eventStore and eventBus for aggregate of given aggregateType.
 



Copyright © 2010-2016. All Rights Reserved.