Java Code Examples for com.alibaba.dubbo.common.Constants#EXCHANGER_KEY

The following examples show how to use com.alibaba.dubbo.common.Constants#EXCHANGER_KEY . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Exchanger.java    From dubbo-2.6.5 with Apache License 2.0 2 votes vote down vote up
/**
 * bind.
 *
 * @param url
 * @param handler
 * @return message server
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 2
Source File: Exchanger.java    From dubbo-2.6.5 with Apache License 2.0 2 votes vote down vote up
/**
 * connect.
 *
 * @param url
 * @param handler
 * @return message channel
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 3
Source File: Exchanger.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * bind.
 * 
 * @param url
 * @param handler
 * @return message server
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 4
Source File: Exchanger.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * connect.
 * 
 * @param url
 * @param handler
 * @return message channel
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 5
Source File: Exchanger.java    From dubbox-hystrix with Apache License 2.0 2 votes vote down vote up
/**
 * bind.
 * 
 * @param url
 * @param handler
 * @return message server
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 6
Source File: Exchanger.java    From dubbox-hystrix with Apache License 2.0 2 votes vote down vote up
/**
 * connect.
 * 
 * @param url
 * @param handler
 * @return message channel
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 7
Source File: Exchanger.java    From dubbo3 with Apache License 2.0 2 votes vote down vote up
/**
 * bind.
 *
 * @param url     url
 * @param handler handler
 * @return message server
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 8
Source File: Exchanger.java    From dubbo3 with Apache License 2.0 2 votes vote down vote up
/**
 * connect.
 *
 * @param url     url
 * @param handler handler
 * @return message channel
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 9
Source File: Exchanger.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * bind.
 * 
 * @param url
 * @param handler
 * @return message server
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 10
Source File: Exchanger.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * connect.
 * 
 * @param url
 * @param handler
 * @return message channel
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 11
Source File: Exchanger.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * bind.
 * 
 * @param url
 * @param handler
 * @return message server
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeServer bind(URL url, ExchangeHandler handler) throws RemotingException;
 
Example 12
Source File: Exchanger.java    From dubbox with Apache License 2.0 2 votes vote down vote up
/**
 * connect.
 * 
 * @param url
 * @param handler
 * @return message channel
 */
@Adaptive({Constants.EXCHANGER_KEY})
ExchangeClient connect(URL url, ExchangeHandler handler) throws RemotingException;