改名
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Kafka;
|
||||
|
||||
|
||||
/**
|
||||
* Interface ConsumerInterface
|
||||
* @package App\Kafka
|
||||
*/
|
||||
interface ConsumerInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function process(): void;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user