| Constructor and Description |
|---|
VanillaMethodWriterBuilder(Class<T> tClass,
net.openhft.chronicle.bytes.MethodWriterInvocationHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
addInterface(Class additionalClass) |
T |
build() |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
classLoader(ClassLoader classLoader) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
genericEvent(String genericEvent)
A generic event treats the first argument and the eventName
|
T |
get() |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
methodWriterInterceptor(net.openhft.chronicle.bytes.MethodWriterInterceptor methodWriterInterceptor) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
methodWriterListener(net.openhft.chronicle.bytes.MethodWriterListener methodWriterListener) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
onClose(net.openhft.chronicle.core.io.Closeable closeable) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
recordHistory(boolean recordHistory) |
net.openhft.chronicle.bytes.MethodWriterBuilder<T> |
useMethodIds(boolean useMethodIds) |
@NotNull public net.openhft.chronicle.bytes.MethodWriterBuilder<T> classLoader(ClassLoader classLoader)
@NotNull public net.openhft.chronicle.bytes.MethodWriterBuilder<T> addInterface(Class additionalClass)
@NotNull public net.openhft.chronicle.bytes.MethodWriterBuilder<T> recordHistory(boolean recordHistory)
recordHistory in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>@NotNull public net.openhft.chronicle.bytes.MethodWriterBuilder<T> methodWriterListener(net.openhft.chronicle.bytes.MethodWriterListener methodWriterListener)
methodWriterListener in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>@NotNull public net.openhft.chronicle.bytes.MethodWriterBuilder<T> methodWriterInterceptor(net.openhft.chronicle.bytes.MethodWriterInterceptor methodWriterInterceptor)
@NotNull public net.openhft.chronicle.bytes.MethodWriterBuilder<T> onClose(net.openhft.chronicle.core.io.Closeable closeable)
onClose in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>@NotNull public T build()
build in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>public net.openhft.chronicle.bytes.MethodWriterBuilder<T> genericEvent(String genericEvent)
genericEvent in interface net.openhft.chronicle.bytes.MethodWriterBuilder<T>genericEvent - nameCopyright © 2018. All rights reserved.