Uses of Class
xyz.cofe.trambda.tcp.ErrMessage
-
-
Uses of ErrMessage in xyz.cofe.trambda.tcp
Methods in xyz.cofe.trambda.tcp that return ErrMessage Modifier and Type Method Description ErrMessageErrMessage. error(Throwable err)Указывает текст ошибкиErrMessageErrMessage. message(String message)Указывает текст ошибкиMethods in xyz.cofe.trambda.tcp that return types with arguments of type ErrMessage Modifier and Type Method Description Map<Integer,Consumer<ErrMessage>>TcpProtocol. getErrorConsumers()BiConsumer<ErrMessage,TcpHeader>TcpProtocol. unbindedError()Method parameters in xyz.cofe.trambda.tcp with type arguments of type ErrMessage Modifier and Type Method Description ResultConsumer<Req,Res>ResultConsumer. onFail(Consumer<ErrMessage> response)ResultConsumer<Req,Res>ResultConsumer. onFail(Consumer<ErrMessage> response, Consumer<xyz.cofe.fn.Tuple2<Consumer<ErrMessage>,Consumer<ErrMessage>>> changes)TcpProtocolTcpProtocol. unbindedError(BiConsumer<ErrMessage,TcpHeader> cons)Constructor parameters in xyz.cofe.trambda.tcp with type arguments of type ErrMessage Constructor Description ResultConsumer(TcpProtocol proto, Req req, Map<Integer,Consumer<ErrMessage>> errorConsumers, Map<Integer,Consumer<Res>> responseConsumers)
-