MESSAGE - the generic typepublic class MessageEventFactory<MESSAGE> extends java.lang.Object implements com.lmax.disruptor.EventFactory<MessageEvent<MESSAGE>>
| Constructor and Description |
|---|
MessageEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
MessageEvent<MESSAGE> |
newInstance() |
public MessageEvent<MESSAGE> newInstance()
newInstance in interface com.lmax.disruptor.EventFactory<MessageEvent<MESSAGE>>