Consumer接口简单分析
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Consumer接口简单分析相关的知识,希望对你有一定的参考价值。
java8中首次出现Consumer接口,用于接收一个输入参数并处理,不返回任何值。
Represents an operation that accepts a single input argument and returns no result.
Unlike most other functional interfaces, Consumer is expected to operate via side-effects.
以上是关于Consumer接口简单分析的主要内容,如果未能解决你的问题,请参考以下文章
kafkaThe group member needs to have a valid member id before actually entering a consumer group(代码片段
稳定性 耗时 监控原因分析-- dubbo rpc 框架 的线程池,io 连接模型. 客户端,服务端