Uses of Interface
org.axonframework.eventhandling.OrderResolver

Packages that use OrderResolver
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.async   
 

Uses of OrderResolver in org.axonframework.eventhandling
 

Classes in org.axonframework.eventhandling that implement OrderResolver
 class SpringAnnotationOrderResolver
          OrderResolver implementation that checks for @Order annotations on the type level.
 

Constructors in org.axonframework.eventhandling with parameters of type OrderResolver
EventListenerOrderComparator(OrderResolver orderResolver)
          Creates a comparator using given orderResolver to resolve the "order" value.
SimpleCluster(String name, OrderResolver orderResolver)
          Initializes the cluster with given name, using given orderResolver to define the order in which listeners need to be invoked.
 

Uses of OrderResolver in org.axonframework.eventhandling.async
 

Constructors in org.axonframework.eventhandling.async with parameters of type OrderResolver
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.
 



Copyright © 2010-2016. All Rights Reserved.