- All Implemented Interfaces:
Observer<T>
public class ResponseObserver<T>
extends Object
implements Observer<T>
An observer that completes a future based on a single response.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
next
public void next(T message)
- Specified by:
next in interface Observer<T>
-
-