Java Code Examples for com.alibaba.dubbo.remoting.exchange.ResponseFuture#get()

The following examples show how to use com.alibaba.dubbo.remoting.exchange.ResponseFuture#get() . 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: ClientToServerTest.java    From dubbo-2.6.5 with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello) future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 2
Source File: ClientToServerTest.java    From dubbo-2.6.5 with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello) future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 3
Source File: ClientToServerTest.java    From dubbo-2.6.5 with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello) future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 4
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 5
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 6
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 7
Source File: ClientToServerTest.java    From dubbox-hystrix with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 8
Source File: ClientToServerTest.java    From dubbox-hystrix with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 9
Source File: ClientToServerTest.java    From dubbo3 with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 10
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 11
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 12
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 13
Source File: ClientToServerTest.java    From dubbox with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 14
Source File: ClientToServerTest.java    From dubbo-remoting-netty4 with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}
 
Example 15
Source File: ClientToServerTest.java    From dubbo-remoting-netty4 with Apache License 2.0 4 votes vote down vote up
@Test
public void testFuture() throws Exception {
    ResponseFuture future = client.request(new World("world"));
    Hello result = (Hello)future.get();
    Assert.assertEquals("hello,world", result.getName());
}