Files
redkale/src/org/redkale/watch/WatchService.java
Redkale 6895b31ad0
2017-05-30 16:11:29 +08:00

21 lines
498 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.redkale.watch;
import org.redkale.service.*;
/**
* 只给WATCH协议的Server才能加载的Service其他协议的Server均不能自动加载WatchService
*
* <p>
* 详情见: https://redkale.org
*
* @author zhangjx
*/
public interface WatchService extends Service {
}