public interface MethodWriterInvocationHandler extends InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
genericEvent(String genericEvent)
Specify the identifier for generic events.
|
void |
onClose(net.openhft.chronicle.core.io.Closeable closeable)
Attach a Closeable resource that will be closed when this handler is closed.
|
void |
recordHistory(boolean recordHistory)
Enable or disable the recording of method invocation history.
|
void |
useMethodIds(boolean useMethodIds)
Enable or disable the use of method IDs.
|
invokevoid recordHistory(boolean recordHistory)
recordHistory - boolean flag to indicate if history should be recordedvoid onClose(net.openhft.chronicle.core.io.Closeable closeable)
closeable - the Closeable resource to be managedvoid genericEvent(String genericEvent)
genericEvent - the identifier used for generic eventsvoid useMethodIds(boolean useMethodIds)
useMethodIds - boolean flag to indicate if method IDs should be usedCopyright © 2023. All rights reserved.