public class TextMethodWriterInvocationHandler extends Object implements MethodWriterInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
onClose(net.openhft.chronicle.core.io.Closeable closeable) |
void |
recordHistory(boolean recordHistory) |
@Nullable public Object invoke(Object proxy, @NotNull Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void recordHistory(boolean recordHistory)
recordHistory in interface MethodWriterInvocationHandlerpublic void onClose(net.openhft.chronicle.core.io.Closeable closeable)
onClose in interface MethodWriterInvocationHandlerCopyright © 2017. All rights reserved.