Uses of Interface
org.axonframework.unitofwork.UnitOfWorkFactory

Packages that use UnitOfWorkFactory
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.eventhandling.async   
org.axonframework.eventhandling.scheduling.java   
org.axonframework.eventhandling.scheduling.quartz   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Uses of UnitOfWorkFactory in org.axonframework.commandhandling
 

Methods in org.axonframework.commandhandling with parameters of type UnitOfWorkFactory
 void SimpleCommandBus.setUnitOfWorkFactory(UnitOfWorkFactory unitOfWorkFactory)
          Sets the UnitOfWorkFactory that provides the UnitOfWork instances for handling incoming commands.
 

Uses of UnitOfWorkFactory in org.axonframework.eventhandling.async
 

Constructors in org.axonframework.eventhandling.async with parameters of type UnitOfWorkFactory
AsynchronousCluster(String name, Executor executor, UnitOfWorkFactory unitOfWorkFactory, SequencingPolicy<? super EventMessage<?>> sequencingPolicy, ErrorHandler errorHandler)
          Creates an AsynchronousCluster implementation using the given executor, unitOfWorkFactory and sequencingPolicy.
AsynchronousCluster(String name, Executor executor, UnitOfWorkFactory unitOfWorkFactory, SequencingPolicy<? super EventMessage<?>> sequencingPolicy, ErrorHandler errorHandler, OrderResolver orderResolver)
          Creates an AsynchronousCluster implementation using the given executor, unitOfWorkFactory and sequencingPolicy.
EventProcessor(Executor executor, EventProcessor.ShutdownCallback shutDownCallback, ErrorHandler errorHandler, UnitOfWorkFactory unitOfWorkFactory, Set<EventListener> eventListeners, MultiplexingEventProcessingMonitor eventProcessingMonitor)
          Initialize a scheduler using the given executor.
 

Uses of UnitOfWorkFactory in org.axonframework.eventhandling.scheduling.java
 

Constructors in org.axonframework.eventhandling.scheduling.java with parameters of type UnitOfWorkFactory
SimpleEventScheduler(ScheduledExecutorService executorService, EventBus eventBus, UnitOfWorkFactory unitOfWorkFactory)
          Initialize the SimpleEventScheduler using the given executorService as trigger and execution mechanism, and publishes events to the given eventBus.
 

Uses of UnitOfWorkFactory in org.axonframework.eventhandling.scheduling.quartz
 

Methods in org.axonframework.eventhandling.scheduling.quartz with parameters of type UnitOfWorkFactory
 void QuartzEventScheduler.setUnitOfWorkFactory(UnitOfWorkFactory unitOfWorkFactory)
          Sets the Unit of Work Factory instance which provides the UnitOfWork that manages the publication of the scheduled event.
 

Uses of UnitOfWorkFactory in org.axonframework.unitofwork
 

Classes in org.axonframework.unitofwork that implement UnitOfWorkFactory
 class DefaultUnitOfWorkFactory
          UnitOfWorkFactory implementation that creates instances of the DefaultUnitOfWork.
 



Copyright © 2010-2016. All Rights Reserved.