package com.genersoft.iot.vmp.media.zlm.dto; public interface ChannelOnlineEvent { void run(String app, String stream); }