com.alibaba.dubbo.remoting.exchange.support
Interface Replier<T>

All Known Implementing Classes:
ReplierDispatcher

public interface Replier<T>

Replier. (API, Prototype, ThreadSafe)

Author:
william.liangf

Method Summary
 Object reply(ExchangeChannel channel, T request)
          reply.
 

Method Detail

reply

Object reply(ExchangeChannel channel,
             T request)
             throws RemotingException
reply.

Parameters:
channel -
request -
Returns:
response
Throws:
RemotingException


Copyright © 2012–2017 Alibaba. All rights reserved.