From 7647c55283e22d177bee531e5b6e28801d3b5379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 5 Aug 2021 16:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kafka/ConsumerInterface.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Kafka/ConsumerInterface.php b/Kafka/ConsumerInterface.php index fabcac91..13dcfca4 100644 --- a/Kafka/ConsumerInterface.php +++ b/Kafka/ConsumerInterface.php @@ -12,6 +12,13 @@ interface ConsumerInterface { + /** + * @param Struct $struct + */ + public function setParams(Struct $struct): void; + + + /** * @return mixed */