648540858
2023-04-04 b4048fbe80dba8e7756ae557a15ab60b4f80a44b
1
2
3
4
5
6
7
8
9
10
11
package com.genersoft.iot.vmp.media.zlm.dto;
 
import java.text.ParseException;
 
/**
 * @author lin
 */
public interface ChannelOnlineEvent {
 
    void run(String app, String stream, String serverId) throws ParseException;
}