> + > +/** > + * Provides asynchronous access to Consoles via the REST API. > + * <p/> > + * > + * @see ConsoleApi > + * @author Epi Vou > + * @see ExtensionAsyncApi > + * @see <a href= > "http://docs.openstack.org/api/openstack-compute/2/content/Extensions-d1e1444.html" > /> > + * @see <a href="http://nova.openstack.org/api_ext" /> > + * @see <a > href="http://api.openstack.org/api-ref-compute-v2-ext.html#ext-os-consoles" /> > + */ > +@Beta > +@Extension(of = ServiceType.COMPUTE, namespace = > ExtensionNamespaces.CONSOLES) > +@RequestFilters(AuthenticateRequest.class) > +public interface ConsolesAsyncApi {
> Still working through that, but for now, I would say keep the async interface. Thanks for clarifying! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/339/files#r11599511
