public class ResponseEventFactory extends java.lang.Object implements com.lmax.disruptor.EventFactory<ResponseEvent>
A factory to preallocate ResponseEvent
s.
Constructor and Description |
---|
ResponseEventFactory() |
Modifier and Type | Method and Description |
---|---|
ResponseEvent |
newInstance() |
public ResponseEvent newInstance()
newInstance
in interface com.lmax.disruptor.EventFactory<ResponseEvent>