package com.zy.integration.iot.handler; public interface IotInboundMessageHandler { void handleMessage(String topic, String payload); }