org.jclouds.cloudstack.features
Interface EventAsyncClient


public interface EventAsyncClient

Provides asynchronous access to cloudstack via their REST API.

Author:
Vijay Kiran
See Also:
AccountClient,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Set<Event>> listEvents(ListEventsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> listEventTypes()
           
 

Method Detail

listEventTypes

com.google.common.util.concurrent.ListenableFuture<Set<String>> listEventTypes()
See Also:
EventClient.listEventTypes()

listEvents

com.google.common.util.concurrent.ListenableFuture<Set<Event>> listEvents(ListEventsOptions... options)
See Also:
EventClient.listEventTypes()


Copyright © 2009-2012 jclouds. All Rights Reserved.