commit | author | age | ||
a18bfa | 1 | package com.codingapi.tm.netty.service; |
Z | 2 | |
3 | import com.alibaba.fastjson.JSONObject; | |
4 | ||
5 | /** | |
6 | * create by lorne on 2017/11/11 | |
7 | */ | |
8 | public interface IActionService { | |
9 | ||
10 | ||
11 | String execute(String channelAddress,String key,JSONObject params); | |
12 | ||
13 | } |