495496497498499500501502503504505
} public void onFailure(Throwable t) { } }); Object response = qResponse.poll(10, TimeUnit.SECONDS); assertNotNull(response); assertTrue(response instanceof Member); } @Test