Uses of Class
org.axonframework.commandhandling.disruptor.DisruptorCommandBus

Packages that use DisruptorCommandBus
org.axonframework.commandhandling.disruptor   
org.axonframework.contextsupport.spring   
 

Uses of DisruptorCommandBus in org.axonframework.commandhandling.disruptor
 

Constructors in org.axonframework.commandhandling.disruptor with parameters of type DisruptorCommandBus
BlacklistDetectingCallback(CommandCallback<R> delegate, CommandMessage command, com.lmax.disruptor.RingBuffer<CommandHandlingEntry> ringBuffer, DisruptorCommandBus commandBus, boolean rescheduleOnCorruptState)
          Initializes the callback which allows the given command to be rescheduled on the given ringBuffer if it failed due to a corrupt state.
 

Uses of DisruptorCommandBus in org.axonframework.contextsupport.spring
 

Methods in org.axonframework.contextsupport.spring with parameters of type DisruptorCommandBus
 void DisruptorRepositoryBeanDefinitionParser.RepositoryFactoryBean.setCommandBus(DisruptorCommandBus commandBus)
          The DisruptorCommandBus instance to create the repository from.
 



Copyright © 2010-2016. All Rights Reserved.