public static class CommandHandlingEntry.Factory extends Object implements com.lmax.disruptor.EventFactory<CommandHandlingEntry>
| Constructor and Description |
|---|
CommandHandlingEntry.Factory(boolean transactional)
Initialize the factory with given
transactional flag |
public CommandHandlingEntry.Factory(boolean transactional)
transactional flagtransactional - whether the entries contain transactional Units of Workpublic CommandHandlingEntry newInstance()
newInstance in interface com.lmax.disruptor.EventFactory<CommandHandlingEntry>Copyright © 2010-2014. All Rights Reserved.