@Deprecated public class MethodWriterInvocationHandlerSupplier<T> extends Object implements Supplier<net.openhft.chronicle.bytes.MethodWriterInvocationHandler>
| Constructor and Description |
|---|
MethodWriterInvocationHandlerSupplier(Supplier<net.openhft.chronicle.bytes.MethodWriterInvocationHandler> supplier)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableThreadSafe(boolean disableThreadSafe)
Deprecated.
|
void |
genericEvent(String genericEvent)
Deprecated.
|
net.openhft.chronicle.bytes.MethodWriterInvocationHandler |
get()
Deprecated.
|
void |
methodWriterInterceptor(net.openhft.chronicle.bytes.MethodWriterInterceptor methodWriterInterceptor)
Deprecated.
|
net.openhft.chronicle.bytes.MethodWriterInterceptorReturns |
methodWriterInterceptorReturns()
Deprecated.
|
MethodWriterInvocationHandlerSupplier |
methodWriterInterceptorReturns(net.openhft.chronicle.bytes.MethodWriterInterceptorReturns methodWriterInterceptorReturns)
Deprecated.
|
void |
methodWriterListener(net.openhft.chronicle.bytes.MethodWriterListener methodWriterListener)
Deprecated.
|
MethodWriterInvocationHandlerSupplier |
modifier(Function<T,T> modifier)
Deprecated.
|
void |
onClose(net.openhft.chronicle.core.io.Closeable closeable)
Deprecated.
|
void |
recordHistory(boolean recordHistory)
Deprecated.
|
void |
useMethodIds(boolean useMethodIds)
Deprecated.
|
public MethodWriterInvocationHandlerSupplier(Supplier<net.openhft.chronicle.bytes.MethodWriterInvocationHandler> supplier)
public void recordHistory(boolean recordHistory)
public void methodWriterListener(net.openhft.chronicle.bytes.MethodWriterListener methodWriterListener)
public void methodWriterInterceptor(net.openhft.chronicle.bytes.MethodWriterInterceptor methodWriterInterceptor)
public MethodWriterInvocationHandlerSupplier methodWriterInterceptorReturns(net.openhft.chronicle.bytes.MethodWriterInterceptorReturns methodWriterInterceptorReturns)
public net.openhft.chronicle.bytes.MethodWriterInterceptorReturns methodWriterInterceptorReturns()
public void onClose(net.openhft.chronicle.core.io.Closeable closeable)
public void disableThreadSafe(boolean disableThreadSafe)
public void genericEvent(String genericEvent)
public void useMethodIds(boolean useMethodIds)
public MethodWriterInvocationHandlerSupplier modifier(Function<T,T> modifier)
Copyright © 2020. All rights reserved.