Class Promise.Wrapper<W>

java.lang.Object
org.cometd.bayeux.Promise.Wrapper<W>
Type Parameters:
W - the type of the result value
All Implemented Interfaces:
Promise<W>
Enclosing interface:
Promise<C>

public static class Promise.Wrapper<W> extends Object implements Promise<W>

A wrapper for Promise instances.