648540858
2023-03-21 bc7cc73d52261b57445c3462bdbd784eb70ae011
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.gb28181.transmit.event.timeout;
 
import javax.sip.TimeoutEvent;
 
public interface ITimeoutProcessor {
    void process(TimeoutEvent event);
}