CalvinKirs
4 years ago
7 changed files with 4 additions and 35 deletions
@ -1,15 +0,0 @@
|
||||
package org.apache.dolphinscheduler.remote.rpc; |
||||
|
||||
import org.apache.dolphinscheduler.remote.rpc.base.Rpc; |
||||
|
||||
/** |
||||
* @author jiangli |
||||
* @date 2021-01-11 21:05 |
||||
*/ |
||||
public interface IUserService { |
||||
|
||||
@Rpc(async = true,callback = UserCallback.class) |
||||
Boolean say(String sb); |
||||
|
||||
String hi(int num); |
||||
} |
Loading…
Reference in new issue