org.axonframework.commandhandling.disruptor
Class CommandHandlingEntry.Factory

java.lang.Object
  extended by 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.


Constructor Summary
CommandHandlingEntry.Factory(boolean transactional)
          Initialize the factory with given transactional flag
 
Method Summary
 CommandHandlingEntry newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHandlingEntry.Factory

public CommandHandlingEntry.Factory(boolean transactional)
Initialize the factory with given transactional flag

Parameters:
transactional - whether the entries contain transactional Units of Work
Method Detail

newInstance

public CommandHandlingEntry newInstance()
Specified by:
newInstance in interface com.lmax.disruptor.EventFactory<CommandHandlingEntry>


Copyright © 2010-2016. All Rights Reserved.