public final class RingBufferProxyEventFactory extends java.lang.Object implements com.lmax.disruptor.EventFactory<ProxyMethodInvocation>
| Modifier and Type | Field and Description |
|---|---|
static com.lmax.disruptor.EventFactory<ProxyMethodInvocation> |
FACTORY |
| Constructor and Description |
|---|
RingBufferProxyEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProxyMethodInvocation |
newInstance() |
public static final com.lmax.disruptor.EventFactory<ProxyMethodInvocation> FACTORY
public ProxyMethodInvocation newInstance()
newInstance in interface com.lmax.disruptor.EventFactory<ProxyMethodInvocation>