接口 Replier<T>
-
- 所有已知实现类:
ReplierDispatcher
public interface Replier<T>
Replier. (API, Prototype, ThreadSafe)
-
-
方法详细资料
-
reply
Object reply(ExchangeChannel channel, T request) throws RemotingException
reply.- 参数:
channel
-request
-- 返回:
- response
- 抛出:
RemotingException
-
-