T - the type of the implementation object to be invokedpublic final class InvokerEventHandler<T> extends java.lang.Object implements com.lmax.disruptor.EventHandler<ProxyMethodInvocation>
| Constructor and Description |
|---|
InvokerEventHandler(T implementation) |
InvokerEventHandler(T implementation,
boolean reset) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(ProxyMethodInvocation event,
long sequence,
boolean endOfBatch) |
public InvokerEventHandler(T implementation, boolean reset)
public InvokerEventHandler(T implementation)
public void onEvent(ProxyMethodInvocation event, long sequence, boolean endOfBatch) throws java.lang.Exception
onEvent in interface com.lmax.disruptor.EventHandler<ProxyMethodInvocation>java.lang.Exception