org.axonframework.commandhandling.disruptor
Class CommandHandlingEntry.Factory
java.lang.Object
org.axonframework.commandhandling.disruptor.CommandHandlingEntry.Factory
- All Implemented Interfaces:
- com.lmax.disruptor.EventFactory<CommandHandlingEntry>
- Enclosing class:
- CommandHandlingEntry
public static class CommandHandlingEntry.Factory
- extends Object
- implements com.lmax.disruptor.EventFactory<CommandHandlingEntry>
Factory class for CommandHandlingEntry instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandHandlingEntry.Factory
public CommandHandlingEntry.Factory(boolean transactional)
- Initialize the factory with given
transactional
flag
- Parameters:
transactional
- whether the entries contain transactional Units of Work
newInstance
public CommandHandlingEntry newInstance()
- Specified by:
newInstance
in interface com.lmax.disruptor.EventFactory<CommandHandlingEntry>
Copyright © 2010-2016. All Rights Reserved.