‘sxh’
2023-06-15 05cc0d14f1a5a11d39c8f7274a5c94734e3c8b77
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;
}