public class BytesMethodReaderBuilder extends Object implements MethodReaderBuilder
Constructor and Description |
---|
BytesMethodReaderBuilder(BytesIn<?> in) |
Modifier and Type | Method and Description |
---|---|
BytesMethodReader |
build(Object... objects)
Build a MethodReader using the following components to call
|
BytesParselet |
defaultParselet() |
BytesMethodReaderBuilder |
defaultParselet(BytesParselet defaultParselet) |
MethodReaderBuilder |
exceptionHandlerOnUnknownMethod(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandler)
setter to determine how unknown methods are logged or ExceptionHandler.ignoresEverything()
|
MethodReaderBuilder |
metaDataHandler(Object... components)
Handler for meta data messages
|
MethodEncoderLookup |
methodEncoderLookup() |
BytesMethodReaderBuilder |
methodEncoderLookup(MethodEncoderLookup methodEncoderLookup) |
MethodReaderBuilder |
methodReaderInterceptorReturns(MethodReaderInterceptorReturns methodReaderInterceptorReturns)
Interceptor for methods called
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
predicate, warnMissing
public BytesMethodReaderBuilder(BytesIn<?> in)
public MethodReaderBuilder exceptionHandlerOnUnknownMethod(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandler)
MethodReaderBuilder
exceptionHandlerOnUnknownMethod
in interface MethodReaderBuilder
exceptionHandler
- to callpublic MethodEncoderLookup methodEncoderLookup()
public BytesMethodReaderBuilder methodEncoderLookup(MethodEncoderLookup methodEncoderLookup)
public BytesParselet defaultParselet()
public BytesMethodReaderBuilder defaultParselet(BytesParselet defaultParselet)
public MethodReaderBuilder methodReaderInterceptorReturns(MethodReaderInterceptorReturns methodReaderInterceptorReturns)
MethodReaderBuilder
methodReaderInterceptorReturns
in interface MethodReaderBuilder
public MethodReaderBuilder metaDataHandler(Object... components)
MethodReaderBuilder
metaDataHandler
in interface MethodReaderBuilder
components
- to callpublic BytesMethodReader build(Object... objects)
MethodReaderBuilder
build
in interface MethodReaderBuilder
objects
- to callCopyright © 2023. All rights reserved.