public interface MethodReaderBuilder
Modifier and Type | Method and Description |
---|---|
MethodReader |
build(Object... components)
Build a MethodReader using the following components to call
|
default 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
|
MethodReaderBuilder |
methodReaderInterceptorReturns(MethodReaderInterceptorReturns methodReaderInterceptorReturns)
Interceptor for methods called
|
default MethodReaderBuilder |
warnMissing(boolean warnMissing) |
MethodReaderBuilder methodReaderInterceptorReturns(MethodReaderInterceptorReturns methodReaderInterceptorReturns)
default MethodReaderBuilder warnMissing(boolean warnMissing)
default MethodReaderBuilder exceptionHandlerOnUnknownMethod(net.openhft.chronicle.core.onoes.ExceptionHandler exceptionHandler)
exceptionHandler
- to callMethodReaderBuilder metaDataHandler(Object... components)
components
- to callMethodReader build(Object... components)
components
- to callCopyright © 2023. All rights reserved.