|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |