public class VanillaMethodReaderBuilder extends Object implements net.openhft.chronicle.bytes.MethodReaderBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_READER_PROXY_CODEGEN |
| Constructor and Description |
|---|
VanillaMethodReaderBuilder(MarshallableIn in) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull net.openhft.chronicle.bytes.MethodReader |
build(Object... impls) |
static @NotNull WireParselet |
createDefaultParselet(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandlerOnUnknownMethod) |
WireParselet |
defaultParselet() |
net.openhft.chronicle.bytes.MethodReaderBuilder |
defaultParselet(WireParselet defaultParselet) |
net.openhft.chronicle.bytes.MethodReaderBuilder |
exceptionHandlerOnUnknownMethod(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandler) |
boolean |
ignoreDefaults()
Deprecated.
|
@NotNull net.openhft.chronicle.bytes.MethodReaderBuilder |
ignoreDefaults(boolean ignoreDefaults)
Deprecated.
|
net.openhft.chronicle.bytes.MethodReaderBuilder |
metaDataHandler(Object... components) |
VanillaMethodReaderBuilder |
methodReaderInterceptorReturns(net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns) |
net.openhft.chronicle.bytes.MethodReaderBuilder |
predicate(Predicate<?> predicate) |
VanillaMethodReaderBuilder |
scanning(boolean scanning)
When enabled, readOne() will skip over meta data and unknown events to find at least one event.
|
WireType |
wireType() |
VanillaMethodReaderBuilder |
wireType(WireType wireType) |
public static final String DISABLE_READER_PROXY_CODEGEN
public VanillaMethodReaderBuilder(MarshallableIn in)
@NotNull public static @NotNull WireParselet createDefaultParselet(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandlerOnUnknownMethod)
@Deprecated public boolean ignoreDefaults()
@Deprecated @NotNull public @NotNull net.openhft.chronicle.bytes.MethodReaderBuilder ignoreDefaults(boolean ignoreDefaults)
public WireParselet defaultParselet()
public net.openhft.chronicle.bytes.MethodReaderBuilder defaultParselet(WireParselet defaultParselet)
public VanillaMethodReaderBuilder methodReaderInterceptorReturns(net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns)
methodReaderInterceptorReturns in interface net.openhft.chronicle.bytes.MethodReaderBuilderpublic net.openhft.chronicle.bytes.MethodReaderBuilder exceptionHandlerOnUnknownMethod(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandler)
exceptionHandlerOnUnknownMethod in interface net.openhft.chronicle.bytes.MethodReaderBuilderpublic WireType wireType()
public VanillaMethodReaderBuilder wireType(WireType wireType)
public VanillaMethodReaderBuilder scanning(boolean scanning)
scanning - whether to read events until it finds a known one.public net.openhft.chronicle.bytes.MethodReaderBuilder metaDataHandler(Object... components)
metaDataHandler in interface net.openhft.chronicle.bytes.MethodReaderBuilder@NotNull public @NotNull net.openhft.chronicle.bytes.MethodReader build(Object... impls)
build in interface net.openhft.chronicle.bytes.MethodReaderBuilderpublic net.openhft.chronicle.bytes.MethodReaderBuilder predicate(Predicate<?> predicate)
predicate in interface net.openhft.chronicle.bytes.MethodReaderBuilderCopyright © 2023. All rights reserved.