Class Promise<T>

java.lang.Object
org.apache.activemq.util.PromiseCallback<T>
org.apache.activemq.util.Promise<T>

public class Promise<T> extends PromiseCallback<T>

Used to implement callback based result passing of a promised computation. Can be converted to a future using the future() method.

Author:
Hiram Chirino