Uses of Interface
io.bytestreams.exchange.core.ErrorHandler
-
Uses of ErrorHandler in io.bytestreams.exchange.core
Fields in io.bytestreams.exchange.core declared as ErrorHandlerModifier and TypeFieldDescriptionprotected final ErrorHandler<REQ, RESP> AbstractClientChannel.errorHandlerprotected final ErrorHandler<REQ, RESP> AbstractClientChannel.errorHandlerprotected final ErrorHandler<REQ, RESP> AbstractClientChannel.errorHandlerMethods in io.bytestreams.exchange.core with parameters of type ErrorHandlerModifier and TypeMethodDescriptionMultiplexedChannel.Builder.errorHandler(ErrorHandler<REQ, RESP> errorHandler) PipelinedChannel.Builder.errorHandler(ErrorHandler<REQ, RESP> errorHandler) ServerChannel.Builder.errorHandler(ErrorHandler<REQ, RESP> errorHandler) SymmetricChannel.Builder.errorHandler(ErrorHandler<T, T> errorHandler)